Creates a new diagnostic activation

POST {{baseUrl}}/diagnosticActivations

Create a new diagnostic activation. Agents are allowed to create activation for itself only. Users with sufficient scopes are allowed to create activations of the agents in the same tenant as in the token.

Request Body

{"agentId"=>"<string>", "status"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;agentId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;id&quot;:&quot;8f273818-e975-11e8-9f32-f2801f1b9fd1&quot;,&quot;status&quot;:&quot;ACTIVE&quot;}