storage-pool
storage-pool-add
PATCH /api/storage/pools/{uuid}
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
auto-grow-aggregates |
No REST Equivalent |
This field is always true when invoked via REST. |
disk-count |
capacity.disk_count |
|
disk-list |
capacity.disks |
|
nodes |
nodes.name |
|
simulate |
simulate |
|
storage-pool |
No REST Equivalent |
Specify the storage pool uuid for this PATCH request. |
storage-pool-aggregate-get-iter
GET /api/storage/pools
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
aggregate |
capacity.used_allocation_units.aggregate.name |
|
allocated-unit-count |
capacity.used_allocation_units.count |
|
node |
capacity.used_allocation_units.node.name |
|
original-owner |
No REST Equivalent |
|
storage-pool |
name |
|
used-capacity |
capacity.used_allocation_units.current_usage |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
storage-pool-available-capacity-get-iter
GET /api/storage/pools
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
allocation-unit-count |
capacity.spare_allocation_units.count |
|
allocation-unit-size |
capacity.spare_allocation_units.size |
|
available-size |
capacity.spare_allocation_units.available_size |
|
node |
capacity.spare_allocation_units.node.name |
|
storage-pool |
name |
|
storage-type |
storage_type |
|
syncmirror-pool |
capacity.spare_allocation_units.syncmirror_pool |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
storage-pool-create
POST /api/storage/pools
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
disk-count |
capacity.disk_count |
|
disk-list |
disks |
|
disk-size |
disk_size |
|
nodes |
nodes.name |
|
simulate |
simulate |
|
storage-pool |
name |
storage-pool-delete
DELETE /api/storage/pools/{uuid}
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
storage-pool |
No REST Equivalent |
Specify the storage pool uuid for this DELETE request. |
storage-pool-disk-get-iter
GET /api/storage/pools
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
disk |
capacity.disks.disk.name |
|
disk-total-size |
capacity.disks.total_size |
|
disk-type |
No REST Equivalent |
This field is insignificant since all cache disks are SSDs. |
disk-usable-size |
capacity.disks.usable_size |
|
storage-pool |
name |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
storage-pool-get-iter
GET /api/storage/pools
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
allocation-unit-data-size-raid-dp |
No REST Equivalent |
|
allocation-unit-data-size-raid-tec |
No REST Equivalent |
|
allocation-unit-data-size-raid4 |
No REST Equivalent |
|
allocation-unit-size |
capacity.spare_allocation_units.size |
|
current-operation-job-id |
No REST Equivalent |
|
disk-count |
capacity.disk_count |
|
is-healthy |
health.is_healthy |
|
nodes |
nodes.name |
|
pool-state |
health.state |
|
pool-total-size |
capacity.total |
|
pool-usable-size |
capacity.remaining |
|
storage-pool |
name |
|
storage-type |
storage_type |
|
unhealthy-reason |
health.unhealthy_reason |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
storage-pool-reassign
PATCH /api/storage/pools/{uuid}
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
allocation-units |
capacity.spare_allocation_units[].count |
|
from-node |
capacity.spare_allocation_units[].node.name |
|
storage-pool |
No REST Equivalent |
Specify the storage pool uuid for this PATCH request. |
to-node |
capacity.spare_allocation_units[].node.name |
storage-pool-rename
PATCH /api/storage/pools
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
new-name |
name |
|
storage-pool |
No REST Equivalent |
Specify the storage pool uuid for this PATCH request. |