# 新增配置分組
**簡要描述:**
* 新增配置分組
**請求URL:**
* /configGroup/add
**請求方式:**
* POST
**請求參數:**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| configGroupId| number | 配置分組id |
| configGroupName | String | 分組名稱 |
| deviceGroupIds | array | 設備分組id |
| devices | array | 設備id |
| status | number | 是否啟用 |
**請求示例:**
~~~
{
"configGroupId": "",
"configGroupName ": "",
"deviceGroups": "",
"devices ": "",
"status ": ""
}
~~~
**返回示例**
~~~
{
"code": 0,
"message": "請求成功",
}
~~~