mirror of https://github.com/databricks/cli.git
18 lines
784 B
Plaintext
18 lines
784 B
Plaintext
|
{
|
||
|
"headers": {
|
||
|
"Authorization": [
|
||
|
"Bearer [DATABRICKS_TOKEN]"
|
||
|
]
|
||
|
},
|
||
|
"method": "POST",
|
||
|
"path": "/telemetry-ext",
|
||
|
"body": {
|
||
|
"uploadTime": "UNIX_TIME_MILLIS",
|
||
|
"items": [],
|
||
|
"protoLogs": [
|
||
|
"{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"execution_context\":{\"cmd_exec_id\":\"[UUID]\",\"version\":\"[DEV_VERSION]\",\"command\":\"selftest_send-telemetry\",\"operating_system\":\"[OS]\"},\"cli_test_event\":{\"name\":\"VALUE1\"}}}}",
|
||
|
"{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"execution_context\":{\"cmd_exec_id\":\"[UUID]\",\"version\":\"[DEV_VERSION]\",\"command\":\"selftest_send-telemetry\",\"operating_system\":\"[OS]\"},\"cli_test_event\":{\"name\":\"VALUE2\"}}}}"
|
||
|
]
|
||
|
}
|
||
|
}
|