Lists valid DMS orders.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ListEffectiveOrders |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
Tenant ID. Note
To find the tenant ID, hover over your profile picture in the upper-right corner of the DMS console. View information about the current tenant. |
3*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
A8FE12AA-300D-5FDF-806F-C2CB99161F32 |
| Success |
boolean |
Whether the request was successful. Valid values:
|
true |
| ErrorMessage |
string |
Error message returned on failure. |
UnknownError |
| ErrorCode |
string |
Error code returned on failure. |
UnknownError |
| OrderSummary |
array<object> |
Order summary. |
|
|
array<object> |
|||
| CommodityCode |
string |
Commodity code of the DMS edition.
|
Subscription |
| CommodityType |
string |
Service type.
|
VersionType |
| VersionType |
string |
Control mode of DMS. Valid values:
|
safety |
| TotalQuota |
integer |
Total number of manageable instances across all orders. |
12 |
| OrderList |
array<object> |
Order details. |
|
|
object |
The order. |
||
| OrderId |
string |
Order ID. |
2190037**** |
| BuyerId |
string |
UID of the buyer. |
2698420314**** |
| InstanceId |
string |
Instance ID of the purchased service. |
rm-bp1xd1v866**** |
| StartTime |
string |
Start time of the instance. |
2022-10-24 00:00:00 |
| EndTime |
string |
Expiration time of the instance. |
2022-11-24 00:00:00 |
| InsNum |
string |
Maximum number of database instances manageable through DMS. |
7 |
Examples
Success response
JSON format
{
"RequestId": "A8FE12AA-300D-5FDF-806F-C2CB99161F32",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"OrderSummary": [
{
"CommodityCode": "Subscription",
"CommodityType": "VersionType",
"VersionType": "safety",
"TotalQuota": 12,
"OrderList": [
{
"OrderId": "2190037****",
"BuyerId": "2698420314****",
"InstanceId": "rm-bp1xd1v866****",
"StartTime": "2022-10-24 00:00:00",
"EndTime": "2022-11-24 00:00:00",
"InsNum": "7"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.