exports
export-check-access-get-iter
This ONTAPI call does not have an equivalent REST API call.
export-policy-create
POST /api/protocols/nfs/export-policies
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
policy-name |
name |
|
return-record |
return_records |
export-policy-destroy
DELETE /api/protocols/nfs/export-policies/{id}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
policy-name |
No REST Equivalent |
export-policy-get
GET /api/protocols/nfs/export-policies/{id}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
policy-id |
id |
|
policy-name |
name |
|
vserver |
svm.name |
export-policy-get-iter
GET /api/protocols/nfs/export-policies
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
policy-id |
id |
|
policy-name |
name |
|
vserver |
svm.name |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
export-policy-rename
PATCH /api/protocols/nfs/export-policies/{id}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
new-policy-name |
name |
|
policy-name |
No REST Equivalent |
export-rule-add-clientmatches
POST /api/protocols/nfs/export-policies/{policy.id}/rules/{index}/clients
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
clientmatches |
match |
|
policy-name |
No REST Equivalent |
|
rule-index |
index |
export-rule-create
POST /api/protocols/nfs/export-policies/{policy.id}/rules
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
anonymous-user-id |
anonymous_user |
|
client-match |
clients.match |
|
export-chown-mode |
chown_mode |
|
export-ntfs-unix-security-ops |
ntfs_unix_security |
|
is-allow-dev-is-enabled |
allow_device_creation |
|
is-allow-set-uid-enabled |
allow_suid |
|
policy-name |
No REST Equivalent |
|
protocol |
protocols |
|
ro-rule |
ro_rule |
|
rule-index |
index |
|
rw-rule |
rw_rule |
|
super-user-security |
superuser |
export-rule-destroy
DELETE /api/protocols/nfs/export-policies/{policy.id}/rules/{index}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
policy-name |
No REST Equivalent |
|
rule-index |
index |
export-rule-get
GET /api/protocols/nfs/export-policies/{policy.id}/rules/{index}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
anonymous-user-id |
anonymous_user |
|
client-match |
clients.match |
|
export-chown-mode |
chown_mode |
|
export-ntfs-unix-security-ops |
ntfs_unix_security |
|
is-allow-dev-is-enabled |
allow_device_creation |
|
is-allow-set-uid-enabled |
allow_suid |
|
policy-name |
No REST Equivalent |
|
protocol |
protocols |
|
ro-rule |
ro_rule |
|
rule-index |
index |
|
rw-rule |
rw_rule |
|
super-user-security |
superuser |
|
vserver-name |
No REST Equivalent |
|
policy-name |
No REST Equivalent |
export-rule-get-create-defaults
GET /api/protocols/nfs/export-policies/{policy.id}/rules/{index}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
anonymous-user-id |
anonymous_user |
|
client-match |
clients.match |
|
export-chown-mode |
No REST Equivalent |
|
export-ntfs-unix-security-ops |
No REST Equivalent |
|
is-allow-dev-is-enabled |
No REST Equivalent |
|
is-allow-set-uid-enabled |
No REST Equivalent |
|
policy-name |
No REST Equivalent |
|
protocol |
protocols |
|
ro-rule |
ro_rule |
|
rule-index |
index |
|
rw-rule |
rw_rule |
|
super-user-security |
superuser |
|
vserver-name |
No REST Equivalent |
export-rule-get-iter
GET /api/protocols/nfs/export-policies/{policy.id}/rules
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
anonymous-user-id |
anonymous_user |
|
client-match |
clients.match |
|
export-chown-mode |
chown_mode |
|
export-ntfs-unix-security-ops |
ntfs_unix_security |
|
is-allow-dev-is-enabled |
allow_device_creation |
|
is-allow-set-uid-enabled |
allow_suid |
|
policy-name |
No REST Equivalent |
|
protocol |
protocols |
|
ro-rule |
ro_rule |
|
rule-index |
index |
|
rw-rule |
rw_rule |
|
super-user-security |
superuser |
|
vserver-name |
No REST Equivalent |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
export-rule-modify
PATCH /api/protocols/nfs/export-policies/{policy.id}/rules/{index}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
anonymous-user-id |
anonymous_user |
|
client-match |
clients.match |
|
export-chown-mode |
chown_mode |
|
export-ntfs-unix-security-ops |
ntfs_unix_security |
|
is-allow-dev-is-enabled |
allow_device_creation |
|
is-allow-set-uid-enabled |
allow_suid |
|
policy-name |
No REST Equivalent |
|
protocol |
protocols |
|
ro-rule |
ro_rule |
|
rule-index |
index |
|
rw-rule |
rw_rule |
|
super-user-security |
superuser |
export-rule-remove-clientmatches
DELETE /api/protocols/nfs/export-policies/{policy.id}/rules/{index}/clients/{match}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
clientmatches |
match |
|
policy-name |
No REST Equivalent |
|
rule-index |
index |
export-rule-set-index
PATCH /api/protocols/nfs/export-policies/{policy.id}/rules/{index}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
new-rule-index |
new_index |
|
policy-name |
No REST Equivalent |
|
rule-index |
index |
export-rule-test-revert
This ONTAPI call does not have an equivalent REST API call.
exports-access-cache-all-vservers-get
Note: This API is deprecated in ONTAP 9.0 and later.
This ONTAPI call does not have an equivalent REST API call.
exports-access-cache-all-vservers-modify
Note: This API is deprecated in ONTAP 9.0 and later.
This ONTAPI call does not have an equivalent REST API call.
exports-access-cache-config-get
This ONTAPI call does not have an equivalent REST API call.
exports-access-cache-config-get-iter
This ONTAPI call does not have an equivalent REST API call.
exports-access-cache-config-modify
This ONTAPI call does not have an equivalent REST API call.
exports-access-cache-config-reset-to-defaults
This ONTAPI call does not have an equivalent REST API call.