Pcreate IPFIX Collection Instance
Create or replace IPFIX switch collection instance. Instance will start
forwarding data to provided IPFIX
collector.
This API is deprecated. Please use the following API:
https://
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/ipfix-switch-collection-instances/{ipfix-switch-collection-instance-id}
Request Body
Request Body
IPFIXSwitchCollectionInstance of type(s) application/json
Required
IPFIX data from source logical segment will be copied to IPFIX collector.
(The request body parameter is missing description)
{}
Request data structure does not contain any properties!
Response
Response
Response BodyResponse Body
200 OK returns
IPFIXSwitchCollectionInstance of type(s) application/json
{}
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/ipfix-switch-collection-instances/{ipfix-switch-collection-instance-id}
Errors
BadRequest
400
The request cannot be fulfilled due to bad syntax.
Forbidden
403
The server understood the request, but is refusing to fulfill it.
NotFound
404
The requested resource could not be found but may be available again in the future.
PreconditionFailed
412
This error has no documentation
InternalServerError
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
ServiceUnavailable
503
The server is currently unavailable (because it is overloaded or down for maintenance).