6.2

Table Of Contents
Value Description
catalog_item_ID Specifies the value of CatalogItem ID in the machine blueprint
catalog item.
tenant_name Specifies the value of tenantRef in the machine blueprint catalog
item.
business_group_ID Specifies the value of subtenantRef in the machine blueprint
catalog item.
username@fqdn Specifies the user name of the consumer and business group
manager account and fully qualified domain name.
blueprint_ID Specifies the value of bindingId in the machine blueprint catalog
item.
notes Specifies notes that help to describe the request.
description Contains a description of the request.
reasons Contains a general reason for the request.
provider_reason Contains a general provider reason for the request.
Amazon_ins_type Specifies an Amazon instance type.
Request only Amazon instance types that are supported by the
blueprint. If necessary, consult the fabric administrator for details
on what blueprint supports. For information about Amazon
instance types, see Amazon product documentation.
Example: JSON Input File
The following example requests a small Amazon instance type, which overrides the default location to us-
west-1a. It also creates an EBS storage volume named Backup and mounts it to /dev/sdf.
{
"@type": "CatalogItemRequest",
"catalogItemRef": {
"id": "catalog_item_ID"
},
"organization": {
"tenantRef": "tenant_name",
"subtenantRef": "business_group_ID"
},
"requestedFor": "username@fqdn",
"state": "SUBMITTED",
"requestData": {
"entries": [{
"key": "provider-blueprintId",
"value": {
"type": "string",
"value": "blueprint_ID"
}
},
{
"key": "provider-provisioningGroupId",
"value": {
Programming Guide
VMware, Inc. 84