This API is used to query all API versions supported by Direct Connect.
GET /
None
Table 1 lists the response parameters.
Parameter |
Type |
Description |
|---|---|---|
versions |
List |
Specifies all API versions. |
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. |
status |
String |
Specifies the version status. Value options are as follows:
|
GET /
{
"versions": [
{
"status": "CURRENT",
"id": "v2.0",
"links":[
{
"href": "https://network.az0.dc0.domainname.com/v2.0","rel": "self"
}
]
}
]
}