mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-10 23:58:59 +08:00
12 lines
234 B
YAML
12 lines
234 B
YAML
post:
|
|
summary: 启用宿主机
|
|
parameters:
|
|
- $ref: "../parameters/host.yaml#/hostId"
|
|
responses:
|
|
200:
|
|
description: 宿主机信息
|
|
schema:
|
|
$ref: "../schemas/host.yaml#/HostResponse"
|
|
tags:
|
|
- host
|