Call GetOwnerApplyOrderDetail to obtain the ticket details for applying for library-queue owner, table-queue owner, and instance-queue owner.
Debugging
Parameters
Parameter | Type | Is it required? | Example | Description |
---|---|---|---|---|
OrderId | Long | Yes | 730000 |
The ticket number. |
Tid | Long | No | -1 |
The tenant has expired. Note The information of the tenant's chart is taken from the avatar in the upper-right
corner of the system. For more information, see View tenant information .
|
RegionId | String | No | cn-hangzhou |
Select the service region of the destination region to call this operation. For more information about the valid values, see switchegionfigure parameter description . Note select based on the location of the application nearby.
|
return data
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | CB784055-E8CB-4461-AB0B-483A1DA32BB5 |
The error message returned because the request already exists. |
Success | Boolean | true |
Whether the request is successful. |
ErrorMessage | String | UnknownError |
Error message. |
ErrorCode | String | UnknownError |
Error code. |
OwnerApplyOrderDetail | object |
The ticket details. |
|
ApplyType | String | DB |
The application type. the values and descriptions are as follows:
|
Resources | Array of Resource |
The details about the resources that you want to apply for. |
|
Logic | Boolean | true |
indicates whether the database is a logical database. Valid values:
|
TargetId | String | 12345 |
The resource usage details. |
ResourceDetail | object |
The details of the resource. |
|
SearchName | String | yuyangtest |
The search name of the resource. |
DbType | String | MYSQL |
The type of the database. |
EnvType | String | PRODUCT |
The environment type of the instance. For more information, see instance environment description . |
TableName | String | test |
The name of the table. Note This parameter is returned when the application form reaches the owner.
|
OwnerIds | Array of Long | 132453 |
Owner ID. |
OwnerNickNames | Array of String | test_user |
Owner nickname. |
Examples
Sample requests
http(s)://dms-enterprise.aliyuncs.com/? srderlimit D=73000®ionid=-1&public request parameters
Sample success responses
XML
Format
HTTP/1.1 200 OK Content-Type:application/xml <GetOwnerApplyOrderDetailResponse> <OwnerApplyOrderDetail> <ApplyType>DB</ApplyType> <Resources> <ResourceDetail> <SearchName>gp_toolkit@gp-bp18anxxxxxxxt48z.gpdb.rds.aliyuncs.com:3432</SearchName> <OwnerNickNames>gctest</OwnerNickNames> <EnvType>PRODUCT</EnvType> <DbType>ADB_POSTGRESQL</DbType> <OwnerIds>128000</OwnerIds> </ResourceDetail> <Logic>false</Logic> <TargetId>116000</TargetId> </Resources> </OwnerApplyOrderDetail> <RequestId>6976762B-AEA4-4EF0-9C42-46EC5477D780</RequestId> <Success>true</Success> </GetOwnerApplyOrderDetailResponse>
JSON
Format
HTTP/1.1 200 OK Content-Type:application/json { "OwnerApplyOrderDetail" : { "ApplyType" : "DB", "Resources" : [ { "ResourceDetail" : { "SearchName" : "gp_toolkit@gp-bp18anxxxxxxxt48z.gpdb.rds.aliyuncs.com:3432", "OwnerNickNames" : [ "gctest" ], "EnvType" : "PRODUCT", "DbType" : "ADB_POSTGRESQL", "OwnerIds" : [ 128000 ] }, "Logic" : false, "TargetId" : 116000 } ] }, "RequestId" : "6976762B-AEA4-4EF0-9C42-46EC5477D780", "Success" : true }
Error code
Access error Center For more information, see error codes.