Skip to main content

Vff Operation (v2.0)

POST 

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

List the vff operations.

Request

Path Parameters

    license_id stringrequired

    The license ID of the vff.

Body

    inventory_op VffInventoryOperation (string)

    Possible values: [grant, return, revoke]

    The details of the operation in the inventory.

    ions_count integer

    The number of IONs in the inventory.

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