Skip to main content

Update a QoS option

Contributors

PATCH /storage/qos/qos-options

Introduced In: 9.14

Update a specific QoS option.

  • qos settings cluster-options modify

Request Body

Name Type Description

_links

_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

returned_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

Name Type Description

self

href

qos_option

Name Type Description

_links

_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.