All Products
Search
Document Center

ApsaraDB RDS:ConfirmNotify

Last Updated:Nov 30, 2023

You can call the ConfirmNotify operation to mark the notifications of an ApsaraDB RDS instance as confirmed.

Operation Description

After you call the QueryNotify operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed. For more information, see Query notifications for an ApsaraDB RDS instance.

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.

debugging

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 IDs of the notifications that needs to be confirmed. You can call the QueryNotify operation to query notifications for an instance.

longYes

The ID of the notification.

100000

Response parameters

ParameterTypeDescriptionExample
object

BaseResponse

RequestIdstring

The ID of the request.

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