mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-13 01:17:42 +08:00
12 lines
325 B
YAML
12 lines
325 B
YAML
get:
|
|
summary: 获取指定虚拟网卡详情信息
|
|
parameters:
|
|
- $ref: "../parameters/networkinterface.yaml#/networkinterfaceId"
|
|
responses:
|
|
200:
|
|
description: 虚拟网卡详情信息
|
|
schema:
|
|
$ref: "../schemas/networkinterface.yaml#/NetworkinterfaceResponse"
|
|
tags:
|
|
- networkinterfaces
|