[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create IPFIX L2 Profile
DescriptionCreate or replace IPFIX L2 Profile. Profile is reusable entity. Single profile can attached multiple bindings e.g group, segment and port.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Path Parameters
Path Parameters
string
ipfix-l2-profile-id
Required
IPFIX L2 Profile ID
Request Body
Request Body
IPFIXL2Profile
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineIPFIXL2Profile1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
IPFIXL2Profile
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlineIPFIXL2Profile1
Errors
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-CreateOrReplaceIPFIXL2Profile -ipfixL2ProfileId -iPFIXL2Profile $iPFIXL2Profile -_override
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-ipfix-l2-profile
x-vmw-nsx-module: PolicyIPFIXSwitch
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy