12.3 Alert Services
| Service | Input | Output / Status |
12.3.1 | Get Alert | TrSvcAlertInfo | |
- | [GET] api/trsvc/Alert/{trSvcAlertId} | ||
12.3.2 | Set Alert to Pending | HttpStatusCode.OK | |
- | [PUT] api/trsvc/SetAlertToPending/{trSvcAlertId} | ||
12.3.3 | Ignore Alert | HttpStatusCode.OK | |
- | [PUT] api/trsvc/IgnoreAlert/{trSvcAlertId} | ||
12.3.4 | Mark Alert as Recovered | HttpStatusCode.OK | |
- | [PUT] api/trsvc/MarkAlertAsRecovered/{trSvcAlertId} | ||
12.3.5 | Alert Count | TrSvcAlertSearchInfo | AlertCount |
- | [POST] api/trsvc/AlertCount | ||
12.3.6 | Alert List | TrSvcAlertSearchPaginationInfo | TrSvcAlertListInfo |
- | [POST] api/trsvc/AlertList |