Skip to main content

Get Vff License for Tenant (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/vfflicenses/:license_id

List all the specific Vff licenses for a tenant.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    license_id stringrequired

    The license ID.

Responses

Successful Operation

Schema
    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...