List Troubleshooting Incidents
Shows Guided Network Troubleshooting incidents
Request
URI
GET
https://{api_host}/api/ni/gnt/troubleshoot/incidents
COPY
Query Parameters
number
size
Optional
Page size of results
string
cursor
Optional
Cursor from previous response
string
start_entity_id
Optional
Start Entity ID
Responses
200
OK
Returns PagedTroubleshootingIncidentList of type(s) application/json
{
"results": [
{
"entity_id": "string",
"start_entity_id": "string",
"name": "string",
"status": "string"
}
],
"total_count": 0,
"cursor": "MTA="
}
integer
total_count
Optional
total_count
string
cursor
Optional
Cursor for the next page
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure
Guided Network Troubleshooting Operations
POST
Create Troubleshooting Incident
DELETE
Delete Troubleshooting Incident
GET
Get Troubleshooting Incident
GET
List Troubleshooting Incidents
PUT
Update Troubleshooting Incident