API Guide
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /telemetry/catalog
Description
Retrieves supported observed variables.
Parameters None
Responses 200 — Response for observed variable catalog
{
"state": [
{
"object_type": "BGP",
"state_name": [
"bgp_neighbor"
]
},
{
"object_type": "INTERFACE",
"state_name": [
"oper_state"
]
},
{
"object_type": "SWITCH",
"state_name": [
"switch_streaming_state",
Telemetry 179










