新增报警通知接收组。
请求说明
- 请求方式:POST
- 请求地址:https://open.volcengineapi.com?Action=PCGroupCreate&Version=2022-10-28
ServiceName : apmplus_openapi
Region : cn-beijing
X-App-Ids : xxx
Content-Type : application/json
请求参数
Query
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
Action | String | 是 | PCGroupCreate | 接口名称。当前 API 的名称为 PCGroupCreate 。 |
Version | String | 是 | 2022-10-28 | 接口版本。当前 API 的版本为 2022-10-28 。 |
Body
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
group_name | String | 是 | group1 | 接收组名称。 |
emails | Array of String | 否 | ["a@site.com","b@site.com"] | 邮件列表。 |
phone_numbers | Array of String | 否 | ["183****2313"] | 电话列表。 |
os | String | 否 | pc | 系统。 |
返回参数
参数 | 类型 | 示例值 | 描述 |
---|
data | String | success | 返回数据。 |
error_msg | String | "" | 错误信息。 |
error_no | Long | 200 | 错误码。 |
请求示例
POST https://open.volcengineapi.com?Action=PCGroupCreate&Version=2022-10-28
{
"group_name": "group1",
"emails": [
"a@site.com",
"b@site.com"
],
"phone_numbers": [
"183****2313"
],
"os": "pc"
}
返回示例
{
"error_msg": "",
"error_no": 200,
"data": "success"
}
错误码
本接口无特有的错误码。更多信息请参见错误码。