Skip to main content

Get Tenant Vff License Tokens (v2.0)

GET 

/sdwan/v2.0/api/vfflicenses/:license_id/tokens

List all the tenant Vff license tokens.

Request

Path Parameters

    license_id stringrequired

    The license ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items VffToken[]
  • Array [
  • id string

    The ID of the vff token.

    ion_key string

    The ION key.

    is_expired boolean

    Is vff token expired. True or False.

    is_multiuse boolean

    Is the vff token multiuse. True or False.

    is_revoked boolean

    Can the vff token be revoked. True or False.

    is_used boolean

    Is the vff token in use. True or False.

    secret_key string

    The secret key.

    valid_till_secs int64

    The token valid time in seconds.

    vfflicense_id string

    The vff license ID.

  • ]
Loading...