Creates a SQL review ticket.
Operation description
You can call this operation only for database instances that are managed in Security Collaboration mode.
For more information about the SQL review feature, see SQL review.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Comment | string | Yes | The purpose or objective of the SQL review. This reduces unnecessary communication. | test |
RelatedUserList | array | No | The stakeholders involved in this operation. All the specified stakeholders can view the ticket details and take part in the approval process. Irrelevant users other than DMS administrators and database administrators (DBAs) are not allowed to view the ticket details. | |
long | No | The IDs of the stakeholders. | 123443 | |
Param | object | Yes | The parameters of the ticket. | |
ProjectName | string | Yes | The name of the project. | SQL review for xxx |
DbId | long | Yes | The ID of the database. You can call the SearchDatabases operation to query the ID of the database. Note
You can call this operation to query only physical databases. This operation is unavailable to query logical databases.
| 123321 |
AttachmentKeyList | array | Yes | The files to be reviewed. Multiple files can be reviewed at a time. | |
string | No | The key of the file. You can add multiple keys. To obtain the key of a file, call the GetUserUploadFileJob operation. Note
Only XML files based on the iBatis or MyBatis framework or TXT files are supported.
| upload_xxxx.sql | |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "200",
"CreateOrderResult": [
1423532
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|