Retrieve the details of all the systems that are backed up
GET /account/{accountId}/providers/cloudmanager_cbs/api/v2/backup/working-environment
Retrieves the details of all systems that are backed up using the NetApp Backup and Recovery service within an account. It retrieves backup enablement status, archive storage class, archive after days, catalog enablement status, auto enablement status, maximum transfer status, backup policy details, cloud storage pool, and remote MetroCluster ID.
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
X-Agent-Id |
string |
header |
True |
Response
Status: 200, Default response
| Name | Type | Required | Description |
|---|---|---|---|
working-environment |
array[working-environment] |
False |
Example response
{
"working-environment": [
{
"id": "string",
"name": "string",
"publicId": "string",
"clusterId": "string",
"ontapVersion": "string",
"status": "string",
"type": "string",
"provider": "string"
}
]
}
Definitions
See Definitions
working-environment
| Name | Type | Required | Description |
|---|---|---|---|
id |
string |
False |
|
name |
string |
False |
|
publicId |
string |
False |
|
clusterId |
string |
False |
|
ontapVersion |
string |
False |
|
status |
string |
False |
|
type |
string |
False |
|
provider |
string |
False |