LicenseLedgerDetails

LicenseLedgerDetails
LicenseLedgerDetails
JSON Example
{
    "_last_modified": "string",
    "escrow_infos": [
        {
            "last_updated": 0,
            "service_cores": "number",
            "tenant_uuid": "string",
            "tier": "string",
            "uuid": "string"
        }
    ],
    "se_group_infos": [
        {
            "consumed": "number",
            "escrow": "number",
            "uuid": "string"
        }
    ],
    "se_infos": [
        {
            "last_updated": 0,
            "service_cores": "number",
            "tenant_uuid": "string",
            "tier": "string",
            "uuid": "string"
        }
    ],
    "tenant_infos": [
        {
            "reserved": 0,
            "uuid": "string"
        }
    ],
    "tier_usages": [
        {
            "tier": "string",
            "usage": {
                "available": "number",
                "consumed": "number",
                "escrow": "number",
                "remaining": "number"
            }
        }
    ],
    "total_licenses_reserved": 0,
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Read-Only

UNIX time since epoch in microseconds. Units(MICROSECONDS).

array of LicenseInfo
escrow_infos
Optional

Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

array of SeGroupInfo
se_group_infos
Optional

Maintain information about SE Group. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

array of LicenseInfo
se_infos
Optional

Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

tenant_infos
Optional

Maintain information about Tenant. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

tier_usages
Optional

License usage per tier. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int64 As int64
total_licenses_reserved
Optional

Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
url
Read-Only

url

string
uuid
Optional

Uuid for reference. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.