Actions
Create Device
Create a new device.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | The description for the device. |
| Group ID | ID of an existing group for the device to be a part of. Format - g<ID>. |
| Name | The name of the device. |
| Password | Password for the device. |
| Remote Control ID | ID of an existing remote control for the device to be a part of. Format - r<ID>. |
{
"alias": "string",
"assigned_to": false,
"description": "string",
"device_id": "string",
"groupid": "string",
"last_seen": "date-time",
"online_state": 0,
"policy_id": "string",
"remotecontrol_id": "string",
"supported_features": "string",
"teamviewer_id": 0,
"userid": "string"
}
Was this page helpful?