ResourceDefinition
uris
/redfish/v1/Fabrics
properties
| 名称 | 类型 | 是否只读 | 取值范围/枚举值 | 说明 |
|---|---|---|---|---|
| @odata.context | string | true | - | Fabrics资源模型的OData描述信息 |
| @odata.id | string | true | - | Fabrics资源节点的访问路径 |
| @odata.type | string | true | - | Fabrics资源类型 |
| Name | string | true | - | Fabrics集合资源的名称 |
| Members@odata.count | number | true | - | Fabrics资源数量 |
| Members | array | true | - | Fabrics资源列表,提供所有系统资源URL的引用 |
| Members[].@odata.id | string | true | - | Fabrics资源的访问路径 |
supported_methods
- GET
HTTP methods
GET
命令功能
查询Fabrics资源
命令格式
URL: https://device_ip/redfish/v1/Fabrics
请求头:
X-Auth-Token: 123456789***********************请求消息体: 无
参数说明
| 参数 | 参数说明 | 取值 |
|---|---|---|
| device_ip | 登录设备的IP地址 | IPv4或IPv6地址 |
| auth_value | 执行该GET请求时,必须在"Headers"中携带"X-Auth-Token"值用于鉴权 | 可通过/redfish/v1/SessionService/Sessions创建会话时获得 |
使用指南
BMC300 5.13.3.27及以上版本,Atlas 350L SuperSuite,Atlas 560EL SuperSuite机型支持。
使用实例
请求样例:
GET https://device_ip/redfish/v1/Fabrics请求头:
X-Auth-Token: 123456789***********************请求消息体:无
响应样例:
{
"@odata.context": "/redfish/v1/$metadata#FabricCollection.FabricCollection",
"@odata.id": "/redfish/v1/Fabrics",
"@odata.type": "#FabricCollection.FabricCollection",
"Name": "Fabric Collection",
"Members@odata.count": 1,
"Members": [
{
"@odata.id": "/redfish/v1/Fabrics/1"
}
]
}响应码:200

