All Products
Search
Document Center

Database Autonomy Service:EnableDasPro

更新時間:Sep 03, 2024

Enables Database Autonomy Service (DAS) Enterprise Edition V1 for a database instance.

Operation description

  • If you use an SDK to call the API operations of DAS, you must set the region ID to cn-shanghai.
  • This operation is applicable only to DAS Enterprise Edition V1.
Note If your database instance supports DAS Enterprise Edition V3, you cannot call this operation to enable DAS Enterprise Edition V1. You can call the ModifySqlLogConfig operation to enable DAS Enterprise Edition V3 for your database instance. For more information about the databases and regions supported by each version of DAS Enterprise Edition, see Editions and supported features.

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
UserIdstringNo

The ID of the Alibaba Cloud account that is used to create the database instance.

Note This parameter is optional. The system can automatically obtain the account ID based on the value of InstanceId when you call this operation.
196278346919****
InstanceIdstringYes

The database instance ID.

rm-2ze8g2am97624****
SqlRetentionintegerNo

The storage duration of SQL Explorer data. Unit: day. Default value: 30. Valid values:

  • 30
  • 180
  • 365
  • 1095
  • 1825
30

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

7172BECE-588A-5961-8126-C216E16B****
Messagestring

The returned message.

Note If the request was successful, Successful is returned. If the request failed, an error message that contains information such as an error code is returned.
Successful
Synchrostring

The reserved parameter.

None
Datastring

The reserved parameter.

None
Codestring

The HTTP status code returned.

200
Successstring

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "7172BECE-588A-5961-8126-C216E16B****",
  "Message": "Successful",
  "Synchro": "None",
  "Data": "None",
  "Code": "200",
  "Success": "true"
}

Error codes

HTTP status codeError codeError message
400InvalidParamsThe request parameters are invalid.
403NoPermissionYou are not authorized to do this action.

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

Change history

Change timeSummary of changesOperation
No change history