Queries the configurations of multiple resources in your account.
Try it now
Test
RAM authorization
|
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 |
| 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.