mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 12:32:36 +08:00
12 lines
234 B
YAML
12 lines
234 B
YAML
get:
|
|
summary: 获取物理机IPMI信息
|
|
parameters:
|
|
- $ref: "../parameters/host.yaml#/hostId"
|
|
responses:
|
|
200:
|
|
description: ipmi信息
|
|
schema:
|
|
$ref: "../schemas/host.yaml#/HostIpmi"
|
|
tags:
|
|
- host
|