Skip to main content
Element Software
A newer release of this product is available.

GetDefaultQoS

Contributors netapp-pcarriga netapp-dbagwell

You can use the GetDefaultQoS method to get the default quality of service (QoS) values for a newly created volume.

Parameters

This method has no input parameters.

Return value

This method has the following return value:

Name Description Type

QoS

The default QoS values.

QoS

Request example

Requests for this method are similar to the following example:

{
   "method": "GetDefaultQoS",
   "params": {},
   "id" : 1
}

Response example

This method returns a response similar to the following example:

{
   "id" : 1,
   "result" : {
      "burstIOPS" : 15000,
      "burstTime" : 60,
      "curve" : {
         "1048576" : 15000,
         "131072" : 1900,
         "16384" : 270,
         "262144" : 3000,
         "32768" : 500,
         "4096" : 100,
         "524288" : 7500,
         "65536" : 1000,
         "8192" : 160
      },
      "maxIOPS" : 15000,
      "minIOPS" : 100
   }
}

New since version

9.6