Prefetch

Prefetch

post

Creates a Prefetch job to warm CDN cache for one or more paths.

This endpoint is available for Small, Large, VOD, and Dynamic (Aksela) resource types.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_uuidstringRequired

Organization UUID.

Example: ****-*****-****-****
resource_uuidstringRequired

Resource UUID.

Example: ****-*****-****-*****
Body
resource_uuidstringRequired

Resource UUID.

Example: ****-***-****-****-****
file_pathstring[] · min: 1Required

List of URI paths to prefetch (e.g., /img.jpg).

Example: ["/img.jpg"]
Responses
200

Prefetch job created successfully.

application/json
post
/api/v1/cdn/{organization_uuid}/job/{resource_uuid}/prefetch

Last updated

Was this helpful?