Get Subscription
Get subscription details for a given subscription id
Organization identifier.
SubscriptionId for an sddc.
Success
{
"status": "string",
"anniversary_billing_date": "string",
"end_date": "string",
"billing_frequency": "string",
"auto_renewed_allowed": "string",
"commitment_term": "string",
"csp_subscription_id": "string",
"billing_subscription_id": "string",
"offer_version": "string",
"offer_type": "string",
"description": "string",
"product_id": "string",
"region": "string",
"product_name": "string",
"offer_name": "string",
"commitment_term_uom": "string",
"start_date": "string",
"quantity": "string"
}
status
anniversary_billing_date
end_date
The frequency at which the customer is billed. Currently supported values are "Upfront" and "Monthly"
auto_renewed_allowed
commitment_term
csp_subscription_id
billing_subscription_id
offer_version
offer_type
description
product_id
region
product_name
offer_name
unit of measurment for commitment term
start_date
quantity
Not Found
Server error. Check retryable flag to see if request should be retried.
"ErrorResponse Object"
HTTP status code
Originating request URI
If true, client should retry operation
unique error code
localized error messages
curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/subscriptions/{subscription}