mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 22:24:32 +08:00
13 lines
323 B
YAML
13 lines
323 B
YAML
post:
|
|
summary: 重启RDS实例
|
|
description: 要求RDS实例状态正常或重启失败
|
|
parameters:
|
|
- $ref: '../parameters/dbinstance.yaml#/dbinstanceId'
|
|
responses:
|
|
200:
|
|
description: RDS实例信息
|
|
schema:
|
|
$ref: '../schemas/dbinstance.yaml#/DBInstanceResponse'
|
|
tags:
|
|
- dbinstance
|