SspLicense

SspLicense
SSP License

License details

JSON Example
{
    "license_id": "string",
    "license_type": "string",
    "source": "string",
    "source_id": "string",
    "sku_code": "ANS-FW-ATP",
    "product_display_name": "VMware vDefend Firewall with Advanced Threat Prevention",
    "product_family": "FIREWALL WITH ATP",
    "quantity": 0,
    "unit_of_measure": "string",
    "expiration_date": 0,
    "expiry_date_with_grace_period": 0,
    "license_token": "string"
}
string
license_id
Optional

ID of the license.

license_type
Optional

Type of License.

Enumeration: DLF, V2, KEYLESS, SUBSCRIPTION, EVAL
source
Optional

This refers to source of the license.

Enumeration: NSX_MANAGER, LICENSE_HUB, AVI_CONTROLLER
string
source_id
Optional

This refers to the id of the onboarded NSX manager, AVI controller or Licensing Service.

string
sku_code
Optional

Security SKU code of the license.

string
product_display_name
Optional

Display name of the product.

string
product_family
Optional

This refers to the family of the product. (e.g., 'AVI LOAD BALANCER' or 'ADVANCED THREAT PROTECTION', ...).

integer As int32 As int32
quantity
Optional

Total assigned quantity for the license.

string
unit_of_measure
Optional

Unit of measure. Examples include Core for Firewall and ATP SKUs, and Service Units (SU) for AVI Load Balancer SKUs.

expiration_date
Optional

Timestamp in milliseconds since epoch.

expiry_date_with_grace_period
Optional

Timestamp in milliseconds since epoch.

string
license_token
Optional

This is a license jwt token. This represents license entitlement spec in a jwt format.