IncidentStatus
To get the statusof the latest resolved Incident based on CI Name.
| API | IncidentStatus |
| Purpose | Get status of latest resolved Incident based on CI Name. |
| API URL | https://<API URL>:<API Port>/v2/incident/status/{orgentityid}?ciname={ciname} |
| Authentication type | Basic/Token |
| Method Type | GET |
| Input Params in Query String: |
You can pass the following filters in the URL to get desired data:
|
Parameters Required in Request body of API
| Column | Column type | Remarks |
| orgentityid | string | The organization entity ID. |
| ciname | string | The specific ciname |
Output:
{
"TicketNumber": *******,
"TicketStatus": "Move to Manual Mode",
"Status": "Success”,
"Message": "Success",
}
Parameters Returned in Response of API
| Column | Column type | Value | Remarks |
| TicketNumber | String | ********* | This field contains Incident module ticket number |
| Ticketstatus | String | Move to Parsing | This field contains the ticket status of Incident module ticket number |
| Status | String | Success/Fail | This field provides status |
| Message | string | Message | This field provides Message |