mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-09 07:02:06 +08:00
17 lines
358 B
YAML
17 lines
358 B
YAML
post:
|
|
summary: 物理机添加网卡
|
|
parameters:
|
|
- $ref: "../parameters/host.yaml#/hostId"
|
|
- in: body
|
|
name: host
|
|
required: true
|
|
schema:
|
|
$ref: "../schemas/host.yaml#/HostAddNetif"
|
|
responses:
|
|
200:
|
|
description: 宿主机信息
|
|
schema:
|
|
$ref: "../schemas/host.yaml#/HostResponse"
|
|
tags:
|
|
- host
|