POST
/
api
/
utm-alert-response-rules
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "conditions": [
    {
      "operator": "IS",
      "field": "<string>",
      "value": {}
    }
  ],
  "command": "<string>",
  "active": true,
  "agentPlatform": "<string>",
  "defaultAgent": "<string>",
  "excludedAgents": [
    "<string>"
  ],
  "createdBy": "<string>",
  "createdDate": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>",
  "lastModifiedDate": "2023-11-07T05:31:56Z"
}

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

Response

200 - */*

OK

The response is of type object.