Skip to content

migrate-machine/new-endpoint-token

Cluster UUID that created the alert

This parameter specifies the authentication token used to access the source endpoint during machine migration.

Requirements

The token must be a valid, unexpired token generated from a user with the superuser role on the target endpoint.

Usage

You can obtain a valid token in two ways:

  1. Using the CLI:

    drpcli users token <user> | jq -r '.Token'
    
    Replace <user> with a DRP user that has superuser access.

  2. Using the DRP UI:

  3. Navigate to the bottom of the left sidebar
  4. Click the "Copy Auth Token" button
  5. Paste the token value when prompted

The token will be used to authenticate all API calls to the source endpoint during the migration process.