Hub Device API Reference (Scalar)
This schema defines the exact telemetry and orchestration payloads managed by the SDK's HubClient.
The SDK parses these Cloud HUB responses into strict Python types (e.g., HubDevice), enabling you to confidently execute bulk_execute operations without manually parsing this raw REST interface.
Interactive Explorer Disabled
The interactive explorer is currently disabled because the proprietary Hub Device schema was not found in your local environment.
The XovisAIToolkit Universal Tool Adapter leverages these underlying definitions to dynamically expose fleet-scale operations to autonomous LLM agents.
How to Enable Locally
- Warmup: Run
xovis warmup-hub to download the HUB-device-management.json schema from the Hub.
- Verify: Ensure the schema is saved in
docs/assets/openapi/HUB-device-management.json.
- Clean & Serve: Run
rm -r site (if it exists) and mkdocs serve to view the reference.