Get IPFIX Collector Profile
API will return details of IPFIX collector profile. If profile
does not exist, it will return 404.
This API is deprecated. Please use the following API:
https://
Request
Operation doesn't accept any path, query or header parameters.
URL
https://nsxmanager.your.domain/policy/api/v1/infra/ipfix-collector-profiles/{ipfix-collector-profile-id}
Response
Response
Response BodyResponse Body
200 OK returns
IPFIXCollectorProfile of type(s) application/json
{}
cURL Command
curl https://nsxmanager.your.domain/policy/api/v1/infra/ipfix-collector-profiles/{ipfix-collector-profile-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.
404
Not Found
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).