mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 19:53:17 +08:00
11 lines
246 B
YAML
11 lines
246 B
YAML
get:
|
|
summary: 获取宿主机缩略信息
|
|
parameters:
|
|
- $ref: "../parameters/host.yaml#/hostId"
|
|
responses:
|
|
200:
|
|
description: 宿主机缩略信息
|
|
schema:
|
|
$ref: "../schemas/host.yaml#HostSpec"
|
|
tags:
|
|
- host |