All Products
Search
Document Center

Security Center:ModifyNoticeConfig

Last Updated:Mar 26, 2026

Modifies the notification configuration.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:ModifyNoticeConfig

update

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

SourceIp

string

No

The IP address of the source.

42.178.XX.XX

Route

integer

No

Notification method

If BizType is not specified

  • 0: Disabled

  • 1: SMS

  • 2: email

  • 4: internal message

  • 3: SMS and email

  • 5: SMS and internal message

  • 6: email and internal message

  • 7: SMS, email, and internal message

If BizType is cms

  • 0: Disables pushes to CloudMonitor.

  • 1: Enables pushes to CloudMonitor.

4

Project

string

No

Project identifier

If the BizType parameter is not specified, valid values are:

  • yundun_security_Weekreport: security weekly report (email only)

  • sas_healthcheck: baseline check

  • yundun_defennce_antiRansomware_overflow: anti-ransomware storage overflow

  • yundun_sas_cloudsiem_log: threat analysis log storage overuse

  • sas_suspicious: security alert

  • yundun_aegis_AV_true: precise defense

  • yundun_sas_ak_leakage: AccessKey leak

  • yundun_sas_config_alert: cloud service configuration check

  • yundun_sas_vul_Emergency: emergency vulnerability

  • yundun_webguard_event: web tampering

  • yundun_sas_cloud_native_firewall: container firewall anomaly alert (email only)

  • yundun_sas_cloud_native_firewall_Defense: container firewall proactive defense (email only)

  • yundun_IP_Blocking: malicious IP blocking

  • yundun_sas_anti_virus_config: virus scan

  • yundun_sas_log: log storage overuse

  • yundun_honeypot_alarm: cloud honeypot alert

  • aliyun_rasp_alarm: application protection alert

  • yundun_soar_incident_generate: new security incident

  • yundun_soar_incident_update: updated security incident

Note

The yundun_security_Weekreport is a weekly report that notifies you of unresolved vulnerabilities.


If BizType is set to cms, valid values are:

  • Vul_event: vulnerability result details

  • Hc_summary: baseline check result summary

  • Cspm_summary: cloud security posture management (CSPM) result summary

  • Vul_summary: vulnerability result summary

  • Agentless_event: agentless detection result details

  • Filedetect_event: malicious file SDK result details

  • Rasp_event: application protection result details

yundun_webguard_event

TimeLimit

integer

No

Notification time limit

If the BizType parameter is not specified:

  • 0: Unlimited.

  • 1: Sends notifications only between 08:00 and 22:00.

If the BizType parameter is set to cms:

This parameter specifies the notification delivery frequency in seconds. The minimum value is 60.

1

FocusLevel

string

No

The severity. Separate multiple values with commas.

If Project is set to yundun_soar_incident_generate or yundun_soar_incident_update, valid values are:

  • CRITICAL

  • HIGH

  • MEDIUM

  • LOW

  • INFO

If Project is set to yundun_sas_antiransomware_task, valid values are:

  • Success

  • Failed

CRITICAL,HIGH

BizType

string

No

The type of notification configuration. If not specified, the default is to send notifications via SMS, email, or internal message. Valid value:

  • cms: Pushes notifications to CloudMonitor.

cms

Response elements

Element

Type

Description

Example

object

The returned data.

RequestId

string

The ID of the request.

5989D067-621F-51E2-A636-D94D1388****

Examples

Success response

JSON format

{
  "RequestId": "5989D067-621F-51E2-A636-D94D1388****"
}

Error codes

HTTP status code

Error code

Error message

Description

500 ServerError ServerError
403 NoPermission caller has no permission You are not authorized to do this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.