Get Telemetry Config

Get Telemetry Config

Get the values making the configuration of telemetry.

Request
URI
GET
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/configuration/telemetry
COPY
Responses
200

Details of the telemetry configuration.

Returns TelemetryConfig of type(s) */*
{
    "telemetryEnabled": false
}
boolean
telemetryEnabled
Optional

telemetryEnabled


401

Unauthorized access.

Returns TelemetryConfig of type(s) */*
{
    "telemetryEnabled": false
}
boolean
telemetryEnabled
Optional

telemetryEnabled


404

Such resource was not found.

Returns TelemetryConfig of type(s) */*
{
    "telemetryEnabled": false
}
boolean
telemetryEnabled
Optional

telemetryEnabled


504

Connection timed out.

Returns TelemetryConfig of type(s) */*
{
    "telemetryEnabled": false
}
boolean
telemetryEnabled
Optional

telemetryEnabled