Gets instance type details.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dds:DescribeDBInstanceSpecInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceClass |
string |
Yes |
The instance type. You can query this parameter by calling the DescribeDBInstanceAttribute operation. For instance types of different instance categories, see the following topics: |
mdb.shard.4x.large.d |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6B82A9EF-9961-5A31-A19F-009B709xxxxx |
| CPU |
string |
The number of CPU cores. |
2 |
| Memory |
string |
The memory size, in GB. |
8 |
| Description |
string |
The description of the instance type. |
2核8GB(独享型) |
Examples
Success response
JSON format
{
"RequestId": "6B82A9EF-9961-5A31-A19F-009B709xxxxx",
"CPU": "2",
"Memory": "8",
"Description": "2核8GB(独享型)"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.