mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-04 17:41:50 +08:00
hotfix: add networkinterface docs
This commit is contained in:
@@ -1,11 +1,23 @@
|
||||
get:
|
||||
summary: 获取指定虚拟网卡详情信息
|
||||
summary: 获取指定弹性网卡详情信息
|
||||
parameters:
|
||||
- $ref: "../parameters/networkinterface.yaml#/networkinterfaceId"
|
||||
responses:
|
||||
200:
|
||||
description: 虚拟网卡详情信息
|
||||
description: 弹性网卡详情信息
|
||||
schema:
|
||||
$ref: "../schemas/networkinterface.yaml#/NetworkinterfaceResponse"
|
||||
tags:
|
||||
- networkinterfaces
|
||||
|
||||
delete:
|
||||
summary: 删除指定弹性网卡
|
||||
parameters:
|
||||
- $ref: "../parameters/networkinterface.yaml#/networkinterfaceId"
|
||||
responses:
|
||||
200:
|
||||
description: 被删除弹性网卡的信息
|
||||
schema:
|
||||
$ref: "../schemas/networkinterface.yaml#/NetworkinterfaceResponse"
|
||||
tags:
|
||||
- networkinterfaces
|
||||
Reference in New Issue
Block a user