Policy >
Networking
>
Connectivity
>
Segments
Get downlink port Address Resolution Protocol Proxies for tier-1 segment in CSV
Returns ARP proxy table for downlink port on connected to the segment in CSV
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/arp-proxy?format=csv
/policy/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/arp-proxy?format=csv
Request Headers:
n/a
Query Parameters:
PolicyL2TablesParameters
+
PolicyL2TablesParameters
(
schema
)
Name
Description
Type
Notes
enforcement_point_path
String Path of the enforcement point
Enforcement point path.
string
source
The data source, either realtime or cached. If not provided, cached data is returned.
DataSourceType
transport_node_id
TransportNode Id
string
Request Body:
n/a
Example Request:
GET https://policy-mgr/policy/api/v1/infra/tier-1s/
/segments/test-segment/arp-proxy?format=csv
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
PolicyArpProxyTableCsvListResult
+
PolicyArpProxyTableCsvListResult
(
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
InterfaceArpProxyCsvEntry
Example Response:
TODO smanikarnike
Required Permissions:
read
Feature:
policy_statistics
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable