Get ECE telemetry configedit

Returns whether ECE telemetry is enabled.

Requestedit

GET /api/v1/phone-home/config

Responsesedit

200

(TelemetryConfig) The current ECE telemetry configuration

403

(BasicFailedReply) User must have Platform level permissions. (code: root.unauthorized.rbac)

Headers

x-cloud-error-codes (string; allowed values: [root.unauthorized.rbac])
The error codes associated with the response

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/phone-home/config \
-H "Authorization: ApiKey $ECE_API_KEY"