
Operation Description
You can call this API operation only for database instances that are managed in Security Collaboration mode.
Quotas Info
Authorization Information
No permission information is available for the cloud service.
Request Parameters
Field Name | Field 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 Name | Field 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 time | Change content summary | operation | |
---|---|---|---|
2024-05-13 |