Query Maintenance Windows by Machine IDs
Machines
Query Maintenance Windows by Machine IDs
Returns active maintenance windows for the specified list of machine IDs.
POST
Query Maintenance Windows by Machine IDs
Authorizations
API key must be provided in the Authorization header
Body
application/json
List of machine IDs (integers, comma-separated string, or a single integer) to retrieve active maintenance windows for.
Example:
Unix timestamp used as the reference 'current time' for filtering out already-ended windows; defaults to server's current time.
Example:
1718000000
Response
Array of maintenance window objects with fields: id, machine_id, duration_hours, start_time, maintenance_category.