mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 22:24:32 +08:00
15 lines
449 B
YAML
15 lines
449 B
YAML
get:
|
|
summary: 按指定条件列出ElasticCache实例参数列表
|
|
parameters:
|
|
- $ref: "../parameters/common.yaml#/limit"
|
|
- $ref: "../parameters/common.yaml#/offset"
|
|
- $ref: "../parameters/elasticcache.yaml#/elasticcache_id"
|
|
|
|
responses:
|
|
200:
|
|
description: ElasticCache实例参数列表信息
|
|
schema:
|
|
$ref: "../schemas/elasticcache.yaml#/ElasticCacheParameterListResponse"
|
|
tags:
|
|
- elasticcacheparameter
|