Update a cache overload profileCopy Pageput https://{hostname}/api/lcdn-services/v1/hypercache/cache-overload-profiles/{cacheOverloadProfileId}Path ParamscacheOverloadProfileIdintegerrequiredBody Paramsnamestringrequiredlength between 1 and 128lowPriorityLoadThresholdPercentinteger0 to 90Defaults to 60mediumPriorityLoadThresholdPercentinteger0 to 90Defaults to 70highPriorityLoadThresholdPercentinteger0 to 90Defaults to 80lowPriorityBandwidthThresholdPercentinteger0 to 100Defaults to 100mediumPriorityBandwidthThresholdPercentinteger0 to 100Defaults to 100highPriorityBandwidthThresholdPercentinteger0 to 100Defaults to 100overloadActionObject 1Object 2Object 3overloadAction objectResponses 200An HTTP 200 will signify the successful update of an cache-overload-profile instance. 400An HTTP 400 will be returned if the request is badly formed or has constraint violations 403An HTTP 403 will be returned if the principal is not authorized to access the instance of cache-hierarchy that the request was made against. 404An HTTP 404 will be returned if the cache-memory-profile with the specified entityId is not found. 409An HTTP 409 will be returned if the cache-memory-profile offered for create/update would lead to a conflicting state.Updated 5 days ago