Schedules
Returns a dictionary with hosts as keys and schedules as values on a given range of dates
get/schedules/hosts_range/
Query parameters
startstring
start date
endstring
end date
Response
ScheduleHostsRange
Example response
{
"host": "host.example.com",
"schedules": [
{
"start": "2022-02-02T22:00",
"end": "2022-04-02T22:00",
"build_start": "2022-02-02T22:00",
"build_end": "2022-04-02T22:00",
"assignment_id": 12,
"host_id": 1
}
]
}Changes
Changed in 2 of the 9 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲