All Products
Search
Document Center

Security Center:DescribeNotifyTemplateList

Last Updated:Jul 17, 2025

Queries notification templates.

Operation description

Before you call this operation, make sure that you understand the billing method and pricing of Security Orchestration Automation Response (SOAR). For more information, see Pricing .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeNotifyTemplateListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the request and the response. Valid values:

  • zh (default): Chinese.
  • en: English.
zh
RoleTypestringNo

The type of the view. Default value: 0. Valid values:

  • 0: the view of the current Alibaba Cloud account.
  • 1: the view of all accounts for the enterprise.
0
RoleForlongNo

The ID of the user who switches from the current view to the destination view by using the management account.

137602425xxx8726

Response parameters

ParameterTypeDescriptionExample
object

SophonResult<List>

RequestIdstring

The request ID.

B3FED5B9-190A-5952-93A4-24FBF0F0C573
Dataarray<object>

The data returned.

Dataobject

The data that is returned.

TemplateNamestring

The name of the template.

incident generate
EventIdstring

The ID of the message event corresponding to the template.

yundun_soar_incident_generate
Subjectstring

The title of the template.

[Alibaba Cloud Threat Analysis and Response] has detected a newly discovered security incident $incidentName($incidentID)
Contentstring

The body of the template.

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.
Paramsstring

The parameters of the template.

[\"aliyunUID\",\"incidentName\",\"incidentID\",\"startTime\"]
Pageobject

The pagination information.

TotalCountinteger

The total number of entries returned.

30
PageNumberinteger

The page number.

1
PageSizeinteger

The number of entries per page.

10

Examples

Sample success responses

JSONformat

{
  "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
  }
}

Error codes

For a list of error codes, visit the Service error codes.