All Products
Search
Document Center

ApsaraDB RDS:ConfirmNotify

Last Updated:Apr 28, 2024

Marks the notifications of an instance within your Alibaba Cloud account as confirmed.

Operation description

Supported database engines

  • MySQL
  • PostgreSQL
  • SQL Server
  • MariaDB

Feature description

After you call the QueryNotify operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ConfirmorlongYes

The ID of the Alibaba Cloud account that is used to confirm the notification. You can set this parameter to 0, which indicates that the notification is confirmed by the system.

0
NotifyIdListarrayYes

The notification IDs.

longYes

The ID of the notification that needs to be confirmed. You can call the QueryNotify operation to query the notification ID for an instance.

100000

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

6919FA39-04CF-571F-A6B0-DCC7AECB4170

Examples

Sample success responses

JSONformat

{
  "RequestId": "6919FA39-04CF-571F-A6B0-DCC7AECB4170"
}

Error codes

HTTP status codeError codeError message
400InvalidNotifyIdNo auth to confirm record

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

Change history

Change timeSummary of changesOperation
No change history