List Offer Instances
List all offers available for the specific product type in the specific region
Organization identifier
Region for the offer
Type of the product in offers. This has been deprecated. Please use product & type parameters
The product that you are trying to purchase, eg. host. This needs to be accompanied by the type parameter
The type/flavor of the product you are trying it purchase,eg. an r5.metal
host. This needs to be accompanied by the product parameter.
Success
{
"on_demand": {
"product": "HOST",
"product_type": null,
"name": "VMware Cloud on AWS",
"currency": "USD",
"region": "US_WEST_2",
"unit_price": "8.3681",
"monthly_cost": "6108.7130",
"version": "1.0",
"type": "i3.metal",
"description": "VMware Cloud on AWS On-Demand"
},
"offers": [
{
"description": "VMware Cloud on Amazon Web Services",
"product": "HOST",
"product_type": null,
"name": "VMware Cloud on AWS",
"region": "US_WEST_2",
"commitment_term": 12,
"unit_price": "51987.0",
"currency": "USD",
"version": "1.0",
"offer_context_id": null,
"product_charge_id": null,
"type": "i3.metal",
"product_id": "VMC-AWS"
},
{
"description": "VMware Cloud on Amazon Web Services",
"product": "HOST",
"product_type": null,
"name": "VMware Cloud on AWS",
"region": "US_WEST_2",
"commitment_term": 36,
"unit_price": "109366.0",
"currency": "USD",
"version": "1.0",
"offer_context_id": null,
"product_charge_id": null,
"type": "i3.metal",
"product_id": "VMC-AWS"
}
]
}
Bad Request. Type of the product not supported.
{
"status": 0,
"path": "string",
"retryable": false,
"error_code": "string",
"error_messages": [
"string"
]
}
HTTP status code
Originating request URI
If true, client should retry operation
unique error code
localized error messages
Unauthorized
Forbidden