ApmCrudResponseedit

The response to an APM CRUD (create/update-plan) request.

Propertiesedit

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)
The secret token for accessing the server

Exampleedit

{
   "apm_id" : "string",
   "diagnostics" : {},
   "secret_token" : "string"
}