|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The WAF timer. |
||
| Scopes |
string |
The timer type: permanently effective (permanent/empty), effective during time periods (periods), or periodically effective (weekly). |
permanent |
| Zone |
integer |
The time zone. Default value: UTC+00:00. |
8 |
| Periods |
array |
The effective periods. |
|
|
object |
|||
| Start |
string |
The start time in RFC 3339 UTC format. |
2025-01-01T00:00:00Z |
| End |
string |
The end time in RFC 3339 UTC format. |
2025-01-01T01:00:00Z |
| WeeklyPeriods |
array |
The weekly effective periods. |
|
|
object |
|||
| Days |
string |
The days of the week, separated by commas. Values 1-7 represent Monday through Sunday. |
1 |
| DailyPeriods |
array |
The effective period within the epoch. |
|
|
object |
|||
| Start |
string |
The start time in HH:mm:ss format. |
00:00:00 |
| End |
string |
The end time in HH:mm:ss format. |
01:00:00 |