Method To Be called By A composition-service To notify the network-service that A previously submitted deployment update request has been completed

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