Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/caches/config?page=1&size=20' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": null,
"previous": null,
"results": [
{
"id": 0,
"cache_uuid": "string",
"domain_uuid": "string",
"active": true,
"urlmode": "string",
"cachemode": "string",
"cachepath": "string",
"cacheextensions": "string",
"cachereg": "string",
"timeout": 0,
"weight": 0
}
]
}
}