NSX-T Data Center REST API
Update an existing IPFIX profile (Deprecated)
Update an existing IPFIX profile with profile ID and modified properties.Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-profiles instead.
Request:
Method:
PUT
URI Path(s):
/api/v1/ipfix-profiles/{ipfix-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IpfixSwitchUpmProfile+
Example Request:
7e5d3a8c-8aa8-4df6-9a0f-b0456575b233 { "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": [] }, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IpfixSwitchUpmProfile+