mirror of https://github.com/databricks/cli.git
10 lines
172 B
TOML
10 lines
172 B
TOML
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"error_code": "ERROR_CODE",
|
||
|
"message": "Endpoint not implemented."
|
||
|
}
|
||
|
'''
|
||
|
Response.StatusCode = 501
|