Authorization: Bearer ********************
{
"backupPlan": true,
"cpu": true,
"memory": true,
"primaryDiskReadIOPS": false,
"primaryDiskReadThroughput": false,
"primaryDiskSize": true,
"primaryDiskWriteIOPS": true,
"primaryDiskWriteThroughput": true,
"primaryNetworkInboundSpeed": true,
"primaryNetworkOutboundSpeed": true,
"primaryNetworkTraffic": true
}
curl --location --request PUT '/servers/9/package/1' \
--header 'Content-Type: application/json' \
--data-raw '{
"backupPlan": true,
"cpu": true,
"memory": true,
"primaryDiskReadIOPS": false,
"primaryDiskReadThroughput": false,
"primaryDiskSize": true,
"primaryDiskWriteIOPS": true,
"primaryDiskWriteThroughput": true,
"primaryNetworkInboundSpeed": true,
"primaryNetworkOutboundSpeed": true,
"primaryNetworkTraffic": true
}'
{
"info": [
"CPU cores not updated. It matches the current value",
"primary disk not updated. It either matches or is lower than the current value",
"traffic not updated. It matches the current value",
"primary network speed inbound not updated. It matches the current value",
"primary network speed outbound not updated. It matches the current value",
"write IOPS not updated. It matches the current value",
"write bytes/sec not updated. It matches the current value"
]
}