专有云计算

  • 专有云计算 > API 文档 > 网络 > 弹性公网IP > 创建弹性公网IP

    创建弹性公网IP

    最近更新时间: 2022-06-02 16:43:56

    请求路径

    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
    	}]
    }
    
    以上内容是否对您有帮助?
  • Qvm free helper
    Close