LicenseSearchSummary

LicenseSearchSummary
LicenseSearchSummary
AllOf
This class requires all of the following:
JSON Example
{
    "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"
    }
}