Skip to content
Start here

Schedule

Get a page test schedule
speed.schedule.get(strurl, ScheduleGetParams**kwargs) -> Schedule
GET/zones/{zone_id}/speed_api/schedule/{url}
Create scheduled page test
speed.schedule.create(strurl, ScheduleCreateParams**kwargs) -> ScheduleCreateResponse
POST/zones/{zone_id}/speed_api/schedule/{url}
Delete scheduled page test
speed.schedule.delete(strurl, ScheduleDeleteParams**kwargs) -> ScheduleDeleteResponse
DELETE/zones/{zone_id}/speed_api/schedule/{url}
ModelsExpand Collapse
class Schedule:

The test schedule.

frequency: Optional[Literal["DAILY", "WEEKLY"]]

The frequency of the test.

One of the following:
"DAILY"
"WEEKLY"
region: Optional[Literal["asia-east1", "asia-northeast1", "asia-northeast2", 18 more]]

A test region.

One of the following:
"asia-east1"
"asia-northeast1"
"asia-northeast2"
"asia-south1"
"asia-southeast1"
"australia-southeast1"
"europe-north1"
"europe-southwest1"
"europe-west1"
"europe-west2"
"europe-west3"
"europe-west4"
"europe-west8"
"europe-west9"
"me-west1"
"southamerica-east1"
"us-central1"
"us-east1"
"us-east4"
"us-south1"
"us-west1"
url: Optional[str]

A URL.

class ScheduleCreateResponse:
schedule: Optional[Schedule]

The test schedule.

test: Optional[Test]
class ScheduleDeleteResponse:
count: Optional[float]

Number of items affected.