Find VNFs that are contained in a project and by filtering attributes
GET/api/v1/projects/:projectId/vnfs
The value of a filtering attribute could be a single value (e.g., name=my-vnf), a list of values (e.g., name=vnf1,vnf2), an operator such as eq (equals), ne (not equals), gt (greater than), gte (greater than or equals), lt (lesser than), lte (lesser than or equals) followed by a single value (e.g., name=ne:my-vnf), or a set operator in or nin (not in) followed by a list of values (e.g., name=nin:my-vnf1,my-vnf2)
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
- 503
Successful retrieval of VNFs
Response Headers
Number total of items
Number of returned items
Bad Request. List of supported codes: 20: Invalid URL parameter value, 21: Missing body, 22: Invalid body, 23: Missing body field, 24: Invalid body field, 25: Missing header, 26: Invalid header value, 27: Missing query-string parameter, 28: Invalid query-string parameter value.
Not Authorized. List of supported codes: 40 = Missing credentials, 41 = Invalid credentials, 42 = Expired credentials.
Forbidden. List of supported codes: 50 = access denied, 51 = forbidden requester, 53 = too many requests.
Resource not found. List of supported codes: 60 = resource not found.
Method not allowed. List of supported codes: 61 = method not allowed.
Internal Error. List of supported codes: 1 = internal error.
Service unavailable