POST
/
api
/
incident-action-commands
{
  "id": 123,
  "actionId": 123,
  "osPlatform": "<string>",
  "command": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
actionId
integer
required
id
integer
osPlatform
string
command
string

Response

200 - */*
OK
actionId
integer
required
id
integer
osPlatform
string
command
string