Request Catalog Item Instances Using POST
Creates deployments from a catalog item.
Request
URI
POST
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/catalog/api/items/{id}/request
COPY
Path Parameters
string
id
Required
Catalog item ID
Request Body
CatalogItemRequest of type(s) application/json
Optional
{
"bulkRequestCount": 0,
"deploymentName": "string",
"projectId": "string",
"reason": "string",
"version": "string"
}
integer As int32 As int32
bulkRequestCount
Optional
Deployment request count; defaults to 1 if not specified.
string
deploymentName
Optional
Name of the requested deployment
object
inputs
Optional
Input parameters for the request. These must be compliant with the schema of the corresponding catalog item
string
projectId
Optional
Project to be used for the request
string
reason
Optional
Reason for request
string
version
Optional
Version of the catalog item. e.g. v2.0
Responses
200
OK
Returns Array of CatalogItemRequestResponse of type(s) application/json
[
{
"deploymentId": "string",
"deploymentName": "string"
}
]
401
Unauthorized
Operation doesn't return any data structure
Catalog Items Operations
GET
Get Catalog Items Using GET 3
GET
Get Catalog Item Using GET 3
GET
Get Upfront Price Response For Catalog Item Using GET 1
GET
Get Version By Id Using GET 1
GET
Get Versions Using GET 1
POST
Request Catalog Item Instances Using POST
POST
Submit Upfront Price Request For Catalog Item Using POST 1