Skip to content

Alert

Manage Alerts.

Find

Find alerts by matching properties and query parameters.

Endpoint

HTTP
POST /alert/find

Authorized User Role

user

Request Body

None.

Query String Options

FieldTypeDefaultRoleNotes
indexstringownerDatabase index name: primary or gs1.
limitnumberNumber of items to retrieve.
nextobjectPagination token for the next page.
prevobjectPagination token for the previous page.

Response

Paged response.

FieldTypeNotes
dataarrayAn array of Action records.
nextstringPaged cursor to use for the next page of items.
prevstringPages cursor to use for the previous page of items.

Alert

FieldTypeNotes
accountIdstringOwning account ID.
cloudIdstringOwning device cloud ID.
contextobjectAlert context.
countnumberCount of alerts for this sequence.
idstringUnique alert ID.
messagestringText message regarding alert.
namestringAction name generating the alert.
seqstringUnique sequence string for the alert type.
severitystringAlert severity.
subjectstringAlert subject.
resolvedbooleanSet to true when alert is resolved.
timestampdateWhen the alert was created.

Get

Get a matching alert for a cloud.

Endpoint

HTTP
POST /alert/get

Authorized User Role

admin

Request Body

FieldTypeNotes
idstringAlert ID.

Response

Object Record.

FieldTypeNotes
accountIdstringOwning account ID.
cloudIdstringOwning device cloud ID.
contextobjectAlert context.
countnumberCount of alerts for this sequence.
idstringUnique alert ID.
messagestringText message regarding alert.
namestringAction name generating the alert.
seqstringUnique sequence string for the alert type.
severitystringAlert severity.
subjectstringAlert subject.
resolvedbooleanSet to true when alert is resolved.
timestampdateWhen the alert was created.

Remove

Remove an alert.

Endpoint

HTTP
POST /alert/remove

Authorized User Role

admin

Request Body

FieldTypeNotes
idstringAlert ID.

Update

Update an alert.

Endpoint

HTTP
POST /alert/update

Authorized User Role

admin

Request Body

FieldTypeNotes
idstringAlert ID.
resolvedbooleanResolved status.

Response

Object Record.

FieldTypeNotes
accountIdstringOwning account ID.
cloudIdstringOwning device cloud ID.
contextobjectAlert context.
countnumberCount of alerts for this sequence.
idstringUnique alert ID.
messagestringText message regarding alert.
namestringAction name generating the alert.
seqstringUnique sequence string for the alert type.
severitystringAlert severity.
subjectstringAlert subject.
resolvedbooleanSet to true when alert is resolved.
timestampdateWhen the alert was created.