[{"label":"Latest (v1.1)","version":"latest"}]
vmc
SubscriptionRequest
Properties
string
product_type
Required
Old identifier for product. Deprecarted. See product and type
string
commitment_term
Required
string
region
Required
string
offer_name
Required
string
offer_version
Required
integer
quantity
Required
string
billing_frequency
Optional
Frequency of the billing.
string
product_charge_id
Optional
string
product_id
Optional
string
product
Optional
The product for which subscription needs to be created. Refer /vmc/api/orgs/{orgId}/products.
integer
price
Optional
string
offer_context_id
Optional
string
type
Optional
The type of the product for which the subscription needs to be created.
JSON Example
{
"commitment_term": "12",
"offer_name": "VMware Cloud on AWS",
"offer_version": "1.0",
"product_type": "host - deprecated",
"quantity": 1,
"region": "US_WEST_2"
}