Get Specific Multicast WAN Status (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastwanstatus/:wan_status_id
List a specific 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.
wan_status_id stringrequired
The multicast WAN status ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
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.
{
"id": "string",
"pim_neighbors": [
{
"remote_site_id": "string",
"state": "string",
"uptime": "string"
}
]
}
Loading...