{
"bucket": {
"qos": {
"business_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"stream_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"rep_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"sync_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"enabled": true,
"op_qos": [
{
"iops_permits": 0,
"type": "string",
"bw_permits": 0,
"burst": 0
}
]
},
"ids": [
0
]
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v2/os/buckets//:batch-set-qos' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucket": {
"qos": {
"business_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"stream_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"rep_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"sync_request": {
"burst_percent": 0,
"requests_per_second": 0,
"max_bandwidth_bytes": 0
},
"enabled": true,
"op_qos": [
{
"iops_permits": 0,
"type": "string",
"bw_permits": 0,
"burst": 0
}
]
},
"ids": [
0
]
}
}'