This repository collects practical scripts that Whitesky customers can use to automate common work against the whitesky.cloud API. The goal is to keep each script easy to run, easy to inspect, and useful as a starting point for your own operational workflows.
| Script | What it helps you do | Documentation |
|---|---|---|
run_cloudspace_command.py |
Run a command on selected running VMs in a cloudspace, with filtering, dry-run support, agent-status checks, and concurrent execution. | Run Cloudspace Command |
- Python 3.10 or newer.
- A whitesky.cloud API token with access to the customer, cloudspace, and VM actions you want to automate.
- Network access to your Whitesky API endpoint.
The included swagger.json file can be used as a local reference for the whitesky.cloud API paths, models, and request/response shapes used by these scripts.