Method To Be called By A composition-service To notify the network-service that A previously submitted deployment update request has been completed
Callback called by composition
Request
URI
POST
https://{api_host}/network-service//api/catalog/providers/{providerId}/requests/{bindingId}/complete
COPY
Path Parameters
string
providerId
Required
Provider ID
string
bindingId
Required
Binding ID
Request Body
Status object returned from the provider
requestCompletion
of type(s)
application/json
Required
{
"requestCompletionState": "string",
"resourceBindingIds": [
"string"
],
"completionDetails": "string"
}
string
requestCompletionState
Optional
requestCompletionState
Possible values are :
SUCCESSFUL,
PARTIALLY_SUCCESSFUL,
FAILED,
CANCELLED,
REJECTED,
array of
string
resourceBindingIds
Optional
resourceBindingIds
string
completionDetails
Optional
completionDetails
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