Skip to main content

Get Vff License for Tenant (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/vfflicenses

List all the Vff license 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 VffLicense[]
  • Array [
  • allowed_ions int32

    The number of allowed ions.

    id string

    The ID of ION.

    model stringrequired

    The model of the ION.

  • ]
Loading...