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

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

Callback called by the provider iaas-proxy

Request
URI
POST
https://{api_host}/network-service//api/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

networkRequestCompletion of type(s) application/json
Required
{
    "resourceId": "string",
    "rootCafeRequestId": "string",
    "completionDetails": "string",
    "requestSuccessful": false,
    "networkObject": {
        "name": "string",
        "tenantId": "string",
        "description": "string",
        "externalId": "string",
        "id": "string",
        "extensionData": {
            "entries": [
                {
                    "key": "string"
                }
            ]
        }
    },
    "tenantId": "string",
    "subtenantId": "string",
    "originalCallbackServiceId": "string",
    "operationType": "string"
}
string
resourceId
Optional

resourceId

string
rootCafeRequestId
Optional

rootCafeRequestId

string
completionDetails
Optional

completionDetails

boolean
requestSuccessful
Optional

requestSuccessful

networkObject
Optional

networkObject

string
tenantId
Optional

tenantId

string
subtenantId
Optional

subtenantId

string
originalCallbackServiceId
Optional

originalCallbackServiceId

string
operationType
Optional

operationType

Possible values are : CREATE, READ, UPDATE, DELETE, ALLOCATE, DEALLOCATE, UNREGISTER,
Responses
204

Indicate completion of a request

Operation doesn't return any data structure