LicenseOperationResponse
LicenseOperationResponse
The operation response for Licenses API
JSON Example
{
"operation": "string",
"license_create_response": [
{
"id": "string",
"name": "string",
"quantity": 0,
"status": "string",
"next_expiry_date": "string",
"product": {
"name": "VMware Cloud Foundation (cores)",
"uom": "CORE",
"uom_display_name": "Cores"
},
"is_default": false,
"subscriptions": [
{
"id": "string",
"serial_number": "string",
"end_date": "string",
"quantity": 0
}
],
"version": "string"
}
],
"license_update_response": [
{
"id": "string",
"name": "string",
"quantity": 0,
"status": "string",
"next_expiry_date": "string",
"product": {
"name": "VMware Cloud Foundation (cores)",
"uom": "CORE",
"uom_display_name": "Cores"
},
"is_default": false,
"subscriptions": [
{
"id": "string",
"serial_number": "string",
"end_date": "string",
"quantity": 0
}
],
"version": "string",
"consumption_details": {
"unit": "CORE",
"total": 5000,
"used": 3000,
"available": 2000,
"last_reported_date_time": "2023-12-31T12:59:00"
},
"vcf_ops": {
"name": "VCF",
"vcf_ops_id": "aasdasdsjadbasdbadbhasdjsabdjbajkdbjasb"
}
}
],
"license_delete_response": {
"message": "string"
}
}
operation
Required
The operation for Licenses Management API
Possible values are :
CREATE,
UPDATE,
DELETE,
ASSOCIATE,
DISSOCIATE,
license_delete_response
Optional
Delete License Response for License Operation API
license_associate_response
Optional
license_associate_response
license_dissociate_response
Optional
license_dissociate_response