Validate Request

Validate Request

Validates un-submitted catalog request and gets the quotes for the request.The request could be a machine request or resource action request.

Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/requestValidations
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
Operation doesn't return any data structure