Querying API Versions¶
Function¶
This API is used to query API versions. Before calling this API:
Learn how to authorize and authenticate it.
Obtain the required region and endpoint.
URI¶
GET /
Request Parameters¶
None
Response Parameters¶
Status code: 200
Parameter | Type | Description |
---|---|---|
versions | Array of OpenApiVersion objects | Version list. |
Parameter | Type | Description |
---|---|---|
id | Object | Version number, for example, v3. |
links | Array of OpenApiLinks objects | API URL. |
status | String | Version status. Values:
|
updated | String | Version release time in UTC. For example, the release time of v3 is 2020-10-29T03:30:42Z. |
min_version | String | If the APIs of this version support microversions, the earliest microversion is returned. If not, an empty value is returned. |
Parameter | Type | Description |
---|---|---|
href | Object | API URL. The value is "". |
rel | Object | Its value is self, indicating that href is a local link. |
Example Request¶
None
Example Response¶
None
Status Code¶
For details, see Status Codes.
Error Code¶
For details, see Error Codes.