创建资源组。

请求参数

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
}