All Products
Search
Document Center

Resource Management:BatchGetResourceConfigurations

Last Updated:Feb 26, 2026

Queries the configurations of multiple resources in your 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

resourcecenter:GetResourceConfiguration

none

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Resources

array<object>

No

The list of resources.

object

No

The resource.

RegionId

string

No

The region ID of the resource.

cn-shanghai

ResourceId

string

No

The resource ID.

eip-bp1kyg72m****

ResourceType

string

No

The resource type.

For a list of resource types supported by Resource Center, see Alibaba Cloud services and resource types that are supported by Resource Center.

ACS::VPC::RouteTable

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

F1CE0D52-32DA-531A-87A4-B9A5B68*****

Resources

array<object>

The list of resources.

array<object>

The resource.

AccountId

string

The ID of the Alibaba Cloud account.

151266687691****

Configuration

object

The details of the resource configuration.

any

The details of the resource configuration.

{\"uid\":\"191432722631****\",\"groupId\":\"MtxXXli4FfphQJyH9R3p00****\"}

CreateTime

string

The time when the resource was created.

2021-06-30T09:20:08Z

ExpireTime

string

The expiration time of the resource.

2021-07-30T09:20:08Z

IpAddressAttributes

array<object>

The properties of the IP addresses.

object

The properties of the IP address.

IpAddress

string

The IP address.

192.168.1.2

NetworkType

string

The network type. Valid values:

  • Public: Internet.

  • Private: Private network.

Public

Version

string

The version of the IP address.

Ipv4

IpAddresses

array

The IP addresses.

Note

Whether this parameter is returned depends on the Alibaba Cloud service to which the resource belongs.

string

The IP address.

192.168.1.2

RegionId

string

The region ID of the resource.

cn-hangzhou

ResourceGroupId

string

The resource group ID.

rg-acfmzawhxxc****

ResourceId

string

The resource ID.

eip-wz9gdtce0q6h48h*****

ResourceName

string

The resource name.

group1

ResourceType

string

The resource type.

ACS::ECS::Instance

Tags

array<object>

The tags.

object

The tag.

Key

string

The tag key.

test_key

Value

string

The tag value.

test_value

ZoneId

string

The zone ID.

cn-hangzhou-k

Examples

Success response

JSON format

{
  "RequestId": "F1CE0D52-32DA-531A-87A4-B9A5B68*****",
  "Resources": [
    {
      "AccountId": "151266687691****",
      "Configuration": {
        "key": "{\\\"uid\\\":\\\"191432722631****\\\",\\\"groupId\\\":\\\"MtxXXli4FfphQJyH9R3p00****\\\"}"
      },
      "CreateTime": "2021-06-30T09:20:08Z",
      "ExpireTime": "2021-07-30T09:20:08Z",
      "IpAddressAttributes": [
        {
          "IpAddress": "192.168.1.2",
          "NetworkType": "Public",
          "Version": "Ipv4"
        }
      ],
      "IpAddresses": [
        "192.168.1.2"
      ],
      "RegionId": "cn-hangzhou",
      "ResourceGroupId": "rg-acfmzawhxxc****",
      "ResourceId": "eip-wz9gdtce0q6h48h*****",
      "ResourceName": "group1",
      "ResourceType": "ACS::ECS::Instance",
      "Tags": [
        {
          "Key": "test_key",
          "Value": "test_value"
        }
      ],
      "ZoneId": "cn-hangzhou-k"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 NoPermission You are not authorized to perform this operation.
400 ServiceNotEnabled ResourceCenter Service is not enabled.
400 MissingParameter.ResourceType The specified parameter ResourceType is missing. The specified parameter ResourceType is missing.
400 InvalidParameter.ResourceType The specified parameter ResourceType is not valid. The ResourceType parameter is invalid.
403 NoPermission.Resource The operator is not permitted for this resource. You are not authorized to perform operations on the resource.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.