Update a QoS option
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
PATCH /storage/qos/qos-options
Introduced In: 9.14
Update a specific QoS option.
Related ONTAP commands
-
qos settings cluster-options modify
Request Body
Name | Type | Description |
---|---|---|
_links |
||
background_task_reserve |
integer |
Percentage reserve for critical background tasks. |
Example request
{
"_links": {
"self": {
"href": "/api/resourcelink"
}
},
"background_task_reserve": 33
}
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response Codes
Error Code | Description |
---|---|
8454377 |
This command is not supported on this platform. |
8454378 |
Unsupported value specified for background-task-reserve. Supported values are 0 to 99. |
Also see the table of common errors in the Response body overview section of this documentation.
Name | Type | Description |
---|---|---|
error |
Example error
{
"error": {
"arguments": [
{
"code": "string",
"message": "string"
}
],
"code": "4",
"message": "entry doesn't exist",
"target": "uuid"
}
}
Definitions
See Definitions
href
Name | Type | Description |
---|---|---|
href |
string |
_links
Name | Type | Description |
---|---|---|
self |
qos_option
Name | Type | Description |
---|---|---|
_links |
||
background_task_reserve |
integer |
Percentage reserve for critical background tasks. |
error_arguments
Name | Type | Description |
---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
Name | Type | Description |
---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |