Queries the configuration details of a specified resource.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:DescribeDiscoveredResource |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceId |
string |
Yes |
The resource ID. |
adaf.zhilon**** |
| ResourceType |
string |
Yes |
The resource type. Note
You can call the GetSupportedResourceTypes operation to query the resource types that are supported by Cloud Config. For more information, see GetSupportedResourceTypes. |
ACS::CDN::Domain |
| Region |
string |
No |
The region ID. |
cn-hangzhou |
| MultiAccount |
boolean |
No |
This parameter is scheduled to be deprecated. We recommend that you use the API operations of account groups to replace this parameter. For more information, see What is an account group?. |
true |
| MemberId |
integer |
No |
This parameter is scheduled to be deprecated. We recommend that you use the API operations of account groups to replace this parameter. For more information, see What is an account group?. |
123456789 |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
The response object. |
||
| DiscoveredResourceDetail |
object |
The details of the resource. |
|
| AccountId |
integer |
The ID of the Alibaba Cloud account. |
987654321 |
| AvailabilityZone |
string |
The zone of the resource. |
cn-hangzhou-h |
| Configuration |
string |
The configuration of the resource. |
{\"Description\":\"\",\"SslProtocol\":\"off\",\"DomainName\":\"adaf.zhilong****\",\"GmtModified\":\"2019-04-10T03:11Z\",\"CdnType\":\"web\",\"GmtCreated\":\"2016-03-03T01:31:35Z\",\"Cname\":\"adaf.zhilong.me.w.kun****.com\",\"Sources\":{\"Source\":[{\"Type\":\"oss\",\"Content\":\"test2-mh.oss-cn-hangzhou.aliyuncs.com\",\"Priority\":\"20\",\"Port\":80,\"Weight\":\"10\"}]},\"DomainStatus\":\"offline\",\"Sandbox\":\"\"} |
| Region |
string |
The region ID. |
cn-hangzhou |
| ResourceCreationTime |
integer |
The timestamp when the resource was created. |
1456968695000 |
| ResourceDeleted |
integer |
Indicates whether the resource was deleted. Valid values:
|
1 |
| ResourceId |
string |
The resource ID. |
adaf.zhilon**** |
| ResourceName |
string |
The resource name. |
test-resource-name |
| ResourceStatus |
string |
The status of the resource. This parameter can be empty. For example:
|
offline |
| ResourceType |
string |
The resource type. |
ACS::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": 987654321,
"AvailabilityZone": "cn-hangzhou-h",
"Configuration": "{\\\"Description\\\":\\\"\\\",\\\"SslProtocol\\\":\\\"off\\\",\\\"DomainName\\\":\\\"adaf.zhilong****\\\",\\\"GmtModified\\\":\\\"2019-04-10T03:11Z\\\",\\\"CdnType\\\":\\\"web\\\",\\\"GmtCreated\\\":\\\"2016-03-03T01:31:35Z\\\",\\\"Cname\\\":\\\"adaf.zhilong.me.w.kun****.com\\\",\\\"Sources\\\":{\\\"Source\\\":[{\\\"Type\\\":\\\"oss\\\",\\\"Content\\\":\\\"test2-mh.oss-cn-hangzhou.aliyuncs.com\\\",\\\"Priority\\\":\\\"20\\\",\\\"Port\\\":80,\\\"Weight\\\":\\\"10\\\"}]},\\\"DomainStatus\\\":\\\"offline\\\",\\\"Sandbox\\\":\\\"\\\"}",
"Region": "cn-hangzhou",
"ResourceCreationTime": 1456968695000,
"ResourceDeleted": 1,
"ResourceId": "adaf.zhilon****",
"ResourceName": "test-resource-name",
"ResourceStatus": "offline",
"ResourceType": "ACS::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.