post https://{hostname}/api/lcdn-services/v1/hypercache/cache-overload-profiles
This operation creates a new cache overload profile instance.
Responses
This operation creates a new cache overload profile instance.
xxxxxxxxxx
curl --request POST \
--url https://hostname/api/lcdn-services/v1/hypercache/cache-overload-profiles \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
15{
"lowPriorityLoadThresholdPercent": 60,
"mediumPriorityLoadThresholdPercent": 70,
"highPriorityLoadThresholdPercent": 80,
"lowPriorityBandwidthThresholdPercent": 100,
"mediumPriorityBandwidthThresholdPercent": 100,
"highPriorityBandwidthThresholdPercent": 100,
"cacheOverloadProfileId": 1389,
"name": "profile4",
"overloadAction": {
"action": "SITE_REDIRECT",
"redirectMode": "CLIENT_IP",
"enablePersistentConnectionClose": false
}
}