mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 04:19:43 +08:00
13 lines
313 B
YAML
13 lines
313 B
YAML
get:
|
|
summary: 列出指定RDS实例网络信息
|
|
parameters:
|
|
- $ref: "../parameters/dbinstance.yaml#/dbinstanceId"
|
|
|
|
responses:
|
|
200:
|
|
description: RDS实例网络列表信息
|
|
schema:
|
|
$ref: '../schemas/dbinstance_network.yaml#/DBInstanceNetworkListResponse'
|
|
tags:
|
|
- dbinstance
|