{
"host": {
"CpuCmtbound": 0,
"MemCmtbound": 0
}
}
curl --location --request POST 'https://example.com:30888/hosts//set-commit-bound' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"CpuCmtbound": 0,
"MemCmtbound": 0
}
}'
{}