Policy >
Networking
>
Connectivity
>
Tier-0 Gateways
>
Multicast
Get Multicast Forwarding In Csv Format
Get Multicast Forwarding In CSV Format.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/multicast/forwarding?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/forwarding?format=csv
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
PolicyMulticastForwardingInCsvFormat
+
PolicyMulticastForwardingInCsvFormat
(
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
MulticastForwardingCsvRecord
Readonly
Example Response:
transport_node,source,multicast_group,incoming_interface,outgoing_interfaces "/infra/sites/default/enforcement-points/default/edge-clusters/b051d3f9-3ad8-4831-9d67-8ae1cd3f5a1e/edge-nodes/a96e2790-51f7-11ea-aedf-005056a370d4",1.1.5.10,239.102.102.102,"e60c61b4-acf9-4db6-91b8-1ed1bb8732bd","/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