Policy >
Networking
>
Connectivity
>
Tier-0 Gateways
>
Multicast
Get PIM Rendezvous Point Mappings
Get PIM Rendezvous Point Mappings.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/multicast/pim-rp-mappings
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/pim-rp-mappings
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PimRpMappings
+
PimRpMappings
(
schema
)
Name
Description
Type
Notes
gateway_path
Policy path to Tier0 gateway
Policy path to Tier0 gateway.
string
Required
pim_rp_mappings_per_edge
array of
PimRpMappingsPerEdge
Example Response:
{ "gateway_path": "/infra/tier-0s/tier0", "pim_rp_mappings_per_edge": [ { "edge_path": "/infra/sites/default/enforcement-points/default/edge-clusters/b051d3f9-3ad8-4831-9d67-8ae1cd3f5a1e/edge-nodes/a9b95292-51f7-11ea-ae0d-005056a3c9f4", "pim_rp_mappings": [] }, { "edge_path": "/infra/sites/default/enforcement-points/default/edge-clusters/b051d3f9-3ad8-4831-9d67-8ae1cd3f5a1e/edge-nodes/a96e2790-51f7-11ea-aedf-005056a370d4", "pim_rp_mappings": [ { "rp_address": "40.40.40.10", "group": "224.0.0.0/4", "outgoing_interface": "uplink-278", "source": "BSR", "is_rp": false } ] } ] }
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