List Machine Maintenance Windows
Returns active (non-cancelled, non-expired) maintenance windows for host-owned machines identified by the provided machine_ids.
Authorizations
API key must be provided in the Authorization header
Response
Array of active maintenance window objects, each including end_time computed from start_time and duration_hours.
Maintenance record ID
ID of the machine this maintenance applies to
Unix timestamp when maintenance begins
Duration of the maintenance window in hours
Category of maintenance (power, internet, disk, gpu, software, other)
Optional reason for maintenance
Unix timestamp when the record was created
Unix timestamp when cancelled, or null if active
Computed unix timestamp when maintenance ends (start_time + duration_hours * 3600)