Get Vff Licenses for Tenant (v2.1)
GET/v2.1/api/tenants/:tenant_id/vfflicenses
List all the Vff licenses for a tenant.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
id string
The ID.
tenant_id string
The tenant ID.
items VffLicenseV2[]
allocated_ions int32
The number of allocated IONs in the inventory.
allowed_ions int32
The maximum number of IONs that are allowed.
id string
The ID of the IONs.
model stringrequired
The model of the ION devices.
source_license_id string
The source license ID of the IONs.
source_tenant_id string
The source tenant ID.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"allocated_ions": 0,
"allowed_ions": 0,
"id": "string",
"model": "string",
"source_license_id": "string",
"source_tenant_id": "string"
}
]
}
Loading...