Register this device
nuvio_register_deviceRegister a device/installation on your Nuvio account using a two-phase confirmation: first request a token, then complete the irreversible registration.
Instructions
Register a device/installation against the account. client_name must be one the Nuvio backend accepts (for example 'Nuvio Web'); other values are rejected by the backend. This operation cannot be undone: it uses two-phase confirmation — call it once to get a short-lived confirmation token, then call again with that token to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | ||
| client_name | Yes | ||
| device_name | No | ||
| client_version | No | ||
| installation_id | Yes | ||
| confirmation_token | No | Token from a previous call of this tool. Irreversible operations require a two-phase prepare/execute: call once to receive the token, then call again with it. |