接口功能介绍
调用此接口可查询 IPv6 网关详情。
接口约束
无。
URI
GET /v4/vpc/get-ipv6-gateway-attribute
请求参数
Query 参数
参数 | 参数类型 | 是否必填 | 说明 | 示例 |
---|---|---|---|---|
regionID | String | 是 | 资源池ID | xj8g-894g-09oi-po09-12ol-6e6a |
projectID | String | 否 | 企业项目 ID,默认为"0" | 0 |
ipv6GatewayID | String | 是 | IPv6 网关 id | igw6-fw2zxq7ug4 |
响应参数
参数 | 参数类型 | 说明 | 示例 |
---|---|---|---|
statusCode | Integer | 返回状态码(800为成功,900为失败) | 800 |
message | String | statusCode为900时的错误信息; statusCode为800时为success, 英文 | success |
description | String | statusCode为900时的错误信息; statusCode为800时为成功, 中文 | 成功 |
errorCode | String | statusCode为900时为业务细分错误码,三段式:product.module.code; statusCode为800时为SUCCESS | SUCCESS |
returnObj | Object | object | 返回结果 |
表 returnObj
参数 | 参数类型 | 示例 | 说明 |
---|---|---|---|
name | String | igw6-for-vpc-eqajjtd7g0 | ipv6网关名称 |
status | String | ACTIVE | 仅有一个状态:ACTIVE(正常) |
projectIdEcs | String | 0 | 企业项目 |
vpcID | String | vpc-a448sdfddf | vpcID值 |
vpcCidr | String | 192.168.0.0/16 | 无类别域间路由 |
vpcName | String | xxxxx | vpc名称 |
ipv6GatewayID | String | igw6-709ccrywnd | ipv6网关惟一值 |
creationTime | String | 2022-03-03T07:08:19Z | 创建时间 |
请求示例
GET /v4/vpc/get-ipv6-gateway-attribute?regionID=81f7728662dd11ec810800155d307d5b&ipv6GatewayID=igw6-fw2zxq7ug4
请求体body
响应示例
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": "success",
"description": "成功",
"returnObj": {
"name": "igw6-for-vpc-eqajjtd7g0",
"status": "ACTIVE",
"projectIdEcs": "0",
"vpcID": "vpc-eqajjtd7g0",
"vpcCidr": "192.168.0.0/16",
"vpcName": "tanjin-1",
"ipv6GatewayID": "igw6-fw2zxq7ug4",
"creationTime": "2022-10-25T03:44:15Z"
}
}
状态码
状态码 | 描述 |
---|---|
200 | 表示请求成功。 |
错误码
请参考错误码说明。