The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
GetDefaultQoS
-
PDF of this doc site
-
Manage storage with Element software
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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. |
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