forked from docs/doc-exports
Reviewed-by: Boka, Ladislav <ladislav.boka@t-systems.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
11 KiB
11 KiB
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. |
Example Request
None
Example Response
None
Status Code
For details, see Status Codes.
Error Code
For details, see Error Codes.
Parent topic: API Version Queries