All tools accept device/group hostnames or names in addition to UUIDs — no UUID hunting required.Documentation Index
Fetch the complete documentation index at: https://docs.cloud.red/llms.txt
Use this file to discover all available pages before exploring further.
Device Tools
List all devices for your tenant.
Get details for a single device by hostname or UUID.
List configuration backups for a device.
Run a shell script or command on a device via SSH. Returns stdout and stderr.
Upload a local file to a device.
Download a file from a device to a local directory.
Make an authenticated iControl REST API request to a device via the managed session proxy. Supports GET, POST, PUT, PATCH, DELETE.
Device Group Tools
List all device groups for your tenant.
Get details for a single device group by name or UUID.
List member devices of a device group.
Run a script on a device group’s active (or standby) device.
Upload a local file to every device in a device group.
Download a file from every device in a group. Files are saved as
<hostname>_<filename>.Context Tools
Get the active tenant context currently in use.
Tool Reference Table
| Tool | Description |
|---|---|
list_devices | List all devices for your tenant |
get_device | Get details for a device |
list_device_groups | List all device groups |
get_device_group | Get details for a device group |
list_devices_in_group | List member devices of a device group |
list_device_backups | List backups for a device |
run_script | Run a script on a device via SSH |
push_file | Upload a local file to a device |
pull_file | Download a file from a device |
run_script_on_group | Run a script on a device group |
push_file_to_group | Upload a file to a device group |
pull_files_from_group | Pull a file from every device in a group |
icontrol_request | Make an iControl REST API call |
get_context | Get the active tenant context |
