This API is used to query the target version to which an RDS for PostgreSQL DB instance can be upgraded.
GET /v3/{project_id}/instances/{instance_id}/major-version/available-version
Name |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID of a tenant in a region. To obtain it, refer to Obtaining a Project ID. |
instance_id |
String |
Yes |
Instance ID. |
Name |
Type |
Description |
---|---|---|
available_versions |
Array of Strings |
Available versions. |
{ "available_versions": ["13.9", "14.4"] }
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.