Skip to main content
REST API reference

Update a QoS option

PATCH /storage/qos/qos-options

Introduced In: 9.14

Update a specific QoS option. This option is available only at diagnostic privilege level and above.

  • qos settings cluster-options modify

Request Body

Name Type Description

background_task_reserve

integer

Percentage reserve for critical background tasks.

Example request
{
  "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.

Definitions

See Definitions

href

Name Type Description

href

string

qos_option

Name Type Description

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.