Skip to main content
Skip table of contents

12.3 Alert Services

 

Service

Input

Output / Status

12.3.1

Get Alert


TrSvcAlertInfo

HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[GET] api/trsvc/Alert/{trSvcAlertId}



12.3.2

Set Alert to Pending


HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[PUT] api/trsvc/SetAlertToPending/{trSvcAlertId}



12.3.3

Ignore Alert


HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[PUT] api/trsvc/IgnoreAlert/{trSvcAlertId}



12.3.4

Mark Alert as Recovered


HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[PUT] api/trsvc/MarkAlertAsRecovered/{trSvcAlertId}



12.3.5

Alert Count

TrSvcAlertSearchInfo

AlertCount

HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[POST] api/trsvc/AlertCount



12.3.6

Alert List

TrSvcAlertSearchPaginationInfo

TrSvcAlertListInfo

HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[POST] api/trsvc/AlertList



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.