Skip to content

Alert

Manage Alerts.

Find

Find alerts by cloud ID.

Endpoint

HTTP
POST /alert/find

Authorized User Role

user

Request Body

FieldTypeNotes
cloudIdstringCloud ID.

Query String Options

FieldTypeDefaultNotes
indexstringIndex name: primary or gs1.
limitnumberLimit number of results.
nextobjectToken for next page.
prevobjectToken for previous page.

Response

Paged response.

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

Alert

FieldTypeNotes
seqstringAlert sequence number to uniquely identify the type of alert.
accountIdstringOwning account ID.
cloudIdstringOwning device cloud ID.
contextobjectAlert context of extra information.
countnumberCount of triggered actions.
idstringAlert ID.
namestringAlert name based on action trigger name.
messagestringText message regarding alert.
severitystringAlert severity.
subjectstringAlert subject.
resolvedbooleanAlert resolved.
timestampdateAlert timestamp.

Get

Get an alert by ID.

Endpoint

HTTP
POST /alert/get

Authorized User Role

user

Request Body

FieldTypeNotes
idstringAlert ID.

Response

Alert Record.

FieldTypeNotes
seqstringAlert sequence number to uniquely identify the type of alert.
accountIdstringOwning account ID.
cloudIdstringOwning device cloud ID.
contextobjectAlert context of extra information.
countnumberCount of triggered actions.
idstringAlert ID.
namestringAlert name based on action trigger name.
messagestringText message regarding alert.
severitystringAlert severity.
subjectstringAlert subject.
resolvedbooleanAlert resolved.
timestampdateAlert timestamp.

Remove

Remove an alert by ID.

Endpoint

HTTP
POST /alert/remove

Authorized User Role

admin

Request Body

FieldTypeNotes
idstringAlert ID.

Update

Update an alert's resolved property by ID.

Endpoint

HTTP
POST /alert/update

Authorized User Role

admin

Request Body

FieldTypeNotes
idstringAlert ID.
resolvedbooleanResolved flag.

Response

Alert Record.

FieldTypeNotes
seqstringAlert sequence number to uniquely identify the type of alert.
accountIdstringOwning account ID.
cloudIdstringOwning device cloud ID.
contextobjectAlert context of extra information.
countnumberCount of triggered actions.
idstringAlert ID.
namestringAlert name based on action trigger name.
messagestringText message regarding alert.
severitystringAlert severity.
subjectstringAlert subject.
resolvedbooleanAlert resolved.
timestampdateAlert timestamp.