mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 06:02:09 +08:00
11 lines
248 B
YAML
11 lines
248 B
YAML
post:
|
|
summary: 休眠实例
|
|
parameters:
|
|
- $ref: '../parameters/instance.yaml#/instanceId'
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '../schemas/instance.yaml#/InstanceResponse'
|
|
tags:
|
|
- instance |