Management Plane API > Troubleshooting And Monitoring > IPFIX

Get an existing IPFIX profile

Get an existing IPFIX profile by profile ID.

Request:

Method:
GET
URI Path(s):
/api/v1/ipfix-profiles/<ipfix-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/ipfix-profiles/ 7e5d3a8c-8aa8-4df6-9a0f-b0456575b233

Successful Response:

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

Example Response:

{ "resource_type": "IpfixSwitchUpmProfile", "id": "7e5d3a8c-8aa8-4df6-9a0f-b0456575b233", "display_name": "IPFIX Switch Profile 002", "packet_sample_probability": 0.1, "active_timeout": 300, "max_flows": 16384, "idle_timeout": 300, "observation_domain_id": 1002, "collector_profile": "8e6590f8-f203-4a9e-b53a-6c8058b79dd4", "priority": 1, "applied_tos": { "logical_switches": [], "logical_ports": [], "nsgroups": [] }, "export_overlay_flow" : true, "_protection" : "NOT_PROTECTED", "_create_user" : "admin", "_create_time" : 1507687895605, "_last_modified_user" : "admin", "_last_modified_time" : 1507705866588, "_system_owned" : false, "_revision" : 1 }

Required Permissions:

read

Feature:

unified_nsgroup_ipfix_profiles

Additional Errors: