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.
ApmCrudResponse
editApmCrudResponse
editThe response to an APM CRUD (create/update-plan) request.
Properties
edit-
apm_id
(string
) - For an operation creating or updating an APM server, the Id of that server
-
diagnostics
(object
) - If the endpoint is called with URL param 'validate_only=true', then this contains advanced debug info (the internal plan representation)
-
secret_token
(string
, required) - The secret token for accessing the server
Example
edit{ "apm_id" : "string", "diagnostics" : {}, "secret_token" : "string" }