ModifyNotificationListAttributes
更新时间:2023-12-27 03:24:15
修改通知列表基本属性。
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
notification_list_id |
String |
通知列表 ID |
Yes |
notification_list_name |
String |
通知列表要修改的新名称 |
No |
notification_items |
Array |
通知列表要修改的新通知项 ID 列表 |
No |
Response Elements
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
notification_list_id |
String |
通知列表 ID |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
Example
Example Request
https://api.shanhe.com/iaas/?action=ModifyNotificationListAttributes ¬ification_list_id=nl-xxxxx ¬ification_list_name=new_sysadmins &COMMON_PARAMS
Example Response
{ "action":"ModifyNotificationListAttributesResponse", "ret_code":0, "notification_list_id":"nl-xxxx" }