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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"agentId":"3b27818ea09a46b48c7eb3fbd878349f","id":"8f273818-e975-11e8-9f32-f2801f1b9fd1","status":"ACTIVE"}