Get Catalog Item Using GET 3
Returns the catalog item with the specified ID.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/catalog/api/items/{id}
COPY
Path Parameters
string
id
Required
Catalog item ID
Query Parameters
boolean
expandProjects
Optional
Retrieves the 'projects' field of the catalog item
Responses
200
OK
Returns CatalogItem of type(s) application/json
{
"bulkRequestLimit": 0,
"createdAt": "string",
"createdBy": "string",
"description": "string",
"iconId": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"projectIds": [
"string"
],
"projects": [
{
"id": "string",
"link": "string",
"name": "string"
}
],
"sourceId": "string",
"sourceName": "string",
"type": {
"id": "string",
"link": "string",
"name": "string"
}
}
integer As int32 As int32
bulkRequestLimit
Optional
Max number of instances that can be requested at a time
string As date-time As date-time
createdAt
Optional
Creation time
string
createdBy
Optional
Created By
string
description
Optional
CatalogItem description
string As uuid As uuid
iconId
Optional
Icon ID
string As uuid As uuid
id
Required
CatalogItem id
string As date-time As date-time
lastUpdatedAt
Optional
Update time
string
lastUpdatedBy
Optional
Updated By
string
name
Required
CatalogItem name
array of string
projectIds
Required
Associated project IDs that can be used for requesting
object
schema
Optional
Json schema describing request parameters, a simplified version of http://json-schema.org/latest/json-schema-validation.html#rfc.section.5
string As uuid As uuid
sourceId
Optional
LibraryItem source ID.
string
sourceName
Optional
LibraryItem source name.
401
Unauthorized
Operation doesn't return any data structure
404
Not Found
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