All Products
Search
Document Center

Security Center:ModifyNoticeConfig

Last Updated:Aug 14, 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

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 exceeded

  • yundun_sas_cloudsiem_log: Threat analysis 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 excess

  • 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 about 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 during 08:00-22:00

When the BizType field is cms: description

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.

  • MEDIUM: Medium.

  • LOW: Low.

  • 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 through SMS, email, or internal message. Valid values:

  • cms: CloudMonitor push.

cms

No

The client token that is used to ensure the idempotence of the request. Use a different token for each request. The token supports only ASCII characters and cannot exceed 64 characters in length.

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID, which is a unique identifier generated by Alibaba Cloud for this request. You can use it to troubleshoot issues.

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

400 IdempotentParameterMismatch 相同的 ClientToken 被用于不同的请求参数。
500 ServerError ServerError
403 NoPermission caller has no permission
409 IdempotentRequestInProgress 使用相同 ClientToken 的请求正在处理中。

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.