Queries the details of a resource in an account group.
This API has been deprecated. We recommend migrating to Config(2020-09-07) - GetAggregateDiscoveredResource for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Operation description
This topic provides an example of how to query the details of the resource new-bucket in the account group ca-5885626622af0008****.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:GetAggregateDiscoveredResource |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceId |
string |
Yes |
The resource ID. For more information about how to obtain the resource ID, see ListAggregateDiscoveredResources. |
new-bucket |
| ResourceType |
string |
Yes |
The resource type. For more information about how to obtain the resource type, see ListAggregateDiscoveredResources. |
ACS::OSS::Bucket |
| Region |
string |
Yes |
The ID of the region where the resource resides. For more information about how to obtain the region ID of the resource, see ListAggregateDiscoveredResources. |
cn-hangzhou |
| AggregatorId |
string |
Yes |
The ID of the account group. For more information about how to obtain the ID of an account group, see ListAggregators. |
ca-5885626622af0008**** |
For more information about common request parameters, see Common parameters.
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| DiscoveredResourceDetail |
object |
The details of the resource. |
|
| AccountId |
integer |
The ID of the Alibaba Cloud account that owns the resource. |
100931896542**** |
| AvailabilityZone |
string |
The zone where the resource resides. |
cn-hangzhou-h |
| Configuration |
string |
The complete configuration of the resource. |
{\"AccessControlList\":{\"Grant\":\"private\"},\"ServerSideEncryptionRule\":{\"SSEAlgorithm\":\"None\"},\"Comment\":\"\",\"CreationDate\":\"2021-06-29T10:05:12.000Z\",\"Owner\":{\"DisplayName\":\"100931896542****\",\"ID\":\"100931896542****\"},\"StorageClass\":\"Standard\",\"DataRedundancyType\":\"LRS\",\"AllowEmptyReferer\":\"true\",\"Name\":\"new-bucket\",\"BucketPolicy\":{\"LogPrefix\":\"\",\"LogBucket\":\"\"},\"ExtranetEndpoint\":\"oss-cn-hangzhou.aliyuncs.com\",\"IntranetEndpoint\":\"oss-cn-hangzhou-internal.aliyuncs.com\",\"Location\":\"oss-cn-hangzhou\"} |
| Region |
string |
The region ID. |
cn-hangzhou |
| ResourceCreationTime |
integer |
The timestamp when the resource was created. |
1624961112000 |
| ResourceDeleted |
integer |
The deletion status of the resource. Valid values:
|
1 |
| ResourceId |
string |
The resource ID. |
new-bucket |
| ResourceName |
string |
The resource name. |
new-bucket |
| ResourceStatus |
string |
The status of the resource. The status of a resource is defined by the Alibaba Cloud service to which the resource belongs. This parameter can be empty. For example:
|
offline |
| ResourceType |
string |
The resource type. |
ACS::OSS::BucketACS::CDN::Domain |
| Tags |
string |
The tags of the resource. |
{\"\"hc\"\":[\"\"value2\"\"]} |
| RequestId |
string |
The request ID. |
E4D71ACE-6B0A-46E0-8352-56952378CC7F |
Examples
Success response
JSON format
{
"DiscoveredResourceDetail": {
"AccountId": 0,
"AvailabilityZone": "cn-hangzhou-h",
"Configuration": "{\\\"AccessControlList\\\":{\\\"Grant\\\":\\\"private\\\"},\\\"ServerSideEncryptionRule\\\":{\\\"SSEAlgorithm\\\":\\\"None\\\"},\\\"Comment\\\":\\\"\\\",\\\"CreationDate\\\":\\\"2021-06-29T10:05:12.000Z\\\",\\\"Owner\\\":{\\\"DisplayName\\\":\\\"100931896542****\\\",\\\"ID\\\":\\\"100931896542****\\\"},\\\"StorageClass\\\":\\\"Standard\\\",\\\"DataRedundancyType\\\":\\\"LRS\\\",\\\"AllowEmptyReferer\\\":\\\"true\\\",\\\"Name\\\":\\\"new-bucket\\\",\\\"BucketPolicy\\\":{\\\"LogPrefix\\\":\\\"\\\",\\\"LogBucket\\\":\\\"\\\"},\\\"ExtranetEndpoint\\\":\\\"oss-cn-hangzhou.aliyuncs.com\\\",\\\"IntranetEndpoint\\\":\\\"oss-cn-hangzhou-internal.aliyuncs.com\\\",\\\"Location\\\":\\\"oss-cn-hangzhou\\\"}",
"Region": "cn-hangzhou",
"ResourceCreationTime": 1624961112000,
"ResourceDeleted": 1,
"ResourceId": "new-bucket",
"ResourceName": "new-bucket",
"ResourceStatus": "offline",
"ResourceType": "ACS::OSS::BucketACS::CDN::Domain",
"Tags": "{\\\"\\\"hc\\\"\\\":[\\\"\\\"value2\\\"\\\"]}"
},
"RequestId": "E4D71ACE-6B0A-46E0-8352-56952378CC7F"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoPermission | You are not authorized to perform this operation. | You are not authorized to perform this operation. |
| 400 | MemberNotBelongToMaster | The specified member does not belong to your organization. | |
| 404 | AccountNotExisted | Your account does not exist. | |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | The request has failed due to a temporary failure of the server. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.