Queries all resource types supported by CloudConfig.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:GetSupportedResourceTypes |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
None. |
||
| RequestId |
string |
Request ID. |
6CE4ABA1-9A57-41A9-8EA9-E8B17D4671CD |
| ResourceTypes |
array |
List of resource types. |
|
|
string |
List of resource types. |
["ACS::ECS::Instance","ACS::ECS::NetworkInterface"] |
Examples
Success response
JSON format
{
"RequestId": "6CE4ABA1-9A57-41A9-8EA9-E8B17D4671CD",
"ResourceTypes": [
"[\"ACS::ECS::Instance\",\"ACS::ECS::NetworkInterface\"]"
]
}
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. |
| 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.