This operation queries all disaster recovery service plans in the current account.
Operation description
This operation queries all disaster recovery service plans in the current account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bpstudio:ListFoCreatedApps |
list |
*BPStudioVirtual
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
No request parameters are required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
40F63F07-3AB6-53B3-8825-0580C130E3EA |
| Message |
string |
The error message. |
Cannot find region according to your domain. |
| Code |
string |
The status code. |
200 |
| Data |
array<object> |
The list of templates. |
|
|
object |
The application data. |
||
| ApplicationId |
string |
The application ID. |
JIX9NEZUALGS46UI |
| Title |
string |
The title. |
Disaster Recovery Plan |
| ReportUrl |
string |
The URL of the fault report. |
14318082782*****/drs-application-3ET9ZEVPOWRDZK0N.pdf |
| Status |
string |
The status of the application. |
Deployed_Success |
The following list describes the application statuses:
Creating: The application is being created.
Modified: The application has been modified.
Verifying: The application is being verified.
Verified_Failure: The application verification failed.
Verified_Success: The application is successfully verified.
Pricing: The price of the application is being calculated.
Pricing_Failure: The price calculation for the application failed.
Pricing_Success: The price of the application has been calculated.
Deploying: The application is being deployed.
Deployed_Failure: The application deployment failed.
Partially_Deployed_Success: The application is partially deployed.
Deployed_Success: The application is successfully deployed.
Destroying: The application is being destroyed.
Delayed_Destroy: The application is scheduled to be destroyed.
Destroyed_Failure: The application destruction failed.
Partially_Destroyed_Success: The application is partially destroyed.
Destroyed_Success: The application is successfully destroyed.
Revised: The architecture is being adjusted.
Verifying_In_Revision: The resources are being verified for architecture adjustment.
Verified_Failure_In_Revision: The resource verification for the architecture adjustment failed.
Verified_Success_In_Revision: The resources for the architecture adjustment have been verified.
Pricing_In_Revision: The price for the architecture adjustment is being calculated.
Pricing_Failure_In_Revision: The price calculation for the architecture adjustment failed.
Pricing_Success_In_Revision: The price for the architecture adjustment has been calculated.
Examples
Success response
JSON format
{
"RequestId": "40F63F07-3AB6-53B3-8825-0580C130E3EA",
"Message": "Cannot find region according to your domain.",
"Code": "200",
"Data": [
{
"ApplicationId": "JIX9NEZUALGS46UI",
"Title": "Disaster Recovery Plan",
"ReportUrl": "14318082782*****/drs-application-3ET9ZEVPOWRDZK0N.pdf",
"Status": "Deployed_Success"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.