Update Troubleshooting Incident
Updates Guided Network Troubleshooting incident
Request
URI
PUT
https://{api_host}/api/ni/gnt/troubleshoot/incidents/{id}
COPY
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Request Body
UpdateTroubleshootingIncidentRequest of type(s) application/json
Optional
{
"name": "string",
"start_time": 0,
"end_time": 0,
"status": "string"
}
string
name
Optional
name
integer As int64 As int64
start_time
Optional
start_time
integer As int64 As int64
end_time
Optional
end_time
string
status
Optional
status
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
400
Bad Request
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
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
On This Page
Guided Network Troubleshooting Operations
POST
Create Troubleshooting Incident
DELETE
Delete Troubleshooting Incident
GET
Get Troubleshooting Incident
GET
List Troubleshooting Incidents
PUT
Update Troubleshooting Incident