Skip to main content
ONTAP 9.12.1 ONTAPI-to-REST mapping
A newer release of this product is available.

quota

Contributors
Suggest changes

quota-add-entry

POST /api/storage/quota/rules

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

disk-limit

space.hard_limit

file-limit

files.hard_limit

perform-user-mapping

user_mapping

policy

No REST Equivalent

Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

qtree

qtree.name

quota-target

No REST Equivalent

The REST API uses one of the three separate fields instead of quota-target: users/group/qtree.

quota-type

type

soft-disk-limit

space.soft_limit

soft-file-limit

files.soft_limit

threshold

No REST Equivalent

The REST API provides space.soft_limit which has similar functionality.

volume

volume.name

quota-delete-entry

DELETE /api/storage/quota/rules/{uuid}

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

policy

No REST Equivalent

Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

qtree

qtree.name

quota-target

No REST Equivalent

The REST API uses one of the three separate fields instead of quota-target: users/group/qtree.

quota-type

type

volume

No REST Equivalent

quota-get-entry

GET /api/storage/quota/rules/{uuid}

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

policy

No REST Equivalent

Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

qtree

qtree.name

quota-target

No REST Equivalent

The REST API uses one of the three separate fields instead of quota-target: users/group/qtree.

quota-type

type

volume

No REST Equivalent

quota-list-entries-iter

GET /api/storage/quota/rules

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

disk-limit

space.hard_limit

file-limit

files.hard_limit

perform-user-mapping

user_mapping

policy

No REST Equivalent

Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

qtree

qtree.name

quota-target

No REST Equivalent

The REST API uses one of the three separate fields instead of quota-target: users/group/qtree.

quota-type

type

soft-disk-limit

space.soft_limit

soft-file-limit

files.soft_limit

threshold

No REST Equivalent

The REST API provides space.soft_limit which has similar functionality.

volume

volume.name

vserver

svm.name

max-records

max_records

Specifies the maximum number of records to return before paging.

quota-modify-entry

PATCH /api/storage/quota/rules/{uuid}

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

disk-limit

space.hard_limit

file-limit

files.hard_limit

perform-user-mapping

user_mapping

policy

No REST Equivalent

Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

qtree

qtree.name

quota-target

No REST Equivalent

The REST API uses one of the three separate fields instead of quota-target: users/group/qtree.

quota-type

type

soft-disk-limit

space.soft_limit

soft-file-limit

files.soft_limit

threshold

No REST Equivalent

The REST API provides space.soft_limit which has similar functionality.

volume

No REST Equivalent

quota-off

PATCH /api/storage/volumes/{uuid}

Note: Refer to the "quota.enabled" attribute of "/api/storage/volumes/{uuid}" REST endpoint.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

volume

No REST Equivalent

quota-on

PATCH /api/storage/volumes/{uuid}

Note: Refer to the "quota.enabled" attribute of "/api/storage/volumes/{uuid}" REST endpoint.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

volume

No REST Equivalent

quota-policy-copy

Note: Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

This ONTAPI call does not have an equivalent REST API call.

quota-policy-create

Note: Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

This ONTAPI call does not have an equivalent REST API call.

quota-policy-delete

Note: Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

This ONTAPI call does not have an equivalent REST API call.

quota-policy-delete-iter

Note: Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

This ONTAPI call does not have an equivalent REST API call.

quota-policy-get-iter

Note: Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

This ONTAPI call does not have an equivalent REST API call.

quota-policy-rename

Note: Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

This ONTAPI call does not have an equivalent REST API call.

quota-policy-rule-count-get

GET /api/storage/quota/rules

Note: Option "?return_records=false" is recommended when counting quota rules.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

count-where-policy

No REST Equivalent

count-where-policy-volume

No REST Equivalent

count-where-policy-volume-qtree

No REST Equivalent

count-where-policy-volume-qtree-type

No REST Equivalent

count-where-policy-volume-type

No REST Equivalent

policy

No REST Equivalent

qtree

qtree.name

quota-type

type

volume

No REST Equivalent

vserver

No REST Equivalent

quota-policy-rule-count-get-iter

GET /api/storage/quota/rules

Note: Option "?return_records=false" is recommended when counting quota rules.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

count-where-policy

No REST Equivalent

count-where-policy-volume

No REST Equivalent

count-where-policy-volume-qtree

No REST Equivalent

count-where-policy-volume-qtree-type

No REST Equivalent

count-where-policy-volume-type

No REST Equivalent

policy

No REST Equivalent

qtree

qtree.name

quota-type

type

volume

No REST Equivalent

vserver

No REST Equivalent

max-records

max_records

Specifies the maximum number of records to return before paging.

quota-report-iter

GET /api/storage/quota/reports

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

disk-limit

space.hard_limit

disk-used

space.used.total

disk-used-pct-disk-limit

space.used.hard_limit_percent

disk-used-pct-soft-disk-limit

space.used.soft_limit_percent

disk-used-pct-threshold

No REST Equivalent

The REST API provides space.used.soft_limit_percent which has similar functionality.

file-limit

files.hard_limit

files-used

files.used.total

files-used-pct-file-limit

files.used.hard_limit_percent

files-used-pct-soft-file-limit

files.used.soft_limit_percent

path

No REST Equivalent

quota-target

No REST Equivalent

quota-type

type

quota-users

No REST Equivalent

The REST API uses one of the two separate fields instead of quota-users: users/group.

soft-disk-limit

space.soft_limit

soft-file-limit

files.soft_limit

threshold

No REST Equivalent

The REST API provides space.soft_limit which has similar functionality.

tree

qtree.name

volume

volume.name

vserver

svm.name

max-records

max_records

Specifies the maximum number of records to return before paging.

quota-resize

PATCH /api/storage/quota/rules/{uuid}

Note: Changes to quota rule limits ("space.hard_limit", "space.soft_limit", "files.hard_limit", and "files.soft_limit") are applied automatically without requiring a quota resize operation.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

volume

No REST Equivalent

quota-set-entry

PATCH /api/storage/quota/rules/{uuid}

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

disk-limit

space.hard_limit

file-limit

files.hard_limit

perform-user-mapping

user_mapping

policy

No REST Equivalent

Multiple alternative quota policies (active and backup) are not supported in REST. Use REST endpoint "/api/storage/quota/rules" to manage the quota rules of the active policy.

qtree

qtree.name

quota-target

No REST Equivalent

The REST API uses one of the three separate fields instead of quota-target: users/group/qtree.

quota-type

type

soft-disk-limit

space.soft_limit

soft-file-limit

files.soft_limit

threshold

No REST Equivalent

The REST API provides space.soft_limit which has similar functionality.

volume

No REST Equivalent

quota-status

GET /api/storage/volumes/{uuid}

Note: Refer to the "quota.enabled" and "quota.state" attributes of "/api/storage/volumes/{uuid}" REST endpoint.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

percent-complete

No REST Equivalent

quota-errors

No REST Equivalent

status

quota.state

substatus

No REST Equivalent

volume

No REST Equivalent

quota-status-iter

GET /api/storage/volumes

Note: Refer to the "quota.enabled" and "quota.state" attributes of "/api/storage/volumes/{uuid}" REST endpoint.

Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

percent-complete

No REST Equivalent

quota-error-msgs

No REST Equivalent

reason

No REST Equivalent

status

quota.state

substatus

No REST Equivalent

volume

No REST Equivalent

vserver

No REST Equivalent

max-records

max_records

Specifies the maximum number of records to return before paging.