qos
cache-policy-get
This ONTAPI call does not have an equivalent REST API call.
cache-policy-get-iter
This ONTAPI call does not have an equivalent REST API call.
cache-policy-modify
This ONTAPI call does not have an equivalent REST API call.
cache-policy-modify-iter
This ONTAPI call does not have an equivalent REST API call.
qos-adaptive-policy-group-create
POST /api/storage/qos/policies
Note: Adaptive parameters are required.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
absolute-min-iops |
adaptive.absolute_min_iops |
|
block-size |
No REST Equivalent |
|
expected-iops |
adaptive.expected_iops |
|
expected-iops-allocation |
No REST Equivalent |
|
peak-iops |
adaptive.peak_iops |
|
peak-iops-allocation |
No REST Equivalent |
|
policy-group |
name |
|
return-record |
return_records |
|
vserver |
svm.name |
Can also use svm.uuid. The existing SVM owning the QoS policy. |
qos-adaptive-policy-group-delete
DELETE /api/storage/qos/policies/{uuid}
Note: uuid of the adaptive policy group is a required field.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
force |
No REST Equivalent |
|
policy-group |
No REST Equivalent |
qos-adaptive-policy-group-delete-iter
This ONTAPI call does not have an equivalent REST API call.
qos-adaptive-policy-group-get
GET /api/storage/qos/policies/{uuid}
ONTAPI attribute | REST attribute | Comment |
---|---|---|
absolute-min-iops |
adaptive.absolute_min_iops |
|
block-size |
No REST Equivalent |
|
expected-iops |
adaptive.expected_iops |
|
expected-iops-allocation |
No REST Equivalent |
|
num-workloads |
object_count |
|
peak-iops |
adaptive.peak_iops |
|
peak-iops-allocation |
No REST Equivalent |
|
pgid |
No REST Equivalent |
|
uuid |
uuid |
|
vserver |
svm.name |
|
policy-group |
name |
qos-adaptive-policy-group-get-iter
GET /api/storage/qos/policies
ONTAPI attribute | REST attribute | Comment |
---|---|---|
absolute-min-iops |
adaptive.absolute_min_iops |
|
block-size |
No REST Equivalent |
|
expected-iops |
adaptive.expected_iops |
|
expected-iops-allocation |
No REST Equivalent |
|
num-workloads |
object_count |
|
peak-iops |
adaptive.peak_iops |
|
peak-iops-allocation |
No REST Equivalent |
|
pgid |
No REST Equivalent |
|
policy-group |
name |
|
uuid |
uuid |
|
vserver |
svm.name |
Can also use svm.uuid. |
max-records |
max_records |
The maximum number of records to return before paging |
qos-adaptive-policy-group-modify
PATCH /api/storage/qos/policies/{uuid}
Note: uuid of the adaptive policy group is a required field
ONTAPI attribute | REST attribute | Comment |
---|---|---|
absolute-min-iops |
adaptive.absolute_min_iops |
|
block-size |
No REST Equivalent |
|
expected-iops |
adaptive.expected_iops |
|
expected-iops-allocation |
No REST Equivalent |
|
peak-iops |
adaptive.peak_iops |
|
peak-iops-allocation |
No REST Equivalent |
|
policy-group |
name |
qos-adaptive-policy-group-modify-iter
This ONTAPI call does not have an equivalent REST API call.
qos-adaptive-policy-group-rename
PATCH /api/storage/qos/policies/{uuid}
Note: uuid of the adaptive policy group is a required field
ONTAPI attribute | REST attribute | Comment |
---|---|---|
new-name |
name |
|
policy-group-name |
No REST Equivalent |
qos-policy-group-create
POST /api/storage/qos/policies
Note: Fixed parameters are required. capacity.shared is set to false by default.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
is-shared |
fixed.capacity_shared |
|
max-throughput |
fixed.max_throughput_iops |
Can also specify throughput using fixed.max_throughput_mbps. |
min-throughput |
fixed.min_throughput_iops |
Can also specify throughput using fixed.min_throughput_mbps. |
policy-group |
name |
|
return-record |
return_records |
|
vserver |
svm.name |
Can also use svm.uuid. The existing SVM owning the QoS policy. |
qos-policy-group-delete
DELETE /api/storage/qos/policies/{uuid}
Note: uuid of the policy group is a required field
ONTAPI attribute | REST attribute | Comment |
---|---|---|
force |
No REST Equivalent |
|
policy-group |
No REST Equivalent |
qos-policy-group-delete-iter
This ONTAPI call does not have an equivalent REST API call.
qos-policy-group-get
GET /api/storage/qos/policies/{uuid}
ONTAPI attribute | REST attribute | Comment |
---|---|---|
is-auto-generated |
No REST Equivalent |
|
is-shared |
fixed.capacity_shared |
|
max-throughput |
fixed.max_throughput_iops |
Can also specify throughput using fixed.max_throughput_mbps |
min-throughput |
fixed.min_throughput_iops |
Can also specify throughput using fixed.min_throughput_mbps |
num-workloads |
object_count |
|
pgid |
No REST Equivalent |
|
policy-group-class |
No REST Equivalent |
|
uuid |
uuid |
|
vserver |
svm.name |
|
policy-group |
name |
qos-policy-group-get-iter
GET /api/storage/qos/policies
ONTAPI attribute | REST attribute | Comment |
---|---|---|
is-auto-generated |
No REST Equivalent |
|
is-shared |
fixed.capacity_shared |
|
max-throughput |
fixed.max_throughput_iops |
Can also specify throughput using fixed.max_throughput_mbps |
min-throughput |
fixed.min_throughput_iops |
Can also specify throughput using fixed.min_throughput_mbps |
num-workloads |
object_count |
|
pgid |
No REST Equivalent |
|
policy-group |
name |
|
policy-group-class |
No REST Equivalent |
|
uuid |
uuid |
|
vserver |
svm.name |
|
max-records |
max_records |
The maximum number of records to return before paging |
qos-policy-group-modify
PATCH /api/storage/qos/policies/{uuid}
Note: uuid of the policy group is a required field.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
max-throughput |
fixed.max_throughput_iops |
Can also specify throughput using fixed.max_throughput_mbps |
min-throughput |
fixed.min_throughput_iops |
Can also specify throughput using fixed.min_throughput_mbps |
policy-group |
name |
qos-policy-group-modify-iter
This ONTAPI call does not have an equivalent REST API call.
qos-policy-group-rename
PATCH /api/storage/qos/policies/{uuid}
Note: uuid of the policy group is a required field
ONTAPI attribute | REST attribute | Comment |
---|---|---|
new-name |
name |
|
policy-group-name |
No REST Equivalent |
qos-settings-read-ahead-create
This ONTAPI call does not have an equivalent REST API call.
qos-settings-read-ahead-destroy
This ONTAPI call does not have an equivalent REST API call.
qos-settings-read-ahead-destroy-iter
This ONTAPI call does not have an equivalent REST API call.
qos-settings-read-ahead-get
This ONTAPI call does not have an equivalent REST API call.
qos-settings-read-ahead-get-iter
This ONTAPI call does not have an equivalent REST API call.
qos-settings-read-ahead-modify
This ONTAPI call does not have an equivalent REST API call.
qos-settings-read-ahead-modify-iter
This ONTAPI call does not have an equivalent REST API call.
qos-test-smf-zapi-error
This ONTAPI call does not have an equivalent REST API call.
qos-workload-delete
This ONTAPI call does not have an equivalent REST API call.
qos-workload-delete-iter
This ONTAPI call does not have an equivalent REST API call.
qos-workload-get
This ONTAPI call does not have an equivalent REST API call.
qos-workload-get-iter
This ONTAPI call does not have an equivalent REST API call.
qos-workload-modify
This ONTAPI call does not have an equivalent REST API call.
qos-workload-modify-iter
This ONTAPI call does not have an equivalent REST API call.
qos-workload-policy-count-get
This ONTAPI call does not have an equivalent REST API call.