Skip to main content

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

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items VffLicenseV2[]
  • Array [
  • 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.

  • ]
Loading...