1. Interface Description
Interface request domain name: monitor.api3.convergecloud.com.
This API is used to query custom notification content templates.
Default interface request rate limit: 20 times per second.
Interface update time: 2025-02-24 15:23:52.
The interface is both signature verification and authentication.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: DescribeNoticeContentTmpl |
| Version | Yes | No | String | Public parameter, The value of this interface: 2018-07-24 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| TmplIDs | No | No | Array of String | Template ID Example: temp-xxx |
| TmplName | No | No | String | Template name Example: tmplName |
| TmplLanguage | No | No | String | Template language. Valid values: en and zh. If this parameter is left blank, filtering is not performed. Example: zh |
| PageNumber | Yes | No | Uint64 | Page number. Example: 1 |
| PageSize | Yes | No | Uint64 | Page Size Example: 10 |
| Module | Yes | No | String | The value is fixed to "monitor". Example: monitor |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| NoticeContentTmpls | Array of NoticeContentTmpl | Custom notification content template. Example:View |
| NoticeContentTmplBindPolicyCounts | Array of NoticeContentTmplBindPolicyCount | Number of alarm policies bound to the notification content template. Example:View |
| PageNumber | Uint64 | Page number. Example: 0 |
| PageSize | Uint64 | Page Size Example: 0 |
| TotalCount | Uint64 | Number of returned results. Example: 0 |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
There is no error code related to business logic for this interface, For other error codes, see public ErrorCode.