Querying API Versions
Function
This API is used to query the API versions supported by RDS.
- Before calling an API, you need to understand the API in Authentication.
Response
- Normal response
Table 1 Parameter description Name
Type
Description
versions
Array of objects
List of detailed API version information.
For details, see Table 2.
Table 2 versions field data structure description Name
Type
Description
id
String
API version.
Its value can be:
- v1: API v1 version
- v3: API v3 version
links
Array of objects
API links. The value is empty when the version is v1 or v3.
For details, see Table 3.
status
String
Version status.
- CURRENT: recommended version
- DEPRECATED: deprecated version which may be deleted later
updated
String
Version update time in the "yyyy-mm-dd Thh:mm:ssZ" format.
T is the separator between the calendar and the hourly notation of time. Z indicates the Coordinated Universal Time (UTC).
- Example normal response
{ "versions": [{ "id": "v3", "links": [], "status": "CURRENT", "updated": "2019-01-15T12:00:00Z" }, { "id": "v1", "links": [], "status": "DEPRECATED", "updated": "2017-02-07T17:34:02Z" } ] }
- Abnormal response
For details, see Abnormal Request Results.
Status Code
- Normal
- Abnormal
For details, see Status Codes.
Error Code
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot