All Products
Search
Document Center

Database Backup:DescribeDLAService

Last Updated:Apr 18, 2024

Queries the status of the Data Lake Analytics (DLA) service for a backup schedule.

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
BackupPlanIdstringYes

The ID of the backup schedule. You can call the DescribeBackupPlanList operation to obtain the ID of the backup schedule.

dbstooi01ex****
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

DBS

Response parameters

ParameterTypeDescriptionExample
object
HttpStatusCodeinteger

The HTTP status code.

200
RequestIdstring

The ID of the request.

4F1888AC-1138-4995-B9FE-D2734F61C058
ErrCodestring

The error code.

Param.NotFound
Successboolean

Indicates whether the request is successful.

true
Statestring

The status of the DLA service for the backup schedule. Valid values:

  • Running: DLA is running.
  • Closing: DLA is being disabled.
  • Closed: DLA is disabled.
Running
ErrMessagestring

The error message.

The specified parameter %s value is not valid.
AutoAddboolean

Specifies whether to enable the feature of automatically adding incremental data to a data lake. If this feature is enabled, DBS adds the backup sets that are newly generated to the data lake that is created for the backup schedule. Valid values:

  • true: enables the feature.
  • false: disables the feature.
true
HaveJobFailedboolean

Indicates whether a failed DLA task exists in the return result. Valid values:

  • true: A failed DLA task exists.
  • false: No failed DLA task exists.
false

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "4F1888AC-1138-4995-B9FE-D2734F61C058",
  "ErrCode": "Param.NotFound",
  "Success": true,
  "State": "Running",
  "ErrMessage": "The specified parameter %s value is not valid.",
  "AutoAdd": true,
  "HaveJobFailed": false
}

Error codes

HTTP status codeError codeError message
403Request.ForbiddenHave no Permissions

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

Change history

Change timeSummary of changesOperation
No change history