Get Multicast WAN Status (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastwanstatus
List all the multicast WAN status.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
site_id stringrequired
The site ID.
element_id stringrequired
The element ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
count int32
The actual count.
id string
The ID.
tenant_id string
The tenant ID.
items MulticastWanStatus[]
id string
The multicast WAN status by ID.
pim_neighbors MulticastWanNeighbor[]
The PIM neighbor’s IP address.
remote_site_id string
The remote site ID.
state string
State
uptime string
Indicates the time for which the neighbor has been up.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"id": "string",
"pim_neighbors": [
{
"remote_site_id": "string",
"state": "string",
"uptime": "string"
}
]
}
]
}
Loading...