Retrieve an SVM list for an FSx system
GET /fsx/working-environments/{fileSystemId}/svms
Retrieves an SVM list for an existing FSx system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
fileSystemId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
state |
string |
False |
|
language |
string |
False |
|
allowedProtocols |
array[string] |
True |
Example error response
{
"name": "string",
"state": "string",
"language": "string",
"allowedProtocols": [
"string"
]
}