All Products
Search
Document Center

Resource Management:GetResourceConfiguration

Last Updated:Aug 14, 2026

Queries the resource configuration of 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

resourcecenter:GetResourceConfiguration

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

ResourceRegionId

string

Yes

The resource region ID.

cn-shanghai

ResourceType

string

Yes

The resource type.

For resource types supported by Resource Center, see Cloud services and resource types supported by Resource Center.

ACS::VPC::RouteTable

ResourceId

string

Yes

The resource ID.

eip-bp1kyg72m****

Response elements

Element

Type

Description

Example

object

The response parameters.

AccountId

string

The Alibaba Cloud account ID.

151266687691****

Configuration

object

The resource configuration details.

any

The resource configuration details.

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

CreateTime

string

The time when the resource was created. The time is in ISO 8601 format in UTC. The format is yyyy-MM-ddTHH:mm:ssZ or yyyy-MM-ddTHH:mm:ss.SSSZ.

2021-06-30T09:20:08Z

ExpireTime

string

The time when the resource expires. The time is in ISO 8601 format in UTC. The format is yyyy-MM-ddTHH:mm:ssZ or yyyy-MM-ddTHH:mm:ss.SSSZ.

2021-07-30T09:20:08Z

IpAddressAttributes

array<object>

The IP address attributes.

object

The IP address attributes.

IpAddress

string

The IP address.

192.168.1.2

NetworkType

string

The network type. Valid values:

  • Public: public network.

  • 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 cloud service to which the resource belongs.

string

The IP address.

192.168.1.2

RegionId

string

The resource region ID.

cn-hangzhou

RequestId

string

The request ID.

F1CE0D52-32DA-531A-87A4-B9A5B68D5D8E

ResourceGroupId

string

The resource group ID.

rg-acfmv4k****

ResourceId

string

The resource ID.

vtb-uf6978gdqbi****

ResourceName

string

The resource name.

group1

ResourceType

string

The resource type.

ACS::VPC::VSwitch

Tags

array<object>

The tags.

object

The tags.

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

{
  "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",
  "RequestId": "F1CE0D52-32DA-531A-87A4-B9A5B68D5D8E",
  "ResourceGroupId": "rg-acfmv4k****",
  "ResourceId": "vtb-uf6978gdqbi****",
  "ResourceName": "group1",
  "ResourceType": "ACS::VPC::VSwitch",
  "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.
403 NoPermission.Resource The operator is not permitted for this resource. You are not authorized to perform operations on the resource.
404 NotExists.Resource The specified resource does not exist. The specified resource does not exist.
409 InvalidParameter.ResourceType The specified parameter ResourceType is not valid.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.