mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 06:02:09 +08:00
15 lines
428 B
YAML
15 lines
428 B
YAML
get:
|
|
summary: 按指定条件列出RDS实例参数列表
|
|
parameters:
|
|
- $ref: '../parameters/common.yaml#/limit'
|
|
- $ref: '../parameters/common.yaml#/offset'
|
|
- $ref: '../parameters/dbinstance.yaml#/dbinstance'
|
|
|
|
responses:
|
|
200:
|
|
description: RDS实例参数列表信息
|
|
schema:
|
|
$ref: '../schemas/dbinstance_parameter.yaml#/DBInstanceParameterListResponse'
|
|
tags:
|
|
- dbinstanceparameter
|