Endpoint
/v2/nfs/exports/{ref}
GET
This method retrieves the specified NFS export. Refer to the 'Modify NFS Export' method for a description of the returned fields.
Parameters
Name |
Description |
Required |
ref |
A unique identifier of the NFS export, either ID or export path |
Yes |
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema
PUT
This method sets all attributes of a NFS export.
Parameters
Name |
Description |
Required |
ref |
A unique identifier of the NFS export, either ID or export path |
Yes |
allow-fs-path-create |
Specifies whether the file system path can be created if it does not already exist. |
No |
If-Match |
ETag for expected version |
No |
Request
Schema
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema
DELETE
This method deletes an NFS export.
Parameters
Name |
Description |
Required |
ref |
A unique identifier of the NFS export, either ID or export path |
Yes |
If-Match |
ETag for expected version |
No |
Response
Codes
Code |
Description |
200 |
Return value on success |
PATCH
This method modifies individual attributes of a NFS export.
Parameters
Name |
Description |
Required |
ref |
A unique identifier of the NFS export, either ID or export path |
Yes |
allow-fs-path-create |
Specifies whether the file system path can be created if it does not already exist. |
No |
If-Match |
ETag for expected version |
No |
Request
Schema
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema