mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-07-01 02:24:47 +08:00
11 lines
269 B
YAML
11 lines
269 B
YAML
post:
|
|
summary: 重启物理机,进入磁盘安装的操作系统
|
|
parameters:
|
|
- $ref: "../parameters/host.yaml#/hostId"
|
|
responses:
|
|
200:
|
|
description: 宿主机信息
|
|
schema:
|
|
$ref: "../schemas/host.yaml#HostResponse"
|
|
tags:
|
|
- host |