Overview
Theclient.fleet namespace provides access to six core fleet management resources:
- Devices: Register, manage, and monitor devices in your fleet
- Recordings: Access and manage recordings captured by your devices
- Events: Create and query events associated with recordings and devices
- Rules: Define automation rules that trigger alerts based on conditions
- Alerts: View and manage alerts triggered by your rules
- Alert Channels: Configure notification channels for alert delivery
Available Resources
Devices
Manage the lifecycle of devices in your fleet:Recordings
Access recordings captured by your fleet devices:Events
Track important events within recordings:Rules
Define automation rules to monitor your fleet:Alerts
Manage alerts triggered by your rules:Alert Channels
Configure how alerts are delivered:Async Support
All fleet management resources support async operations using theAsyncAvala client:
Pagination
Alllist() methods return paginated results using cursor-based pagination:
Next Steps
Explore the detailed documentation for each resource:- Devices - Device registration and management
- Recordings - Recording access and updates
- Events - Event creation and querying
- Rules - Automation rule configuration
- Alerts - Alert management and resolution