mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-18 22:37:51 +08:00
12 lines
247 B
YAML
12 lines
247 B
YAML
get:
|
|
summary: 获取宿主机缩略信息
|
|
parameters:
|
|
- $ref: "../parameters/host.yaml#/hostId"
|
|
responses:
|
|
200:
|
|
description: 宿主机缩略信息
|
|
schema:
|
|
$ref: "../schemas/host.yaml#/HostSpec"
|
|
tags:
|
|
- host
|