Perform Post Submission Action

Perform Post Submission Action

Perform post request submission actions. Retrieves the complete set of custom properties associated with a request for a blueprint.

Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/post-submission-extension
COPY
Path Parameters
string
serviceId
Required

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


Request Body
providerRequest of type(s) application/json
Optional
{
    "requestedFor": "string",
    "catalogItemTypeId": "string",
    "reasons": "string",
    "requestType": "string",
    "requestBindingId": "string",
    "description": "string",
    "targetCafeResourceId": "string",
    "targetResourceId": "string",
    "requestedBy": "string",
    "rootCafeResourceId": "string",
    "requestNumber": 0,
    "targetResourceTypeId": "string",
    "requestedObjectId": "string",
    "solution": false,
    "targetResourceProviderId": "string",
    "catalogRequestId": "string",
    "organization": {
        "tenantRef": "string",
        "subtenantRef": "string",
        "tenantLabel": "string",
        "subtenantLabel": "string"
    },
    "callbackServiceId": "string",
    "requestData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    }
}
string
requestedFor
Optional

requestedFor

string
catalogItemTypeId
Optional

catalogItemTypeId

string
reasons
Optional

reasons

string
requestType
Optional

requestType

Possible values are : CATALOG_ITEM, RESOURCE_ACTION,
string
requestBindingId
Optional

requestBindingId

string
description
Optional

description

string
targetCafeResourceId
Optional

targetCafeResourceId

string
targetResourceId
Optional

targetResourceId

string
requestedBy
Optional

requestedBy

string
rootCafeResourceId
Optional

rootCafeResourceId

integer As int64 As int64
requestNumber
Optional

requestNumber

string
targetResourceTypeId
Optional

targetResourceTypeId

string
requestedObjectId
Optional

requestedObjectId

boolean
solution
Optional

solution

string
targetResourceProviderId
Optional

targetResourceProviderId

string
catalogRequestId
Optional

catalogRequestId

organization
Optional

organization

string
callbackServiceId
Optional

callbackServiceId

requestData
Optional

requestData

Responses
200

Successful operation.

Returns ProviderRequestExtension of type(s) */*
{
    "extData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    }
}
extData
Optional

extData