(pre-)allocate IP addresses to the VNF
POST/api/v1/projects/:projectId/vnfs/:vnfId/actions/allocateipaddresses
Some VNF models require allocating IP addresses before provisioning the VNF because the requester needs to know these addresses to fully configure the VNF
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 405
- 409
- 500
- 503
An asynchronous workflowExecution to allocate IP addresses is processing
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 workflowExecution that is currently processing on this virtual network function
Internal Error. List of supported codes: 1 = internal error.
Service unavailable