{
"host": {
"cpus": "string",
"disable_sched_load_balance": true,
"mems": "string",
"processes_prefix": [
"string"
]
}
}curl --location --request POST 'https://example.com:30888/hosts//reserve-cpus' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"cpus": "string",
"disable_sched_load_balance": true,
"mems": "string",
"processes_prefix": [
"string"
]
}
}'{}