Queries whether a specific resource type or a given cloud service supports resource group events.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Service | string | No | The ID of the Alibaba Cloud service. You can obtain the service code from the Service code column in Services that work with Resource Group. | ecs |
| ResourceType | string | No | The resource type. You can obtain the resource type from the Resource type column in Services that work with Resource Group. | instance |
| SupportResourceGroupEvent | boolean | No | Specifies whether a specific resource type or cloud service supports resource group events. | true |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "2CB870A2-DF0F-5338-8223-F64737FF****",
"Capabilities": [
{
"Service": "ecs",
"ResourceType": "instance",
"SupportResourceGroupEvent": true
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-12-15 | Add Operation | View Change Details |
