get https://{hostname}/api/lcdn-services/v1/hypercache/cache-memory-profiles/
This operation retrieves the details of a cache memory profile instance.
Responses
This operation retrieves the details of a cache memory profile instance.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/lcdn-services/v1/hypercache/cache-memory-profiles/cacheMemoryProfileId \
--header 'accept: application/json'
xxxxxxxxxx
{
"name": "profile1",
"cacheMemoryProfileId": 1,
"hotCacheMemoryPercent": 10,
"ramOnlyCacheMemoryPercent": 0,
"frontEndCacheMemoryPercent": 0,
"diskIndexMemoryPercent": 10
}