CPU Optimization
Query parameters
siteIdinteger · int32Optional
The Site ID for which to retrieve the Parallels RAS CPU Optimization settings. (optional)
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/CPUOptimizationSettingsQuery parameters
siteIdinteger · int32Optional
The Site ID for which to modify the Parallels RAS CPU Optimization settings (optional).
Body
Update CPU Optimization Settings
cpuExcludeListstring[] · nullableOptional
Specifies items in the CPUExclude list.
startUsageinteger · int32 · nullableOptional
The CPU usage percentage above which the CPU Optimization will start working.
criticalUsageinteger · int32 · nullableOptional
The CPU usage percentage above which a process will be set to idle priority.
idleUsageinteger · int32 · nullableOptional
The CPU usage percentage below which a process will be set to realtime priority.
enableCPUOptimizationboolean · nullableOptional
Enables or disables the "CPU Optimization" option.
replicateboolean · nullableOptional
Enables or disables the "Replicate settings" option (replicate settings to all sites).
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/CPUOptimizationSettingsNo content
Last updated