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
Constraints:
default: 10
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="
}
array of
object
results
Optional
results
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/ni/gnt/troubleshoot/incidents
Guided Network Troubleshooting Operations
GET
List Troubleshooting Incidents
POST
Create Troubleshooting Incident
GET
Get Troubleshooting Incident
PUT
Update Troubleshooting Incident
DELETE
Delete Troubleshooting Incident