Prefetch (Warmup) Info
This setting is available in small, large, VOD and dynamic(aksela) resource types.
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 |
opID | Specifies the purge process ID. Required when info of specific purge is requested. | String | No |
Response
{
"status": true,
"data": {
"page": 1,
"total": 1,
"limit": 1,
"search": "",
"requests": [
{
"completedAt": "2023-12-15T12:24:44.715Z",
"message": "The warmup operation has been successfully.",
"status": 1,
"url": "test.mncdn.org/test",
"warmupID": "****-*****-*****-****"
}
]
}
}