Get Telemetry Config
Get telemetry config information.
Request
URI
GET
https://{api_host}/ssp/telemetry/config
COPY
Authentication
This operation uses the following authentication methods.
Responses
200
OK
Returns
TelemetryConfig
of type(s)
application/json
This response body class contains all of the following:
InlineTelemetryConfig2
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"ceip_acceptance": false,
"telemetry_agreement_displayed": false,
"telemetry_collector_instance_id": "string",
"telemetry_schedule": {
"frequency_type": "string",
"hour_of_day": 0,
"minutes": 0,
"day_of_week": "string",
"day_of_month": 0
}
}
default
4XX and 5XX type errors with appropriate message
Returns
Error
of type(s)
application/json
"Error Object"
integer
error_code
Required
HTTP Status or Application error code
string
module_name
Optional
Module where the error happened
string
error_message
Required
Message describing the error
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/ssp/telemetry/config