跳到主要内容

GET/CREATE – 以太网接口集合

使用 GET/CREATE 方法检索 Redfish 服务的 EthernetInterfaces 中的属性。

请求 URL

https://<SMM_IPADDR>/redfish/v1/Managers/bmc/EthernetInterfaces

请求正文

响应正文

字段

类型

描述

Description

字符串

“此管理器的以太网接口集合”

Members

数组

以太网接口列表

 

Members[N]

链接

以太网接口的链接。

Members@odata.count

整数

以太网接口数量

Name

字符串

“Ethernet Network Interface Collection”

REST 操作CREATE

操作属性注释
CREATE

不适用

创建具有相关物理接口的 VLAN 接口,例如“-X POST https://${bmc}/redfish/v1/Managers/bmc/EthernetInterfaces -d '{"VLAN": {"VLANEnable": true, "VLANId": 2}, "Links": {"RelatedInterfaces": [{"@odata.id": "/redfish/v1/Managers/bmc/EthernetInterfaces/eth0"}]}}'”