List Available Products
List of all the products that are available for purchase.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/subscriptions/products
Path Parameters
Path Parameters
string
org
Required
Organization identifier
Response
Response
Response BodyResponse Body
200 OK returns
array
of
SubscriptionProducts of type(s) application/json
{
"product": "string",
"types": [
"string"
]
}
string
product
Optional
The name of the product
array of
string
types
Optional
A list of different types/version for the product.
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/subscriptions/products
Errors
401
Unauthorized
403
Forbidden
500
Internal server error