All Products
Search
Document Center

Data Management:GetOwnerApplyOrderDetail

Last Updated:Mar 28, 2024

Queries the details of the Database-OWNER, Table-OWNER, and Instance-OWNER tickets.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dms:GetOwnerApplyOrderDetailRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
OrderIdlongYes

The ID of the ticket.

730000
TidlongNo

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

ParameterTypeDescriptionExample
object

The schema of the response.

RequestIdstring

The ID of the request.

CB784055-E8CB-4461-AB0B-483A1DA32BB5
Successboolean

Indicates whether the request is successful.

true
ErrorMessagestring

The error message returned if the request failed.

UnknownError
ErrorCodestring

The error code returned if the request failed.

UnknownError
OwnerApplyOrderDetailobject

The details of the ticket.

ApplyTypestring

The type of the submitted ticket. Valid values:

  • INSTANCE: the ticket that applies for the permissions to be an instance owner
  • DB: the ticket that applies for the permissions to be a database owner
  • TABLE: the ticket that applies for the permissions to be a table owner
DB
Resourcesobject []

The details of the requested resource.

Logicboolean

Indicates whether the database is a logical database. Valid values:

  • true: The instance is a logical database.
  • false: The instance is not a logical database.
true
TargetIdstring

The ID of the resource.

12345
ResourceDetailobject

The details of the resource.

SearchNamestring

The search name of the resource.

yuyang【test】
DbTypestring

The type of the database engine.

MYSQL
EnvTypestring

The type of the environment to which the instance belongs. For more information, see Change the environment type of an instance.

PRODUCT
TableNamestring

The name of the table.

Note : This parameter is returned when you submit a Database-OWNER ticket.
test
OwnerIdsarray

The IDs of the original owners.

long

The ID of the owner.

132453
OwnerNickNamesarray

The nicknames of the owners.

string

The nickname of the owner.

test_user

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history