API Guide
POST /telemetry/connection/{switch-id}
Allows changing the connection status for a switch using the switch ID.
API
POST /telemetry/connection/{switch-id}
Description This API provides operations for changing connection status with a switch.
Parameters
Table 85. API parameters
Filter name Description
switch-oid *
required
string
(path)
Unique identifier of the switch.
action *
required
string
(query)
Action to perform on the switch.
Responses 200 — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
400 — Invalid response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
182
Telemetry










