请求路径
POST
/api/rio/v1/network/eip
请求参数
名称 | 类型 | 位置 | 必须 | 描述 |
---|---|---|---|---|
x-rio-zone-id | string | header | 是 | 地域 ID |
eip_name | string | body | 是 | 弹性公网 名称 |
bandwidth | uint | body | 是 | 带宽 |
返回值
名称 | 类型 | 描述 |
---|---|---|
request_id | string | 请求 ID |
请求示例
{
"eip_name": "i-wx4i",
"bandwidth": 10,
"client_token": "0.736890202421875"
}
返回值示例
{
"request_id": "GS1NO3oRLoEwPQW",
"data": [{
"zone_id": "wenzhou",
"server_id": "",
"server_name": "",
"eip_id": "7a513496-369c-4fe-b84e-0edf6e2422f4",
"eip_name": "i-wx4i",
"eip_address": "122.228.235.35",
"bandwidth": 10,
"status": "Available",
"attach_instance_type": "",
"mno": "",
"created_at": 1654158139000,
"updated_at": 1654158139000
}]
}
文档反馈
(如有产品使用问题,请 提交工单)