CreateResourceGroups
      更新时间:2025-10-30 09:37:31
    
    
    
    
    
    
    
    
      
        
        PDF
      
      
    
  创建资源组。
请求参数
| Parameter name | Type | Description | Required | 
|---|---|---|---|
| resource_group_name | String | 资源组的名称 | No | 
| description | String | 资源组的描述 | No | 
| count | Integer | 一次创建资源组的数量 | No | 
除上述请求参数外,还包含公共参数。
请求示例
https://api.qingcloud.com/iaas/?action=CreateResourceGroups
&COMMON_PARAMS返回示例
{
  "action":"CreateResourceGroupsResponse",
  "resource_group_ids":[
    "rg-5ukijwcx"
  ],
  "ret_code":0
}