Update Multicast Config (v2.0)
PUT/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastglobalconfigs/:config_id
Update 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.
- application/json
Body
Details of the Multicast config to be updated
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.
Responses
- 200
- 400
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
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
}
]
}
}
Loading...