Create an export policy rule client
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
POST /protocols/nfs/export-policies/{policy.id}/rules/{index}/clients
Introduced In: 9.6
Creates an export policy rule client
Required properties
-
policy.id
- Existing export policy that contains export policy rules for the client being added. -
index
- Existing export policy rule for which to create an export client. -
match
- Base name for the export policy client.
Related ONTAP commands
-
vserver export-policy rule add-clientmatches
Learn more
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
policy.id |
integer |
path |
True |
Export Policy ID |
index |
integer |
path |
True |
Export Rule Index |
return_records |
boolean |
query |
False |
The default is false. If set to true, the records are returned.
|
Request Body
Name | Type | Description |
---|---|---|
index |
integer |
Index of the rule within the export policy. |
match |
string |
Client Match Hostname, IP Address, Netgroup, or Domain. You can specify the match as a string value in any of the following formats:
|
policy |
||
svm |
SVM, applies only to SVM-scoped objects. |
Example request
{
"index": 0,
"match": "0.0.0.0/0",
"svm": {
"_links": {
"self": {
"href": "/api/resourcelink"
}
},
"name": "svm1",
"uuid": "02c9e252-41be-11e9-81d5-00a0986138f7"
}
}
Response
Status: 201, Created
Name | Type | Description |
---|---|---|
_links |
||
num_records |
integer |
Number of export rule client records |
records |
array[export_client] |
Example response
{
"_links": {
"next": {
"href": "/api/reso