查询通知消息模版列表。
接口说明
请确保在使用该接口前,已充分了解响应编排产品(即威胁分析与响应日志接入流量)的收费方式和价格。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeNotifyTemplateList |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| Lang |
string |
否 |
请求和接收消息的语言类型。取值:
|
zh |
| RoleType |
string |
否 |
视图类型,默认为 0。取值:
|
0 |
| RoleFor |
integer |
否 |
管理员切换成其他成员视角的用户 ID。 |
137602425xxx8726 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
SophonResult<List |
||
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
B3FED5B9-190A-5952-93A4-24FBF0F0C573 |
| Data |
array<object> |
返回的结果数据。 |
|
|
object |
单个结果数据内容。 |
||
| TemplateName |
string |
模版名称。 |
incident generate |
| EventId |
string |
模版对应的云鸽消息事件的 ID。 |
yundun_soar_incident_generate |
| Subject |
string |
模版的标题。 |
[Alibaba Cloud Threat Analysis and Response] has detected a newly discovered security incident $incidentName($incidentID) |
| Content |
string |
模版的正文。 |
Dear $aliyunUID : Cloud Security Center Threat Analysis and Response has detected a newly discovered security incident $incidentName(Incident id :$incidentID) in $startTime, Please go to Cloud Security Center Console View. |
| Params |
string |
模版的参数。 |
[\"aliyunUID\",\"incidentName\",\"incidentID\",\"startTime\"] |
| Page |
object |
分页查询信息。 |
|
| TotalCount |
integer |
总条数。 |
30 |
| PageNumber |
integer |
分页查询时,当前页的页码。 |
1 |
| PageSize |
integer |
分页查询时,每页显示的条目数量。 |
10 |
示例
正常返回示例
JSON格式
{
"RequestId": "B3FED5B9-190A-5952-93A4-24FBF0F0C573",
"Data": [
{
"TemplateName": "incident generate",
"EventId": "yundun_soar_incident_generate",
"Subject": "[Alibaba Cloud Threat Analysis and Response] has detected a newly discovered security incident $incidentName($incidentID)",
"Content": "Dear $aliyunUID : Cloud Security Center Threat Analysis and Response has detected a newly discovered security incident $incidentName(Incident id :$incidentID) in $startTime, Please go to Cloud Security Center Console View.",
"Params": "[\\\"aliyunUID\\\",\\\"incidentName\\\",\\\"incidentID\\\",\\\"startTime\\\"]"
}
],
"Page": {
"TotalCount": 30,
"PageNumber": 1,
"PageSize": 10
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。