Policy > Operations > IPFIX > Switch IPFIX Collectors

List IPFIX Collector profiles.

API will provide list of all IPFIX collector profiles and their details.
This API is available when using VMware Cloud on AWS or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/global-manager/api/v1/global-infra/ipfix-l2-collector-profiles
Request Headers:
n/a
Query Parameters:
IPFIXL2CollectorProfileListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/global-manager/api/v1/global-infra/ipfix-l2-collector-profiles/

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPFIXL2CollectorProfileListResult+

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ { "resource_type": "IPFIXL2CollectorProfile", "id": "profile", "display_name": "/global-infra/ipfix-l2-collector-profiles/profile", "path": "/global-infra/ipfix-l2-collector-profiles/profile", "parent_path": "/global-infra", "relative_path": "profile", "ipfix_l2_collectors":[ { "collector_ip_address": "10.24.24.23", "collector_port": 3569 } ], "_create_user": "admin", "_create_time": 1517354268091, "_last_modified_user": "admin", "_last_modified_time": 1517354315280, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 } ] }

Required Permissions:

read

Feature:

policy_ipfix_switch

Additional Errors: