Delete Multicast Source Site Config (v2.0)
DELETE/v2.0/api/tenants/:tenant_id/sites/:site_id/multicastsourcesiteconfigs/:config_id
Delete the multicast source site config.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
site_id stringrequired
The site ID.
config_id stringrequired
The source site config ID.
Responses
- 200
- 404
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
The multicast source side RP ID.
site_configs SiteConfig[]required
The multicast source site config list. Max size = 64.
group_ipv4_prefix string
The group IPv4 prefix.
source_ipv4_address string
The source side IPv4 address.
{
"id": "string",
"site_configs": [
{
"group_ipv4_prefix": "string",
"source_ipv4_address": "string"
}
]
}
Not Found
Loading...