List Troubleshooting Incidents

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


Authentication
This operation uses the following authentication methods.
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="
}
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