Skip to content

Alert

Manage Alerts.

Find

Endpoint

HTTP
POST /alert/find

Authorized User Role

user

Query String Options

FieldTypeNotes
filterstringFull text string to filter for.
nextobjectPagination token for the next page.
prevobjectPagination token for the previous page.
limitnumberNumber of items to retrieve.
indexstringDatabase index to use.
existsbooleanSet to true to require the item exists, otherwise set to null to perform an upsert.

Response

Paged response.

FieldTypeNotes
dataarrayArray of items.
nextstringPaged cursor to use for the next page of items.
prevstringPages cursor to use for the previous page of items.

Alert

An array of Alert items.

FieldTypeNotes
seqstring
accountIdstring
contextobject
cloudIdstringOwning device cloud ID.
countnumber
idstringUnique alert ID.
namestring
messagestring
severitystring
subjectstring
resolvedboolean
timestampdate

Get

Endpoint

HTTP
POST /alert/get

Authorized User Role

admin

Request Body

FieldType
idstring

Response

FieldTypeNotes
seqstring
accountIdstring
contextobject
cloudIdstringOwning device cloud ID.
countnumber
idstringUnique alert ID.
namestring
messagestring
severitystring
subjectstring
resolvedboolean
timestampdate

Remove

Endpoint

HTTP
POST /alert/remove

Authorized User Role

admin

Request Body

FieldType
idstring

Update

Endpoint

HTTP
POST /alert/update

Authorized User Role

admin

Request Body

FieldType
idstring
resolvedboolean

Response

FieldTypeNotes
seqstring
accountIdstring
contextobject
cloudIdstringOwning device cloud ID.
countnumber
idstringUnique alert ID.
namestring
messagestring
severitystring
subjectstring
resolvedboolean
timestampdate