Discover all volumes with relationships for a list of systems
POST /account/{accountId}/providers/cloudmanager_cbs/api/v2/working-environment/discover/volumes
Discovers all volumes with relationships for a list of systems.
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
authorization |
string |
header |
True |
User token |
X-Agent-Id |
string |
header |
True |
Request identifier |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
workingEnvironmentIds |
array[string] |
False |
|
discoverRelationships |
boolean |
False |
Example request
{
"workingEnvironmentIds": [
"string"
]
}
Response
Status: 202, Default response
| Name | Type | Required | Description |
|---|---|---|---|
job-id |
string |
False |
Example response
{
"job-id": "string"
}
Definitions
See Definitions
body
| Name | Type | Required | Description |
|---|---|---|---|
workingEnvironmentIds |
array[string] |
False |
|
discoverRelationships |
boolean |
False |