Prefetch (Warmup)
This setting is available in small, large, VOD and dynamic(aksela) resource types.
Method | URL |
---|---|
POST | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/job/{resource_uuid}/prefetch |
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
file_path | Result count. Max 1000 row per request. | String | No |
Payload
{
"resource_uuid": "****-***-****-****-****",
"file_path": [
"/example/111/images/20230101_01.jpg"
]
}
Response
{
"message": "Your purge request has been created successfully.",
"opID": "266***-***-****-89eb-**** ",
"status": true
}