It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Get ECE telemetry config
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get ECE telemetry config
editReturns whether ECE telemetry is enabled.
Request
editGET /api/v1/phone-home/config
Responses
edit-
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
-
Request example
editcurl -XGET https://{{hostname}}/api/v1/phone-home/config \ -H "Authorization: ApiKey $ECE_API_KEY"