更新时间:2023-09-19 GMT+08:00

查询API版本信息

功能介绍

查询指定API版本信息。

URI

GET https://{Endpoint}/{versionId}

表1 路径参数

参数

是否必选

参数类型

描述

versionId

String

API版本。

请求参数

无。

响应参数

状态码: 200

表2 响应Body参数

参数

参数类型

描述

version

ApiVersionResponse object

API版本详细信息列表。

表3 ApiVersionResponse

参数

参数类型

描述

id

String

API版本号。

links

Array of Links objects

对应API的链接信息。

说明:

v3版本该字段为[]。

status

String

版本状态。

version

String

API版本的子版本信息。

min_version

String

API版本的最小版本号。

updated

String

版本更新时间。

格式为“yyyy-mm-dd Thh:mm:ssZ”。

其中,T指某个时间的开始,Z指UTC时间。

请求示例

URI样例
GET https://gaussdb-nosql.ap-southeast-1.myhuaweicloud.com/v3

响应示例

状态码: 200

Success

{
  "version" : {
    "id" : "v3",
    "links" : [ ],
    "status" : "CURRENT",
    "version" : "",
    "min_version" : "",
    "updated" : "2019-10-30T17:34:02Z"
  }
}

状态码

请参见状态码

错误码

请参见错误码