Purge Information
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-04-14T07:18:40.384Z",
"message": "Invalid purge request.",
"purgeID": "***-****-***-****",
"status": -1,
"url": "hidden.mncdn.com/my/images/Fish.jpg"
}
]
}
}