Skip to main content

Create Recovery Token for FIPs (v2.1)

POST 

/sdwan/v2.1/api/machines/:machine_id/recovery_tokens

Create a recovery token for the FIPs change mode.

Request

Path Parameters

    machine_id stringrequired

    The machine ID.

Body

Details of the recovery token for the element

    id string

    The recovery token ID.

    token_validity_in_hour int32

    The token validity in a hour.

Responses

Successful Operation

Schema
    hardware_id string

    Hardware Id

    id string

    Id

    ion_token string

    Ion Token

    is_used boolean

    Is Used

    secret_token string

    Secret Token

    token_validity_in_hour int32

    Token Validity In Hour

    valid_till_secs int64

    Valid Till Secs

Loading...