Files
cloudpods/docs/host/convert-hypervisor.yaml
2019-07-29 20:41:00 +08:00

16 lines
375 B
YAML

post:
summary: 将物理机转换成宿主机
parameters:
- $ref: "../parameters/host.yaml#/hostId"
- in: body
name: host
required: true
schema:
$ref: '../schemas/host.yaml#/HostConvertHypervisor'
responses:
200:
description: 宿主机信息
schema:
$ref: "../schemas/host.yaml#HostResponse"
tags:
- host