Get Multicast Config (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastglobalconfigs/:config_id
List the existing multicast global configuration.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
site_id stringrequired
ID of the site.
element_id stringrequired
ID of the element.
config_id stringrequired
The multicast config ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID of the multicast config.
spt_switchover_enabled boolean
Indicates that the first multicast packet is received i.e. the source address is received by the receiver, the DR at the receiver’s end and the RP choose the optimal path to relay information from the source to the receiver.
{
"id": "string",
"spt_switchover_enabled": true
}
Loading...