Domain name for API request: csip.intl.tencentcloudapi.com.
Modifies notification settings
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: ModifyNotifySetting. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| Module | No | String | Notification module Enumeration values:
|
| Mode | No | Integer | Notification setting mode Enumeration values:
|
| Status | No | Integer | Notification status Enumeration values:
|
| BeginTime | No | String | Notification start time Parameter format: hh:mm:ss |
| EndTime | No | String | Notification end time Parameter format: hh:mm:ss |
| Option.N | No | Array of String | Notification option Enumeration values:
|
| Parameter Name | Type | Description |
|---|---|---|
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyNotifySetting
<Common request parameters>
{
"Module": "AkSk",
"Mode": 0,
"Status": 1,
"BeginTime": "09:00:00",
"EndTime": "18:00:00",
"Option": [
"CRITICAL"
]
}
{
"Response": {
"RequestId": "caaa7927-5161-4511-973f-971189e8dbdb"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
文档反馈