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" }