Skip to main content

Create Tenant Vff License Token (v2.0)

POST 

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

Create a tenant Vff license token.

Request

Path Parameters

    license_id stringrequired

    The license ID.

Body

    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.

Responses

Successful Operation

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