Full update of an existing VNF by its identifier
PUT/api/v1/projects/:projectId/vnfs/:vnfId
The state of the created VNF will be draft or designed.
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 405
- 409
- 500
- 503
The VNF is updated
An asynchronous workflow execution
Response Headers
Href of the asynchronous workflow execution that processes the request, in order to track its state.
The delay in seconds between requests to check the state of the workflow execution.
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.
Conflict with a VNF or a virtual device with the same name within the tenant
Internal Error. List of supported codes: 1 = internal error.
Service unavailable