Skip to main content

Get Recovery Token for Machine (v2.1)

GET 

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

Get the recovery token for a machine.

Request

Path Parameters

    machine_id stringrequired

    The machine ID.

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