mirror of https://github.com/databricks/cli.git
10 lines
119 B
TOML
10 lines
119 B
TOML
|
RecordRequests = true
|
||
|
|
||
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"numProtoSuccess": 2
|
||
|
}
|
||
|
'''
|