exports
export-check-access-get-iter
GET /api/protocols/nfs/services
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
access-type |
No REST Equivalent |
|
authentication-method |
protocol_access_rules.auth_type |
|
client-ip |
protocol_access_rules.client_ip |
|
access |
protocol_access_rules |
Each of the three access types nfs3_access_type, nfs4_access_type and cifs_access_type under protocol_access_rules may be set. |
path |
No REST Equivalent |
|
policy |
No REST Equivalent |
|
policy-owner |
No REST Equivalent |
|
policy-owner-type |
No REST Equivalent |
|
protocol |
protocol_access_rules |
Each of the three access types nfs3_access_type, nfs4_access_type and cifs_access_type under protocol_access_rules may be set. |
rule-index |
No REST Equivalent |
|
volume |
protocol_access_rules.volume |
|
vserver |
svm.name |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
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
GET /api/protocols/nfs/services
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
harvest-timeout |
access_cache_config.harvest_timeout |
|
ttl-failure |
access_cache_config.ttl_failure |
|
ttl-negative |
access_cache_config.ttl_negative |
|
ttl-positive |
access_cache_config.ttl_positive |
|
vserver |
svm.uuid |
exports-access-cache-config-get-iter
GET /api/protocols/nfs/services
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
harvest-timeout |
access_cache_config.harvest_timeout |
|
ttl-failure |
access_cache_config.ttl_failure |
|
ttl-negative |
access_cache_config.ttl_negative |
|
ttl-positive |
access_cache_config.ttl_positive |
|
vserver |
svm.uuid |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
exports-access-cache-config-modify
PATCH /api/protocols/nfs/services
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
harvest-timeout |
access_cache_config.harvest_timeout |
|
ttl-failure |
access_cache_config.ttl_failure |
|
ttl-negative |
access_cache_config.ttl_negative |
|
ttl-positive |
access_cache_config.ttl_positive |
|
vserver |
svm.uuid |
exports-access-cache-config-reset-to-defaults
This ONTAPI call does not have an equivalent REST API call.
nfs-exportfs-check-permission
GET /api/protocols/nfs/services
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
host |
rotocol_access_rules.client_ip |
|
pathname |
No REST Equivalent |
|
permission |
protocol_access_rules |
Each of the three access types nfs3_access_type, nfs4_access_type and cifs_access_type under protocol_access_rules may be set. |
is-permissible |
No REST Equivalent |