mirror of https://github.com/databricks/cli.git
19 lines
711 B
JSON
19 lines
711 B
JSON
[
|
|
{
|
|
"method": "POST",
|
|
"path": "/telemetry-ext",
|
|
"headers": {
|
|
"Authorization": "Bearer foobar"
|
|
},
|
|
"request_body": {
|
|
"uploadTime": "<current-unix-time>",
|
|
"protoLogs": [
|
|
"{\"frontend_log_event_id\":\"<UUID>\",\"entry\":{\"databricks_cli_log\":{\"cli_test_event\":{\"name\":\"VALUE1\"}}}}",
|
|
"{\"frontend_log_event_id\":\"<UUID>\",\"entry\":{\"databricks_cli_log\":{\"cli_test_event\":{\"name\":\"VALUE2\"}}}}",
|
|
"{\"frontend_log_event_id\":\"<UUID>\",\"entry\":{\"databricks_cli_log\":{\"cli_test_event\":{\"name\":\"VALUE3\"}}}}"
|
|
],
|
|
"items": []
|
|
}
|
|
}
|
|
]
|