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
chevron-right
200

Prefetch job created successfully.

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

Prefetch Requests

get

This setting is available in small, large, VOD and dynamic(aksela) resource types.

Path parameters
organization_uuidstringRequiredExample: ****-*****-****-****
resource_uuidstringRequiredExample: ****-*****-****-*****
Query parameters
pageintegerRequiredExample: 1
limitintegerRequiredExample: 10
opIDstringOptionalExample: ***-***-***-****
Responses
chevron-right
200

Successfully retrieved prefetch requests

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

Successfully retrieved prefetch requests

Last updated

Was this helpful?