Get Telemetry Data

Get Telemetry Data

This API exports all the aggregated telemetries in the specified format.

Request
URI
GET
https://{api_host}/ssp/telemetry/data
COPY
Query Parameters
string
format
Optional
Constraints: default: csv

Data export format


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Invalid Format

Returns Error of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
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/data