Method To Be called By A provider To notify the network service that A previously submitted allocation request has been completed
Callback called by the provider iaas-proxy
Request
URI
POST
https://{api_host}/network-service//api/providers/{providerId}/allocation-requests/{bindingId}/complete
COPY
Path Parameters
string
providerId
Required
Provider ID
string
bindingId
Required
Binding ID
Request Body
Status object returned from the provider
allocationRequestCompletion of type(s) application/json
Required
{
"allocationResult": {
"entries": [
{
"key": "string"
}
]
},
"requestId": "string",
"serviceCallbackId": "string",
"errMsg": "string",
"requestCallbackAdditionalUrlPath": "string"
}
string
requestId
Optional
requestId
string
serviceCallbackId
Optional
serviceCallbackId
string
errMsg
Optional
errMsg
string
requestCallbackAdditionalUrlPath
Optional
requestCallbackAdditionalUrlPath
Responses
204
Indicate completion of a request
Operation doesn't return any data structure
Network Request Operations
POST
Allocate network Or security component
POST
Create Network Resource
POST
De-allocate network Or security component
POST
Method To Be called By A composition-service To notify the network-service that A previously submitted deployment update request has been completed
POST
Method To Be called By A provider To notify the network service that A previously submitted allocation request has been completed
POST
Method To Be called By A provider To notify the network service that A previously submitted de-allocation request has been completed
POST
Method To Be called By A provider To notify the network service that A previously submitted request has been completed
POST
Provision
POST
Retrieve allocation constraint for network Or security component
POST
Validate Request
POST
Validates A single network Or security component