Rollback Request

Rollback Request

Rolls back a rejected request from the service catalog to IaaS.

Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/requests/{requestId}/rollback
COPY
Path Parameters
string
serviceId
Required

The ID of the IaaS service as registered in the component registry service.

string
requestId
Required

Unique identifier for the request.


Request Body

Rollback request data such as resource identifiers etc.

providerRollbackRequest of type(s) application/json
Required
{
    "resourceIds": [
        "string"
    ]
}
array of string
resourceIds
Optional

resourceIds

Responses
204

Successful operation.

Operation doesn't return any data structure