|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
WAF timer configuration. |
||
| Scopes |
string |
Timer type. Valid values: permanent (or empty) for always active, periods for specific time ranges, and weekly for recurring weekly schedules. |
permanent |
| Zone |
integer |
Time zone offset from UTC. Defaults to UTC+00:00 if not specified. |
8 |
| Periods |
array |
The time periods during which the rule takes effect. |
|
|
object |
|||
| Start |
string |
Start time in RFC 3339 format (UTC). |
2025-01-01T00:00:00Z |
| End |
string |
End time in RFC 3339 format (UTC). |
2025-01-01T01:00:00Z |
| WeeklyPeriods |
array |
Weekly recurring time periods. |
|
|
object |
|||
| Days |
string |
Days of the week, separated by commas. Values 1-7 represent Monday through Sunday. |
1 |
| DailyPeriods |
array |
Active time ranges within the specified days. |
|
|
object |
|||
| Start |
string |
Start time in HH:mm:ss format. |
00:00:00 |
| End |
string |
End time in HH:mm:ss format. |
01:00:00 |