API Guide

Table Of Contents
api/NetworkService/Fabrics(arg1)/Servers
This API gets details of the fabrics that are associated with servers.
GET method for fabric details
This method gets details of the fabrics that are associated with servers.
Description Returns details of the fabrics associated with servers.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(DeviceService.Device)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#DeviceService.Device",
"@odata.id": "/api/DeviceService/Devices(10056)",
"Id": 10056,
"Type": 1000,
"Identifier": "8YQ1B03",
"DeviceServiceTag": "8YQ1B03",
"ChassisServiceTag": "C4WK1S2",
"Model": "PowerEdge MX740c",
"PowerState": 17,
"ManagedState": 3000,
"Status": 1000,
"ConnectionState": true,
"AssetTag": null,
"SystemId": 1893,
"DeviceName": "Sled-7",
"LastInventoryTime": "2020-04-25 13:00:51.343",
"LastStatusTime": "2020-04-25 13:00:04.042",
"DeviceSubscription": null,
"DeviceCapabilities": [
1,
2,
3,
4,
7,
8,
41,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
30,
31
],
"SlotConfiguration": {
"ChassisName": "MX-C4WK1S2",
"SlotId": "10071",
"DeviceType": "1000",
"ChassisId": "10054",
"SlotNumber": "7",
"SledBlockPowerOn": "None blocking",
"SlotName": "Sled-7",
"ChassisServiceTag": "C4WK1S2",
"SlotType": "2000"
APIs specific to OpenManage Enterprise Modular Edition
533