CreateNotificationList
创建新的通知列表。
在创建通知列表前,需先创建通知项,请参见 CreateNotificationItems
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
notification_list_name | String | 通知列表名称 | Yes |
notification_items | Array | 通知列表中的通知项 ID | Yes |
Response Elements
Name | Type | Description |
---|---|---|
action | String | 响应动作 |
notification_list_id | String | 新建的通知列表 ID |
ret_code | Integer | 执行成功与否,0 表示成功,其他值则为错误代码 |
Example
Example Request
https://api.qingcloud.com/iaas/?action=CreateNotificationList
¬ification_list_name=sysadmins
¬ification_items.1=ni-xxxxx
¬ification_items.2=ni-xxxxx
&COMMON_PARAMS
Example Response:
{
"action":"CreateNotificationListResponse",
"ret_code":0,
"notification_list_id":"nl-xxxx"
}