Skip to main content

Get Multicast Configs (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastglobalconfigs

List all the multicast configs.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items MulticastGlobalConfig[]
  • Array [
  • 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.

  • ]
Loading...