All Products
Search
Document Center

Edge Security Acceleration:WafTimer

Last Updated:Jun 25, 2026

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.
Example: 8 indicates UTC+08:00, -8 indicates UTC-08:00.
Valid range: -12 to +14.




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.
Example: "1,3" indicates Monday and Wednesday.

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