All Products
Search
Document Center

Cloud Architect Design Tools:ListFoCreatedApps

Last Updated:Sep 19, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

bpstudio:ListFoCreatedApps

list

*BPStudioVirtual

acs:bpstudio::{#accountId}:bpstudiovirtual/{#BPStudioVirtualId}

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.