Policy >
Networking
>
Connectivity
>
Tier-0 Gateways
>
Multicast
Get Multicast Forwarding
Get Multicast Forwarding.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/multicast/forwarding
Request Headers:
n/a
Query Parameters:
ListByOptionalTransportNodeParameters
+
ListByOptionalTransportNodeParameters
(
schema
)
Name
Description
Type
Notes
cursor
Opaque cursor to be used for getting next page of records (supplied by current result page)
string
edge_path
Transport node
string
included_fields
Comma separated list of fields that should be included in query result
string
page_size
Maximum number of results to return in this page (server may return fewer)
integer
Minimum: 0
Maximum: 1000
Default: "1000"
sort_ascending
boolean
sort_by
Field by which records are sorted
string
Request Body:
n/a
Example Request:
GET https://policy-mgr/policy/api/v1/infra/tier-0s/tier0/locale-services/tier0localeservices/multicast/forwarding
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyMulticastForwarding
+
PolicyMulticastForwarding
(
schema
)
Name
Description
Type
Notes
gateway_path
Policy path to Tier0 gateway
Policy path to Tier0 gateway.
string
Required
mcast_forwarding_per_edge
array of
MulticastForwardingPerEdge
Example Response:
{ "gateway_path": "/infra/tier-0s/tier0", "mcast_forwarding_per_edge": [ { "edge_path": "/infra/sites/default/enforcement-points/default/edge-clusters/b051d3f9-3ad8-4831-9d67-8ae1cd3f5a1e/edge-nodes/a9b95292-51f7-11ea-ae0d-005056a3c9f4", "mcast_forwarding": [] }, { "edge_path": "/infra/sites/default/enforcement-points/default/edge-clusters/b051d3f9-3ad8-4831-9d67-8ae1cd3f5a1e/edge-nodes/a96e2790-51f7-11ea-aedf-005056a370d4", "mcast_forwarding": [ { "source": "1.1.5.10", "multicast_group": "239.102.102.102", "incoming_interface": { "ifuid": "e60c61b4-acf9-4db6-91b8-1ed1bb8732bd" }, "outgoing_interfaces": [ { "ifuid": "/infra/tier-0s/tier0/locale-services/tier0localeservices/interfaces/tier0-interface-40-40-40-1" } ] } ] } ] }
Required Permissions:
read
Feature:
policy_connectivity
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable