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
messagestringRequired

Result message.

Example: Your prefetch request has been created successfully.
opIDstringRequired

Operation/job identifier.

Example: 0b508058-9c8c-475a-b5e7-0bf9014423b2
statusbooleanRequired

Indicates whether the operation was accepted.

Example: true
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
statusbooleanRequiredExample: true
get
/api/v1/cdn/{organization_uuid}/job/{resource_uuid}/prefetch
200

Successfully retrieved prefetch requests

Last updated

Was this helpful?