Get Troubleshooting Incident
Shows Guided Network Troubleshooting incident
Request
URI
GET
https://{api_host}/api/ni/gnt/troubleshoot/incidents/{id}
COPY
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Responses
200
OK
Returns TroubleshootingIncidentResponse of type(s) application/json
{
"entity_id": "string",
"start_entity_id": "string",
"name": "string",
"status": "string",
"created_time": 0,
"start_time": 0,
"end_time": 0,
"last_modified_time": 0,
"created_by": "string",
"last_modified_by": "string"
}
string
entity_id
Optional
entity_id
string
start_entity_id
Optional
start_entity_id
string
name
Optional
name
string
status
Optional
status
integer As int64 As int64
created_time
Optional
created_time
integer As int64 As int64
start_time
Optional
start_time
integer As int64 As int64
end_time
Optional
end_time
integer As int64 As int64
last_modified_time
Optional
last_modified_time
string
created_by
Optional
created_by
string
last_modified_by
Optional
last_modified_by
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