Policy >
Networking
>
Connectivity
>
Tier-0 Gateways
>
Multicast
Get PIM Rendezvous Point Mappings In CSV Format
Get PIM Rendezvous Point Mappings In CSV Format.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/multicast/pim-rp-mappings?format=csv
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?format=csv
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
PimRpMappingsInCsvFormat
+
PimRpMappingsInCsvFormat
(
schema
)
Name
Description
Type
Notes
file_name
File name
File name set by HTTP server if API returns CSV result as a file.
string
results
array of
PimRpMappingCsvRecord
Readonly
Example Response:
transport_node,rp_address,group,outgoing_interface,source,is_rp "/infra/sites/default/enforcement-points/default/edge-clusters/b051d3f9-3ad8-4831-9d67-8ae1cd3f5a1e/edge-nodes/a96e2790-51f7-11ea-aedf-005056a370d4",40.40.40.10,224.0.0.0/4,uplink-278,BSR,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