Retrieve a CIFS share list for an FSx system
GET /fsx/volumes/{fileSystemId}/shares
Retrieves a CIFS share 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 |
|---|---|---|---|
name |
string |
True |
|
volume |
string |
False |
|
path |
string |
False |
|
permissions |
array[SharePermissions] |
True |
Example error response
{
"name": "string",
"volume": "string",
"path": "string",
"permissions": [
{
"userOrGroup": "string",
"permission": "string"
}
]
}
Definitions
See Definitions
| Name | Type | Required | Description |
|---|---|---|---|
userOrGroup |
string |
False |
|
permission |
string |
False |