This API is used to query the currently supported RDS API version list.
None
Name |
Type |
Description |
---|---|---|
versions |
Array of objects |
Indicates the list of detailed API version information. For details, see Table 2. |
Name |
Type |
Description |
---|---|---|
id |
String |
Indicates the API version.
|
links |
Array of objects |
Indicates the API link information. The value is empty when the version is v1 or v3. For details, see Table 3. |
status |
String |
Indicates the version status. The value CURRENT indicates that the version has been released. |
updated |
String |
Indicates the version update time. The format is yyyy-mm-dd Thh:mm:ssZ. T is the separator between the calendar and the hourly notation of time. Z indicates the UTC. |
{ "versions": [ { "id": "v1", "links": [], "status": "CURRENT", "updated": "2017-02-07T17:34:02Z" }, { "id": "v1.0", "links": [ { "href": "", "rel": "self" } ], "status": "CURRENT", "updated": "2017-03-23T17:34:02Z" } , { "id": "v3", "links": [], "status": "CURRENT", "updated": "2019-01-15T12:00:00Z" } ] }
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.