GET
/
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

Query Parameters

id.greaterThan
integer
id.lessThan
integer
id.greaterThanOrEqual
integer
id.lessThanOrEqual
integer
id.equals
integer
id.notEquals
integer
id.specified
boolean
id.in
integer[]
id.notIn
integer[]
name.contains
string
name.doesNotContain
string
name.equals
string
name.notEquals
string
name.specified
boolean
name.in
string[]
name.notIn
string[]
active.equals
boolean
active.notEquals
boolean
active.specified
boolean
active.in
boolean[]
active.notIn
boolean[]
agentPlatform.contains
string
agentPlatform.doesNotContain
string
agentPlatform.equals
string
agentPlatform.notEquals
string
agentPlatform.specified
boolean
agentPlatform.in
string[]
agentPlatform.notIn
string[]
createdBy.contains
string
createdBy.doesNotContain
string
createdBy.equals
string
createdBy.notEquals
string
createdBy.specified
boolean
createdBy.in
string[]
createdBy.notIn
string[]
lastModifiedBy.contains
string
lastModifiedBy.doesNotContain
string
lastModifiedBy.equals
string
lastModifiedBy.notEquals
string
lastModifiedBy.specified
boolean
lastModifiedBy.in
string[]
lastModifiedBy.notIn
string[]
createdDate.greaterThan
string
createdDate.lessThan
string
createdDate.greaterThanOrEqual
string
createdDate.lessThanOrEqual
string
createdDate.equals
string
createdDate.notEquals
string
createdDate.specified
boolean
createdDate.in
string[]
createdDate.notIn
string[]
lastModifiedDate.greaterThan
string
lastModifiedDate.lessThan
string
lastModifiedDate.greaterThanOrEqual
string
lastModifiedDate.lessThanOrEqual
string
lastModifiedDate.equals
string
lastModifiedDate.notEquals
string
lastModifiedDate.specified
boolean
lastModifiedDate.in
string[]
lastModifiedDate.notIn
string[]
page
integer
default:0

Zero-based page index (0..N)

Required range: x >= 0
size
integer
default:20

The size of the page to be returned

Required range: x >= 1
sort
string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

200 - */*
OK
name
string
required
Maximum length: 150
conditions
object[]
required
command
string
required
active
boolean
required
agentPlatform
string
required
id
integer
description
string
Maximum length: 512
defaultAgent
string
Maximum length: 500
excludedAgents
string[]
createdBy
string
createdDate
string
lastModifiedBy
string
lastModifiedDate
string