Method To Be called By A provider To notify the network service that A previously submitted allocation request has been completed

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"
}
allocationResult
Optional

allocationResult

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