Retrieve an NFS clients list for an FSx system
GET /fsx/volumes/{fileSystemId}/nfs-clients
Retrieves an NFS client list for an existing FSx system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
fileSystemId |
string |
path |
True |
|
svm |
string |
query |
False |
|
volume |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
volume |
string |
True |
|
svm |
string |
False |
|
exportPolicy |
string |
False |
|
clientIp |
string |
False |
|
idleDuration |
string |
False |
Example error response
{
"volume": "string",
"svm": "string",
"exportPolicy": "string",
"clientIp": "string",
"idleDuration": "string"
}