mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
13 lines
290 B
YAML
13 lines
290 B
YAML
get:
|
|
summary: 获取指定RDS套餐详情信息
|
|
parameters:
|
|
- $ref: '../parameters/dbinstance_sku.yaml#/skuId'
|
|
responses:
|
|
200:
|
|
description: RDS套餐信息
|
|
schema:
|
|
$ref: '../schemas/dbinstance_sku.yaml#/DBInstanceSkuResponse'
|
|
tags:
|
|
- dbinstance-sku
|
|
|