All Products
Search
Document Center

:ListResourceGroupCapability

Last Updated:Dec 17, 2025

Queries whether a specific resource type or a given cloud service supports resource group events.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServicestringNo

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
ResourceTypestringNo

The resource type.

You can obtain the resource type from the Resource type column in Services that work with Resource Group.

instance
SupportResourceGroupEventbooleanNo

Specifies whether a specific resource type or cloud service supports resource group events.

true

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

2CB870A2-DF0F-5338-8223-F64737FF****
Capabilitiesarray<object>

Indicates whether a specific resource type or cloud service supports resource group events.

capabilitiesobject

Indicates whether a specific resource type or cloud service supports resource group events.

Servicestring

The service code.

You can obtain the code from the Service code column in Services that work with Resource Group.

ecs
ResourceTypestring

The resource type.

You can obtain the resource type from the Resource type column in Services that work with Resource Group.

instance
SupportResourceGroupEventboolean

Indicates whether a specific resource type or cloud service supports resource group events.

true

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 timeSummary of changesOperation
2025-12-15Add OperationView Change Details