====Get Days==== This layer loads a [[frameset|frameset]] based on calendar days. This is useful for breaking up workloads over large time-frames, and also for capturing daily metrics with fixed time windows (such as 6AM-6AM). ===Parameters=== ^Name^Default^Meaning^ |upto|07:00|Day Start Time| ===Description=== This function creates frames for each 24 hour period covered by the parent frame. Each 24 hour period will start and end at the local time given with the //upto// parameter. It will **not** generate an incomplete period (ie. a time into the future). ===Example=== { "type": "get_days", "upto": "09:00" } The layer above will split the time into 24 hour periods beginning at 9:00AM and finishing at the same time the following day.