forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
4.8 KiB
4.8 KiB
Querying Information About API v3
Function
This API is used to query information about API v3.
URI
GET /v3
Request
N/A
Response
Response parameters:
Table 1 describes the response parameters.
Example response:
{
"versions": [
{
"id": "v3",
"links": [
{
"href": "https://container.eu-de.***.t-systems.com/v3",
"rel": "self"
}
],
"min_version": "",
"status": "CURRENT",
"updated": "2018-09-15T00:00:00Z",
"version": ""
}
]
}
Status Code
Table 2 describes the status code of the API.
For details about error status codes, see Status Code.
Parent topic: API Version Query