mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 19:53:17 +08:00
12 lines
373 B
YAML
12 lines
373 B
YAML
get:
|
|
summary: 按指定条件列出弹性网卡IP列表
|
|
parameters:
|
|
- $ref: '../parameters/common.yaml#/limit'
|
|
- $ref: '../parameters/common.yaml#/offset'
|
|
responses:
|
|
200:
|
|
description: 弹性网卡IP列表信息
|
|
schema:
|
|
$ref: "../schemas/networkinterfacenetwork.yaml#/NetworkinterfaceNetworkListResponse"
|
|
tags:
|
|
- networkinterfaces |