Creates a resource group.
Operation description
You must purchase DataWorks Basic Edition or higher to use this operation.
Before you call this operation, make sure that you understand how general-purpose resource groups in DataWorks are billed and review the pricing.
Before you call this operation, make sure that you have created the AliyunServiceRoleForDataWorks service-linked role.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:CreateResourceGroup |
create |
*DwResourceGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The name of the general-purpose resource group. It must be up to 128 characters long, start with a letter, and contain only letters, digits, and underscores (_). |
common_resource_group |
| Remark |
string |
No |
The remark for the general-purpose resource group. It can be up to 128 characters long and can contain letters, Chinese characters, digits, and underscores (_). |
Create a serverless resource group for common tasks |
| PaymentType |
string |
Yes |
The billing method of the resource group. |
PrePaid |
| PaymentDurationUnit |
string |
No |
The unit of the subscription duration. Valid values: |
Month |
| PaymentDuration |
integer |
No |
The subscription duration. |
1 |
| AutoRenewEnabled |
boolean |
No |
Specifies whether to enable auto-renewal for the subscription. |
|
| Spec |
integer |
No |
The specification of the resource group, in CUs. This parameter is required when |
2 |
| VpcId |
string |
Yes |
The ID of the VPC to be bound by default. |
vpc-m2et4f3oc8m**** |
| VswitchId |
string |
Yes |
The ID of the vSwitch to be bound by default. |
vsw-uf8usrhs7hjd9**** |
| ClientToken |
string |
Yes |
A client token to ensure the idempotence of the request. |
eb870033-74c8-4b1b-9664-04c4e7cc3465 |
| AliyunResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-aek2kqofrgXXXXX |
| AliyunResourceTags |
array<object> |
No |
The list of Alibaba Cloud tags. |
|
|
object |
No |
An Alibaba Cloud tag. |
||
| Key |
string |
No |
The tag key. |
key |
| Value |
string |
No |
The tag value. |
value |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| Success |
boolean |
Indicates whether the request was successful. |
true |
| ResourceGroupOrder |
object |
Information about the resource group creation order. |
|
| OrderId |
integer |
The ID of the resource group creation order. |
2391982058XXXXX |
| OrderInstanceId |
string |
The instance ID of the resource group creation order. |
c442b330-3b10-4584-959e-736e4edXXXXX |
| Id |
string |
The unique identifier of the general-purpose resource group. |
Serverless_res_group_524257424564736_6831777003XXXXX |
| RequestId |
string |
The request ID. You can use this ID to locate logs and troubleshoot issues. |
6A6CBE87-9F91-1323-B680-E7A7065XXXXX |
Examples
Success response
JSON format
{
"Success": true,
"ResourceGroupOrder": {
"OrderId": 0,
"OrderInstanceId": "c442b330-3b10-4584-959e-736e4edXXXXX",
"Id": "Serverless_res_group_524257424564736_6831777003XXXXX"
},
"RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.