Recover working environments
Contributors
Suggest changes
POST /working-environments/{accountId}/recover
Recovers an unassigned FSx working environment related to a Tenancy account by using the fsx:assigned
parameter.
Token usage: Cloud Manager user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
x-simulator |
string |
header |
False |
|
X-Service-Request-Id |
string |
header |
False |
|
accountId |
string |
path |
True |
Request Body
Name | Type | Required | Description |
---|---|---|---|
workspaceId |
string |
True |
|
credentialsId |
string |
True |
|
region |
string |
True |
|
fileSystemId |
string |
True |
|
name |
string |
True |
Example request
{
"workspaceId": "string",
"credentialsId": "string",
"region": "string",
"fileSystemId": "string",
"name": "string"
}
Response
Status: 201,