All Products
Search
Document Center

Security Center:ModifyNoticeConfig

Last Updated:Jun 16, 2026

Modifies notification configuration information.

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 access source.

42.178.XX.XX

Route

integer

No

Notification method

When BizType is empty

  • 0: disabled

  • 1: SMS enabled

  • 2: email enabled

  • 4: internal message enabled

  • 3: SMS and email enabled

  • 5: SMS and internal message enabled

  • 6: email and internal message enabled

  • 7: SMS, email, and internal message all enabled

When BizType is cms

  • 0: CloudMonitor push disabled

  • 1: CloudMonitor push enabled.

4

Project

string

No

Project identity

When the BizType field is empty: valid values

  • yundun_security_Weekreport: Security weekly report (email only)

  • sas_healthcheck: Baseline check

  • yundun_defennce_antiRansomware_overflow: Anti-ransomware storage space exceeded

  • yundun_sas_cloudsiem_log: Cloud Threat Detection and Response (CTDR) log excess notification

  • sas_suspicious: Security alert

  • yundun_aegis_AV_true: Precise defense

  • yundun_sas_ak_leakage AccessKey: AccessKey leak intelligence

  • yundun_sas_config_alert: Cloud platform configuration check

  • yundun_sas_vul_Emergency: Emergency vulnerability intelligence

  • yundun_webguard_event: Web tamper-proofing

  • yundun_sas_cloud_native_firewall: Container firewall anomaly alert notification (email only)

  • yundun_sas_cloud_native_firewall_Defense: Container firewall active defense notification (email only)

  • yundun_IP_Blocking: Malicious IP blocking alerting notification

  • yundun_sas_anti_virus_config: Virus scan notification

  • yundun_sas_log: Log storage exceeded

  • yundun_honeypot_alarm: Cloud honeypot alerting

  • aliyun_rasp_alarm: Application protection alerting

  • yundun_soar_incident_generate: New security incident

  • yundun_soar_incident_update: Updated security incident

Note

yundun_security_Weekreport sends a weekly report to notify you of unresolved vulnerabilities.


When the BizType field is cms: valid values

  • 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

When the BizType field is empty: valid values

  • 0: No limit.

  • 1: Notifications are sent only between 08:00 and 22:00.

When the BizType field is cms

Specifies the push frequency limit, in seconds. The minimum value is 60.

1

FocusLevel

string

No

The focus level. Separate multiple levels with commas (,).

When Project is yundun_soar_incident_generate or yundun_soar_incident_update, valid values:

  • CRITICAL: Critical.

  • HIGH: High-risk.

  • MEDIUM: Medium-risk.

  • LOW: Low-risk.

  • INFO: Informational.

When Project is yundun_sas_antiransomware_task, valid values:

  • Success: Execution succeeded.

  • Failed: Execution failed.

CRITICAL,HIGH

BizType

string

No

The notification configuration type. By default, notifications are sent by SMS, email, or internal message. Valid values:

  • cms: CloudMonitor push.

cms

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID. It is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting.

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

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.