databricks-cli/acceptance/telemetry/upload-command/out.requests.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
482 B
Plaintext
Raw Permalink Normal View History

2025-02-10 14:55:31 +00:00
{
2025-02-18 16:26:16 +00:00
"headers": {
"Authorization": [
"Bearer [DATABRICKS_TOKEN]"
]
},
2025-02-10 14:55:31 +00:00
"method": "POST",
"path": "/telemetry-ext",
"body": {
"uploadTime": "UNIX_TIME_MILLIS",
"items": [],
"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\"}}}}"
]
}
}