Get Multicast Dynamic RPs (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastdynamicrps
List all the multicast dynamic RPs.
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 [
- Array [
- ]
- ]
- ]
count int32
The actual count.
id string
The ID.
tenant_id string
The tenant ID.
items MulticastDynamicRp[]
dynamic_rps DynamicRp[]
Details of the multicast dynamic RPs. Max size = 16.
groups Group[]
The list of multicast group addresses that the RP serves.
ipv4_prefix string
The IPv4 prefix of the for the multicast.
is_active_rp boolean
The Active RP for the multicast.
ipv4_address string
The multicast group IPv4 addresses to which the RP caters.
type string
The type of dynamic RP. BSR—Indicates that the RP is learnt dynamically via BSM.
id string
The multicast dynamic RP ID.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"dynamic_rps": [
{
"groups": [
{
"ipv4_prefix": "string",
"is_active_rp": true
}
],
"ipv4_address": "string",
"type": "string"
}
],
"id": "string"
}
]
}
Loading...