{
"osd_group": {
"qos": {
"client_threshold": 0,
"bandwidth_max": 0,
"bandwidth": 0,
"mode": 0,
"id": 0,
"recovery_rate_type": "string"
}
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/osd-groups/:set-qos' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"osd_group": {
"qos": {
"client_threshold": 0,
"bandwidth_max": 0,
"bandwidth": 0,
"mode": 0,
"id": 0,
"recovery_rate_type": "string"
}
}
}'{
"osd_group": {
"osd_full_ratio": 0,
"status": "string",
"qos": {
"client_threshold": 0,
"bandwidth_max": 0,
"bandwidth": 0,
"mode": 0,
"id": 0,
"recovery_rate_type": "string"
},
"osd_async_recovery_max_updates": 0,
"osd_num": 0,
"create": "2019-08-24T14:15:22Z",
"update": "2019-08-24T14:15:22Z",
"action_status": "string",
"cluster": {
"status": "string",
"type": "string",
"id": 0,
"fs_id": "string",
"name": "string"
},
"numa_bind_policy": "string",
"device_type_check_disabled": true,
"device_type": "string",
"pools": [
{
"status": "string",
"name": "string",
"encrypt_enabled": true,
"action_status": "string",
"pool_type": "string",
"numa_bind_policy": "string",
"numa_apply_policy": "string",
"stretched": true,
"encrypt_algorithm_full_name": "string",
"numa_enabled": true,
"id": 0
}
],
"numa_enabled": true,
"id": 0,
"failure_domain_type": "string",
"samples": [
{
"max_available_kbyte": 0,
"create": "2019-08-24T14:15:22Z",
"used_kbyte": 0,
"total_kbyte": 0,
"min_available_kbyte": 0
}
]
}
}