CreateDataArchiveOrder_数据管理_API文档

Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

You can call this API operation only for database instances that are managed in Security Collaboration mode.

Quotas Info

There is no quotas information in the current API.

Authorization Information

No permission information is available for the cloud service.

Request Parameters

Field NameField Details
Commentstring

The description of the task.

Example:test
Tidinteger<int64>

The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:3***value <= 9223372036854775807
PluginTypestring

The type of the plug-in. Default value: DATA_ARCHIVE.

Example:DATA_ARCHIVE
RelatedUserListarray<string>

The list of the related users.

ParentIdinteger<int64>

The ID of the parent ticket. A parent ticket is generated only when a child ticket is created.

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:123****
Paramobject

The parameters for archiving data.

Response Parameters

Field NameField Details
RequestIdstring

The ID of the request, which is used to query logs and troubleshoot issues.

Example:283C461F-11D8-48AA-B695-DF092DA32AF3
Successboolean

Indicates whether the request was successful. Valid values:View Details...

Example:true
ErrorMessagestring

The error message returned if the request failed.

Example:UnknownError
ErrorCodestring

The error code returned if the request failed.

Example:UnknownError
CreateOrderResultarray<integer<int64>>

The ID of the data archiving ticket.

Sample Response

Change History

Change timeChange content summaryoperation
2024-05-13
changeRequest parameter Param

Examples