IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ApmCrudResponse
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ApmCrudResponse
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"
}