专有云计算

  • 专有云计算 > API 文档 > 网络 > 弹性公网IP > 查询弹性公网列表

    查询弹性公网列表

    最近更新时间: 2023-03-15 16:37:56

    请求路径

    GET /api/rio/v1/network/eip

    请求参数

    名称 类型 位置 必须 描述
    x-rio-zone-id string header 地域 ID
    marker string query list marker
    limit int query 主机限制数量
    status string query EIP状态 过滤:
    • Creating 创建中
    • Associating 关联中
    • Unassociating 解除关联中
    • InUse 使用中
    • Available 可用状态
    server_id string query 实例 ID
    eip_name string query 弹性公网 名称
    eip_id string query 弹性公网 ID
    eip_address string query 弹性公网 地址

    返回值

    名称 类型 描述
    request_id string 请求 ID
    data []EIPInfo 弹性公网信息列表

    EIPInfo 磁盘信息

    名称 类型 描述
    zone_id string 地域 ID
    server_id string 主机 ID
    server_name string 主机 名称
    eip_id string 弹性公网 ID
    eip_name string 弹性公网 名称
    eip_address string 弹性公网 地址
    bandwidth uint 带宽
    status string query
    attach_instance_type AttachInstanceType 绑定实例类型
    created_at int64 创建时间
    updated_at int64 更新时间

    返回值示例

    {
        "request_id":"HtPfEo3OPBmScsW",
        "data":[
           {
    	attach_instance_type: "",
    	bandwidth: 20,
    	created_at: 1654160222000,
    	eip_address: "122.228.235.35",
    	eip_id: "3bcdfdb1-aea3-4c60-a920-69eb751666bb",
    	eip_name: "i-iBM53",
    	mno: "",
    	server_id: "",
    	server_name: "",
    	status: "Available",
    	updated_at: 1654160990000,
    	zone_id: "wenzhou"
    }
        ]
    }
    
    以上内容是否对您有帮助?
  • Qvm free helper
    Close