Calls the PutContact operation to create or modify alert contact information.
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 |
The phone number of the alert contact. An activation link is sent to the phone number. The alert contact is added only after the link is activated. Specify at least one of the following contact methods: email address or DingTalk chatbot. . |
1333333**** |
| Channels.Mail |
string |
No |
The email address of the alert contact. An activation link is sent to the email address. The alert contact is added only after the link is activated. Specify at least one of the following contact methods: email address or DingTalk chatbot. . |
test@aliyun.com |
| Channels.AliIM |
string |
No |
The TradeManager ID of the alert contact. Specify at least one of the following contact methods: email address or DingTalk chatbot. . |
Jim |
| Channels.DingWebHook |
string |
No |
The webhook URL of the DingTalk chatbot. Specify at least one of the following contact methods: email address or DingTalk chatbot. . |
https://oapi.dingtalk.com/robot/send?access_token=7d49515e8ebf21106a80a9cc4bb3d247771305d52fb15d6201234565**** |
| Lang |
string |
No |
The language in which alert notifications are sent. Valid values:
Note
If you do not set this parameter, 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.