Queries the sale-related data of the storage layer by calling the DescribeRdsCommodity operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:DescribeRdsCommodity |
get |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds*********** |
| CommodityCode |
string |
Yes |
The commodity code. |
drdsPost |
| OrderType |
string |
No |
The order type. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
string |
The result. |
test |
| RequestId |
string |
The request ID. |
DC3ABA3E-0F8A-4596-9104-F5155C34315B |
| Success |
boolean |
The request result. |
true |
Examples
Success response
JSON format
{
"Data": "test",
"RequestId": "DC3ABA3E-0F8A-4596-9104-F5155C34315B",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.