Skip to main content

Get Multicast Status (v2.0)

GET 

https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/elements/:element_id/interfaces/:interface_id/multicaststatus

List all the multicast status information.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    element_id stringrequired

    ID of the element.

    interface_id stringrequired

    The multicast interface ID.

Responses

Successful Operation

Schema
    countint32

    The actual count.

    idstring

    The ID.

    items MulticastStatusResponse[]
  • Array [
  • addressstringrequired

    The multicast status interface address.

    element_idstring

    The element ID.

    idstring

    The ID of the multicast config.

    interface_idstring

    The interface ID on which multicast is configured.

    namestringrequired

    The name of the multicast status interface.

    pim_neighbors MulticastNeighbor[]required

    The PIM neighbor’s IP address.

  • Array [
  • addressstring

    The address of the selected interface.

    drboolean

    The neighbor is a designated router.

    dr_priostring

    The priority associated with the interface on the device for DR election.

    expiresstring

    The time remaining before a neighbor is timed out and the next PIM Hello message is received.

    uptimestring

    The time for which the neighbor has been up.

  • ]
  • site_idstringrequired

    The site ID.

    statestringrequired

    The state of the selected interface—up or down.

  • ]
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/elements/:element_id/interfaces/:interface_id/multicaststatus' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!