This API is used to query a specified API version supported by Direct Connect.
GET /{api_version}
None
Table 1 lists the response parameters.
Parameter |
Type |
Description |
|---|---|---|
id |
String |
Specifies the version number, for example, v2.0. |
links |
Array |
Specifies the API URL. |
href |
String |
Specifies the reference address of the current API version. |
rel |
String |
Specifies the relationship between the current API version and the referenced address. |
version |
String |
Specifies the version. If APIs of this version support minor versions, set this parameter to the supported maximum minor version. If minor versions are not supported, leave this parameter blank. |
status |
String |
Specifies the version status. Value options are as follows:
|
updated |
String |
Specifies the version release time in UTC. Specifies the time when v1 APIs are released, for example, 2014-06-28T12:20:21Z. |
min_version |
String |
Specifies the version. If APIs of this version supports minor versions, set this parameter to the supported minimum minor version. If minor versions are not supported, leave this parameter blank. |
GET /v2.0
{
"version": {
"id": "v2.0",
"links": [
{
"href": "https://dcaas.***region.myhwclouds.com/v2.0",
"rel": "self"
}
],
"updated": "2017-11-30T00:00:00Z",
"status": "CURRENT",
"version": "",
"min_version": ""
}
}