弹性公网IP EIP-查询API版本信息列表:响应消息

时间:2023-11-01 16:20:29

响应消息

响应参数

表1 响应参数

参数名称

类型

说明

versions

Array of version objects

API版本列表,请参见表2

表2 version对象

参数名称

类型

说明

status

String

API版本的状态:

  • CURRENT(当前版本)
  • STABLE(稳定版本)
  • DEPRECATED(废弃版本)

id

String

API版本

links

Array of link objects

链接列表,请参见表3

表3 link对象

参数名称

类型

说明

href

String

API链接

rel

String

API链接与该API版本的关系

响应样例

{    "versions": [        {            "status": "CURRENT",             "id": "v2.0",             "links": [                {                    "href": "https://None/v2.0",                     "rel": "self"                }            ]        }    ]}
support.huaweicloud.com/api-eip/eip_openstackapi_0002.html