Retrieve working environment volume directories
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/working-environment/{workingEnvironmentId}/volume/{volumeId}/list
Retrieves a list of working environment volume directories. You can query by using a target storage VM and path of directories to browse within the volume.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
svm |
string |
query |
False |
|
path |
string |
query |
False |
|
accountId |
string |
path |
True |
|
workingEnvironmentId |
string |
path |
True |
|
volumeId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
context |
array[context] |
False |
Example response
{
"context": [
{
"name": "string",
"type": "string"
}
]
}
Definitions
See Definitions
context
Name | Type | Required | Description |
---|---|---|---|
inode |
number |
False |
|
name |
string |
False |
|
type |
string |
False |
|
size |
number |
False |
|
mtime |
number |
False |