This API is used to obtain DB instance specifications of a specified specification ID.
PATH: /rds/v1/{project_id}/flavors/{flavorId}
Method: GET
Name |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. |
flavorId |
Yes |
Specifies the specification ID compliant with the UUID format. For details about how to obtain this parameter value, see flavors.id in the response message in Obtaining All DB Instance Specifications. |
None
Name |
Type |
Description |
---|---|---|
flavor |
List data structure. For details, see Table 3. |
Indicates the DB instance specifications information list. |
Name |
Type |
Description |
---|---|---|
id |
String |
Indicates the specification ID. Its value is unique. |
name |
String |
Indicates the specification item name. |
ram |
Int |
Indicates the memory size in megabytes (MB). |
specCode |
String |
Indicates the resource specifications code. Use rds.mysql.m1.xlarge as an example. rds indicates RDS, mysql indicates the DB engine, and m1.xlarge indicates the performance specification (large-memory). |
{ "flavor": { "id": "f7f51f85-cfcd-4409-ae91-b3eae186d0ea", "name": "OTC_MYLM_XLARGE", "ram": 32768, "specCode": "rds.mysql.m1.xlarge" } }
For details, see Abnormal Request Results.