Policy > Operations > IPFIX > Firewall IPFIX Profiles

List IPFIX DFW Profile

API provides list IPFIX DFW profiles available on
selected logical DFW.
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-dfw-profiles
Request Headers:
n/a
Query Parameters:
IPFIXDFWProfileListRequestParameters+
Request Body:
n/a

Example Request:

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

Successful Response:

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

Example Response:

{ "results": [ { "ipfix_dfw_collector_profile_path": "/global-infra/ipfix-dfw-collector-profiles/profile1", "active_flow_export_timeout": 40, "observation_domain_id": 344, "priority": 770, "resource_type": "IPFIXDFWProfile", "id": "profile1", "display_name": "profile1", "path": "/global-infra/ipfix-dfw-profiles/profile1", "relative_path": "profile1", "parent_path": "/global-infra/ipfix-dfw-profiles/profile1", "marked_for_delete": false, "_create_user": "admin", "_create_time": 1545257663086, "_last_modified_user": "admin", "_last_modified_time": 1545257663086, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 } ], "result_count": 1, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_ipfix_dfw

Additional Errors: