Create Subscriptions
Initiates the creation of a subscription
Organization identifier.
subscriptionRequest
{
"product": "host",
"product_type": "host - deprecated",
"quantity": 1,
"commitment_term": "12",
"offer_version": "1.0",
"region": "US_WEST_2",
"type": "i3.metal",
"offer_name": "VMware Cloud on AWS"
}
The product for which subscription needs to be created. Refer /vmc/api/orgs/{orgId}/products.
Old identifier for product. Deprecarted. See product and type
quantity
product_charge_id
commitment_term
price
product_id
offer_context_id
offer_version
region
The type of the product for which the subscription needs to be created.
offer_name
Accepted
{
"updated_by_user_name": "string",
"updated_by_user_id": "string",
"user_id": "string",
"user_name": "string",
"created": "string",
"id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
"updated": "string",
"version": 5,
"error_message": "string",
"localized_error_message": "string",
"progress_percent": 75,
"parent_task_id": "string",
"sub_status": "string",
"phase_in_progress": "string",
"org_type": "string",
"end_time": "string",
"resource_type": "string",
"end_resource_entity_version": 5,
"start_time": "string",
"task_progress_phases": [
{
"progress_percent": 0,
"name": "string",
"id": "string"
}
],
"org_id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
"start_resource_entity_version": 0,
"resource_id": "string",
"correlation_id": "string",
"task_type": "string",
"task_version": "string",
"service_errors": [
{
"original_service_error_code": "string",
"default_message": "string",
"original_service": "string",
"localized_message": "string"
}
],
"estimated_remaining_minutes": 4,
"status": "string"
}
Unauthorized
Forbidden
Server error. Check retryable flag to see if request should be retried.
{
"retryable": false,
"path": "string",
"error_code": "string",
"error_messages": [
"string"
],
"status": 0
}
If true, client should retry operation
Originating request URI
unique error code
localized error messages
HTTP status code