[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create IPFIX DFW Collector Profile
DescriptionCreate or Replace IPFIX dfw collector profile. IPFIX data will be sent to IPFIX collector port.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/ipfix-dfw-collector-profiles/{ipfix-dfw-collector-profile-id}
Path Parameters
Path Parameters
string
ipfix-dfw-collector-profile-id
Required
IPFIX dfw collector profile id
Request Body
Request Body
IPFIXDFWCollectorProfile
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineIPFIXDFWCollectorProfile1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
IPFIXDFWCollectorProfile
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlineIPFIXDFWCollectorProfile1
Errors
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-CreateOrReplaceIPFIXDFWCollectorProfile -ipfixDfwCollectorProfileId -iPFIXDFWCollectorProfile $iPFIXDFWCollectorProfile -_override
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/ipfix-dfw-collector-profiles/{ipfix-dfw-collector-profile-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-ipfix-dfw-collector-profile
x-vmw-nsx-module: PolicyIPFIXDFW
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy