Retrieve an object store configuration status
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/working-environment/{workingEnvironmentId}/object-store-config/status
Retrieves an object store configuration status. It uses the GET /api/cloud/targets ONTAP REST APIs to retrieve the details.
Token usage: BlueXP user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
object-store-name |
string |
query |
True |
|
accountId |
string |
path |
True |
|
workingEnvironmentId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
| Name | Type | Required | Description |
|---|---|---|---|
status |
string |
False |
Example response
{
"status": "string"
}