Queries the details of the Database-OWNER, Table-OWNER, and Instance-OWNER tickets.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ID of the ticket. | 730000 |
Tid | long | No | The ID of the tenant. Note
: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
| -1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "CB784055-E8CB-4461-AB0B-483A1DA32BB5",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"OwnerApplyOrderDetail": {
"ApplyType": "DB",
"Resources": [
{
"Logic": true,
"TargetId": "12345",
"ResourceDetail": {
"SearchName": "yuyang【test】",
"DbType": "MYSQL",
"EnvType": "PRODUCT",
"TableName": "test",
"OwnerIds": [
132453
],
"OwnerNickNames": [
"test_user"
]
}
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history