All Products
Search
Document Center

Edge Security Acceleration:WafTimer

Last Updated:Sep 02, 2026

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

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

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