License
License details
{
"license_id": "string",
"license_type": "string",
"sku_code": "string",
"support_product_id": "string",
"product_display_name": "string",
"product_family": "string",
"product_type": "string",
"quantity": 0,
"unit_of_measure": "string",
"status": "string",
"expiration_date": 0,
"grace_period": "string",
"inactive_grace_period": "string",
"inactive_grace_period_enabled": false,
"inactive_grace_period_expiration_date": 0,
"expiration_pre_warning": "string",
"license_warnings": [
{
"warning_date": 0,
"warning_reason": "string",
"pre_warning_period": "string"
}
],
"subscriptions": [
{
"serial_number": "string",
"allocation_quantity": 0,
"start_date": 0,
"end_date": 0
}
],
"license_token": "string"
}
ID of the license.
Security SKU code of the license.
Product Id for support.
Display name of the product.
This refers to the family of the product. (e.g., 'AVI LOAD BALANCER' or 'ADVANCED THREAT PREVENTION', ...).
Total assigned quantity for the license.
Unit of measure. Examples include Core for Firewall and ATP SKUs, and Service Units (SU) for AVI Load Balancer SKUs.
This refers to the additional time after a license expires during which the software continues to function normally in ISO 8601 duration format. Some examples using the ISO 8601 duration format: P90D means a grace period of 90 days. P1M represents a grace period of 1 month.
Inactive grace period in ISO 8601 duration format (e.g. P90D).
Indicates whether the license is in inactive grace period.
Indicates when the inactive grace period will be expired. Post this date the license becomes eligible for deletion.
Pre-warning period for expiration in ISO 8601 duration format (e.g. P60D).
This is a license jwt token. This represents license entitlement spec in a jwt format.