The schedule model represents a schedule in Falcon.
id | integer The id of the schedule. |
hash | string The unique hash of the schedule. |
name | string The name of the schedule. |
start_time_tolerance_yellow | integer [ 0 .. 365 ] The start time tolerance for a yellow traffic light of the schedule. |
start_time_tolerance_red | integer [ 0 .. 365 ] The start time tolerance for a red traffic light of the schedule. |
start_time_tolerance_started | integer or null [ 0 .. 365 ] The start time tolerance for a started traffic light of the schedule. |
start_time_score_green | integer [ 0 .. 100 ] The start time score value for a green traffic light of the schedule. |
start_time_score_yellow | integer [ 0 .. 100 ] The start time score value for a yellow traffic light of the schedule. |
start_time_score_red | integer [ 0 .. 100 ] The start time score value for a red traffic light of the schedule. |
start_time_threshold_yellow | integer [ 0 .. 100 ] The start time percentage threshold value for a yellow traffic light of the schedule. |
start_time_threshold_red | integer [ 0 .. 100 ] The start time percentage threshold value for a red traffic light of the schedule. |
end_time_tolerance_yellow | integer [ 0 .. 365 ] The end time tolerance for a yellow traffic light of the schedule. |
end_time_tolerance_red | integer [ 0 .. 365 ] The end time tolerance for a red traffic light of the schedule. |
end_time_tolerance_finished | integer or null [ 0 .. 365 ] The end time tolerance for a finished traffic light of the schedule. |
end_time_score_green | integer [ 0 .. 100 ] The end time score value for a green traffic light of the schedule. |
end_time_score_yellow | integer [ 0 .. 100 ] The end time score value for a yellow traffic light of the schedule. |
end_time_score_red | integer [ 0 .. 100 ] The end time score value for a red traffic light of the schedule. |
end_time_threshold_yellow | integer [ 0 .. 100 ] The end time percentage threshold value for a yellow traffic light of the schedule. |
end_time_threshold_red | integer [ 0 .. 100 ] The end time percentage threshold value for a red traffic light of the schedule. |
created_time | string <date-time> The created time of the schedule. |
modified_time | string <date-time> The modified time of the schedule. |
modified_user_time | string <date-time> The modified user time of the schedule. |
programs_count | integer >= 0 The number of programs that use this schedule. Only schedules without assigned programs can be deleted. |
model | string The schedule model. |
object (User) The created user of the schedule. | |
object (User) The modified user of the schedule. |
{- "id": 1,
- "hash": "2bcdb7ee82d4b10eea0f1df400c79d93499ddffb",
- "name": "Airborne (Default)",
- "start_time_tolerance_yellow": 3,
- "start_time_tolerance_red": 7,
- "start_time_tolerance_started": 7,
- "start_time_score_green": 3,
- "start_time_score_yellow": 1,
- "start_time_score_red": 0,
- "start_time_threshold_yellow": 90,
- "start_time_threshold_red": 65,
- "end_time_tolerance_yellow": 3,
- "end_time_tolerance_red": 7,
- "end_time_tolerance_finished": 7,
- "end_time_score_green": 3,
- "end_time_score_yellow": 1,
- "end_time_score_red": 0,
- "end_time_threshold_yellow": 90,
- "end_time_threshold_red": 65,
- "created_time": "2022-06-27T09:48:06.000000Z",
- "modified_time": "2022-06-27T09:48:06.000000Z",
- "modified_user_time": "2022-06-27T09:48:06.000000Z",
- "programs_count": 1,
- "model": "Schedule",
- "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}