databricks-cli/acceptance/libs/telemetry/host-token-auth/server.json

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

19 lines
711 B
JSON
Raw Normal View History

2025-01-29 15:05:25 +00:00
[
{
"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": []
}
}
]