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

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

Callback called by the provider iaas-proxy

Request
URI
POST
https://{api_host}/network-service//api/providers/{providerId}/deallocation-requests/{bindingId}/complete
COPY
Path Parameters
string
providerId
Required

Provider ID

string
bindingId
Required

Binding ID


Request Body

Status object returned from the provider

deallocationRequestCompletion of type(s) application/json
Required
{
    "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