Queries a list of resource groups.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:ListResourceGroups |
list |
*DwResourceGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of a resource group, which is used for fuzzy match. |
Resource |
| ProjectId |
integer |
No |
The ID of the DataWorks workspace. |
1000 |
| Statuses |
array |
No |
The statuses of resource groups. |
|
|
string |
No |
The status of resource groups. Valid values:
|
Normal |
|
| ResourceGroupTypes |
array |
No |
The types of resource groups to query. If you do not configure this parameter, only serverless resource groups are returned by default. |
|
|
string |
No |
Resource group types:
|
CommonV2 |
|
| PaymentType |
string |
No |
The billing method of resource groups. Valid values:
|
PrePaid |
| AliyunResourceGroupId |
string |
No |
Alibaba Cloud Resource Group ID |
rg-aek2kqofrgXXXXX |
| AliyunResourceTags |
array<object> |
No |
Alibaba Cloud tag list |
|
|
object |
No |
Alibaba Cloud label |
||
| Key |
string |
No |
Tag Key |
key |
| Value |
string |
No |
Tag Value |
value |
| PageSize |
integer |
No |
The number of entries per page. |
100 |
| PageNumber |
integer |
No |
The page number. |
1 |
| SortBy |
string |
No |
The list of fields used for sorting. Fields such as TriggerTime and StartedTime are supported. You must configure this parameter in the Sorting field + Sort by (Desc/Asc). By default, results are sorted in ascending order. Valid values:
Default value: CreateTime Asc |
CreateTime Asc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Success |
boolean |
Indicates whether the request was successful. Valid values: true and false. |
true |
| PagingInfo |
object |
The pagination information. |
|
| ResourceGroupList |
array<object> |
The resource groups returned. |
|
|
array<object> |
The details about a resource group. |
||
| Id |
string |
Unique identifier of a resource group |
Serverless_res_group_524257424564736_6831777003XXXXX |
| Name |
string |
The name of the resource group. |
common_resource_group |
| Remark |
string |
The description of the resource group. |
Create a general-purpose resource group for common tasks |
| PaymentType |
string |
The billing method of the resource group. Valid values: PrePaid and PostPaid. The value PrePaid indicates the subscription billing method, and the value PostPaid indicates the pay-as-you-go billing method. |
PrePaid |
| Status |
string |
The status of the resource group. Valid values:
|
Normal |
| Spec |
object |
Resource Group specifications |
|
| Standard |
string |
Specification details |
2CU |
| Amount |
integer |
Quantity |
1 |
| ResourceGroupType |
string |
Resource group types:
|
CommonV2 |
| OrderInstanceId |
string |
The order instance ID of the resource group. |
c442b330-3b10-4584-959e-736e4edXXXXX |
| CreateUser |
string |
The ID of the user who created the resource group. |
11075500042XXXXX |
| CreateTime |
integer |
The creation time, which is a 64-bit timestamp. |
1727055811000 |
| DefaultVpcId |
string |
Default VPC ID bound to a common resource group |
vpc-m2et4f3oc8msfbccXXXXX |
| DefaultVswicthId |
string |
The default switch ID bound to the common resource group. |
vsw-uf8usrhs7hjd9amsXXXXX |
| AliyunResourceGroupId |
string |
Alibaba Cloud Resource Group ID |
rg-aek2kqofrgXXXXX |
| AliyunResourceTags |
array<object> |
Alibaba Cloud tag list |
|
|
object |
|||
| Key |
string |
Tag Key |
Key |
| Value |
string |
Tag Value |
Value |
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
100 |
| TotalCount |
integer |
All data entries |
100 |
| RequestId |
string |
The request ID. You can use the ID to query logs and troubleshoot issues. |
6A6CBE87-9F91-1323-B680-E7A7065XXXXX |
Examples
Success response
JSON format
{
"Success": true,
"PagingInfo": {
"ResourceGroupList": [
{
"Id": "Serverless_res_group_524257424564736_6831777003XXXXX",
"Name": "common_resource_group",
"Remark": "Create a general-purpose resource group for common tasks",
"PaymentType": "PrePaid",
"Status": "Normal",
"Spec": {
"Standard": "2CU",
"Amount": 1
},
"ResourceGroupType": "CommonV2",
"OrderInstanceId": "c442b330-3b10-4584-959e-736e4edXXXXX",
"CreateUser": "11075500042XXXXX",
"CreateTime": 1727055811000,
"DefaultVpcId": "vpc-m2et4f3oc8msfbccXXXXX",
"DefaultVswicthId": "vsw-uf8usrhs7hjd9amsXXXXX",
"AliyunResourceGroupId": "rg-aek2kqofrgXXXXX",
"AliyunResourceTags": [
{
"Key": "Key",
"Value": "Value"
}
]
}
],
"PageNumber": 1,
"PageSize": 100,
"TotalCount": 100
},
"RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.