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
Parameters
Parameters
string
org
Required
Organization identifier
Response
Response
Response BodyResponse Body
200 OK returns
array
of
SubscriptionProducts
{
"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
Not available
401
The request requires user authentication.
Not available
403
The server understood the request, but is refusing to fulfill it.
Not available
500
The server encountered an unexpected condition which prevented it from fulfilling the request.