Retrieve file explore status (v1)
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/sfr/volume/{volumeId}/file-explore/status
Returns the file and folder explore status when you initiate a file or folder restore operation. This API endpoint also returns the deployment status of an Active Data Connector (ADC) container during the restore process and the overall status of the file listing operation.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
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 |
---|---|---|---|
status |
string |
False |
Example response
{
"status": "string"
}