Creates or modifies an alert contact by calling the PutContact operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:PutContact |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ContactName |
string |
Yes |
The name of the alert contact. |
Alice |
| Describe |
string |
Yes |
The description of the alert contact. |
ECS_Instance |
| Channels.SMS |
string |
No |
手机号码。手机号码会收到一个激活链接, 激活之后您才会被加入到联系人中。 手机号码、邮箱、钉钉机器人和旺旺最少添加一种联系方式。 |
1333333**** |
| Channels.Mail |
string |
No |
Email 地址。Email 会收到一个激活链接, 激活之后您才会被加入到联系人中。 手机号码、邮箱、钉钉机器人和旺旺最少添加一种联系方式。 |
test@aliyun.com |
| Channels.AliIM |
string |
No |
旺旺联系人。 手机号码、邮箱、钉钉机器人和旺旺最少添加一种联系方式。 |
Jim |
| Channels.DingWebHook |
string |
No |
钉钉机器人。 手机号码、邮箱、钉钉机器人和旺旺最少添加一种联系方式。 |
https://oapi.dingtalk.com/robot/send?access_token=7d49515e8ebf21106a80a9cc4bb3d247771305d52fb15d6201234565**** |
| Lang |
string |
No |
The language in which alert notifications are sent. Valid values:
Note
If this parameter is not specified, the language is automatically determined based on the region of the account. |
zh-cn |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The HTTP status code. Note
The value 200 indicates success. |
200 |
| Message |
string |
The error message. |
The Request is not authorization. |
| RequestId |
string |
The request ID. |
181C406E-9DE4-484C-9C61-37AE9A1A12EE |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "The Request is not authorization.",
"RequestId": "181C406E-9DE4-484C-9C61-37AE9A1A12EE",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameterValue | %s | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | InvalidAuthorization | Permission denied | Permission denied. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.