mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-21 17:52:57 +08:00
14 lines
366 B
YAML
14 lines
366 B
YAML
get:
|
|
summary: 按指定条件列出RDS实例网络信息
|
|
parameters:
|
|
- $ref: '../parameters/common.yaml#/limit'
|
|
- $ref: '../parameters/common.yaml#/offset'
|
|
|
|
responses:
|
|
200:
|
|
description: RDS实例网络列表信息
|
|
schema:
|
|
$ref: '../schemas/dbinstance_network.yaml#/DBInstanceNetworkListResponse'
|
|
tags:
|
|
- dbinstancenetwork
|