chef-provisioning-oneview 1.0.1 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +43 -3
- data/lib/chef/provisioning/create_machine.rb +52 -0
- data/lib/chef/provisioning/customize_machine.rb +78 -0
- data/lib/chef/provisioning/icsp/api_v104.rb +27 -0
- data/lib/chef/provisioning/icsp/icsp_api.rb +282 -0
- data/lib/chef/provisioning/oneview/oneview_api.rb +56 -357
- data/lib/chef/provisioning/oneview/san_storage.rb +91 -0
- data/lib/chef/provisioning/oneview/v1.2/api.rb +3 -0
- data/lib/chef/provisioning/oneview_driver.rb +42 -5
- data/lib/chef/provisioning/rest.rb +51 -0
- data/lib/chef/provisioning/{oneview/version.rb → version.rb} +1 -1
- data/spec/shared_context.rb +77 -0
- data/spec/spec_helper.rb +8 -6
- data/spec/{unit/support → support}/fake_action_handler.rb +0 -0
- data/spec/support/fake_icsp.rb +73 -21
- data/spec/support/fake_machine_spec.rb +18 -0
- data/spec/support/fake_oneview.rb +148 -21
- data/spec/support/fixtures/icsp/v102/error_404.json +13 -13
- data/spec/support/fixtures/icsp/v102/login.json +4 -4
- data/spec/support/fixtures/icsp/v102/os-deployment-build-plans.json +99 -99
- data/spec/support/fixtures/icsp/v102/{os-deployment-servers_managed.json → os-deployment-servers.json} +178 -178
- data/spec/support/fixtures/icsp/v102/os-deployment-servers_1670001.json +83 -0
- data/spec/support/fixtures/icsp/v102/os-deployment-servers_fakesn.json +9 -0
- data/spec/support/fixtures/icsp/v102/{server_by_sn.json → server_by_sn_VCGE9KB041.json} +44 -44
- data/spec/support/fixtures/icsp/v102/server_by_sn_empty.json +16 -0
- data/spec/support/fixtures/icsp/v102/version.json +3 -3
- data/spec/support/fixtures/oneview/v120/error_404.json +13 -13
- data/spec/support/fixtures/oneview/v120/login.json +4 -4
- data/spec/support/fixtures/oneview/v120/server-hardware.json +1475 -1475
- data/spec/support/fixtures/oneview/v120/server-hardware_Template-WebServer.json +468 -0
- data/spec/support/fixtures/oneview/v120/server-hardware_specific.json +151 -0
- data/spec/support/fixtures/oneview/v120/server-profiles.json +368 -746
- data/spec/support/fixtures/oneview/v120/server-profiles_invalid_filter.json +14 -0
- data/spec/support/fixtures/oneview/v120/{server-profiles_specific.json → server-profiles_name_Template-WebServer.json} +132 -132
- data/spec/support/fixtures/oneview/v120/server-profiles_name_Template-WebServerWithSAN.json +200 -0
- data/spec/support/fixtures/oneview/v120/server-profiles_name_chef-web01.json +133 -0
- data/spec/support/fixtures/oneview/v120/server-profiles_name_chef-web03.json +133 -0
- data/spec/support/fixtures/oneview/v120/server-profiles_name_empty.json +15 -0
- data/spec/support/fixtures/oneview/v120/server-profiles_sn_VCGE9KB041.json +133 -0
- data/spec/support/fixtures/oneview/v120/server-profiles_sn_VCGE9KB042.json +206 -0
- data/spec/support/fixtures/oneview/v120/server-profiles_sn_empty.json +15 -0
- data/spec/support/fixtures/oneview/v120/storage-volumes_1B5D3CA2-6C5B-41C2-8B97-1821F1883F22.json +26 -0
- data/spec/support/fixtures/oneview/v120/tasks_fake_active.json +5 -0
- data/spec/support/fixtures/oneview/v120/tasks_fake_complete.json +5 -0
- data/spec/support/fixtures/oneview/v120/version.json +3 -3
- data/spec/support/fixtures/oneview/v200/server-profile-templates_WebServerTemplate.json +109 -0
- data/spec/support/fixtures/oneview/v200/server-profile-templates_WebServerTemplateWithSAN.json +144 -0
- data/spec/support/fixtures/oneview/v200/server-profile-templates_invalid.json +16 -0
- data/spec/support/fixtures/oneview/v200/server-profile-templates_new-profile_WebServerTemplate.json +125 -0
- data/spec/support/fixtures/oneview/v200/server-profile-templates_new-profile_WebServerTemplateWithSAN.json +178 -0
- data/spec/support/fixtures/oneview/v200/version.json +4 -0
- data/spec/unit/create_machine_spec.rb +78 -0
- data/spec/unit/destroy_spec.rb +26 -0
- data/spec/unit/icsp_nic_teams_spec.rb +38 -0
- data/spec/unit/icsp_search_spec.rb +25 -0
- data/spec/unit/oneview_driver_spec.rb +37 -64
- data/spec/unit/oneview_login_spec.rb +23 -0
- data/spec/unit/oneview_power_spec.rb +51 -0
- data/spec/unit/oneview_san_spec.rb +86 -0
- data/spec/unit/oneview_search_spec.rb +63 -0
- data/spec/unit/rest_api_spec.rb +115 -0
- metadata +90 -9
- data/lib/chef/provisioning/oneview/v1.20/api.rb +0 -3
@@ -0,0 +1,83 @@
|
|
1
|
+
{
|
2
|
+
"type": "OSDServer",
|
3
|
+
"modified": "2015-08-10T04:55:27.017Z",
|
4
|
+
"deviceGroups": null,
|
5
|
+
"customAttributes": [],
|
6
|
+
"created": "2015-08-10T04:35:40.000Z",
|
7
|
+
"uuid": "7d805e1c-beac-e84e-868b-2fb0b6504474",
|
8
|
+
"cpus": [
|
9
|
+
{
|
10
|
+
"cacheSize": "15360",
|
11
|
+
"speed": "1200",
|
12
|
+
"stepping": "7",
|
13
|
+
"model": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
14
|
+
"family": "X64",
|
15
|
+
"status": "ON-LINE",
|
16
|
+
"slot": "0"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"ilo": null,
|
20
|
+
"serverLocation": {
|
21
|
+
"rack": "DemoRack",
|
22
|
+
"enclosure": "dazzle",
|
23
|
+
"bay": "2"
|
24
|
+
},
|
25
|
+
"operatingSystemVersion": null,
|
26
|
+
"opswLifecycle": "MANAGED",
|
27
|
+
"osSPVersion": null,
|
28
|
+
"peerIP": "192.168.133.36",
|
29
|
+
"stage": "UNKNOWN",
|
30
|
+
"running": "false",
|
31
|
+
"reporting": true,
|
32
|
+
"storageDevices": [],
|
33
|
+
"ram": "16291780",
|
34
|
+
"swap": "8216568",
|
35
|
+
"architecture": null,
|
36
|
+
"defaultGateway": "172.125.32.1",
|
37
|
+
"discoveredDate": "2015-08-10T04:35:39.000Z",
|
38
|
+
"facility": "Appliance",
|
39
|
+
"hardwareModel": "PROLIANT BL460C GEN8",
|
40
|
+
"jobsHistory": null,
|
41
|
+
"lastScannedDate": null,
|
42
|
+
"loopbackIP": null,
|
43
|
+
"managementIP": "192.168.133.36",
|
44
|
+
"manufacturer": "HP",
|
45
|
+
"mid": "1670001",
|
46
|
+
"netBios": null,
|
47
|
+
"operatingSystem": null,
|
48
|
+
"osFlavor": null,
|
49
|
+
"serialNumber": "VCGE9KB041",
|
50
|
+
"locale": null,
|
51
|
+
"description": null,
|
52
|
+
"status": "OK",
|
53
|
+
"uri": "/rest/os-deployment-servers/1670001",
|
54
|
+
"name": "chef-web01.domain.com",
|
55
|
+
"interfaces": [
|
56
|
+
{
|
57
|
+
"speed": "10000",
|
58
|
+
"netmask": "255.255.254.0",
|
59
|
+
"duplex": "FULL",
|
60
|
+
"ipv6Addr": "",
|
61
|
+
"macAddr": "11:11:11:11:01:15",
|
62
|
+
"dhcpEnabled": false,
|
63
|
+
"ipv4Addr": "172.125.32.38",
|
64
|
+
"type": "ETHERNET",
|
65
|
+
"slot": "eth1"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"speed": "10000",
|
69
|
+
"netmask": "255.255.255.0",
|
70
|
+
"duplex": "FULL",
|
71
|
+
"ipv6Addr": "",
|
72
|
+
"macAddr": "11:11:11:11:01:14",
|
73
|
+
"dhcpEnabled": true,
|
74
|
+
"ipv4Addr": "192.168.133.36",
|
75
|
+
"type": "ETHERNET",
|
76
|
+
"slot": "eth0"
|
77
|
+
}
|
78
|
+
],
|
79
|
+
"state": "OK",
|
80
|
+
"hostName": "chef-web01.domain.com",
|
81
|
+
"eTag": "2015-08-10T04:55:27.017Z",
|
82
|
+
"category": "os-deployment-servers"
|
83
|
+
}
|
@@ -1,45 +1,45 @@
|
|
1
|
-
{
|
2
|
-
"type": "IndexPaginatedCollectionV4",
|
3
|
-
"start": 0,
|
4
|
-
"count": 1,
|
5
|
-
"total": 1,
|
6
|
-
"unFilteredTotal": 3,
|
7
|
-
"uri": "/rest/index/resources?category=osdserver&count=50&start=0&query='osdServerSerialNumber:%
|
8
|
-
"category": "resources",
|
9
|
-
"members": [
|
10
|
-
{
|
11
|
-
"type": "IndexResource",
|
12
|
-
"multiAttributes": {
|
13
|
-
},
|
14
|
-
"ownerId": "OsdServerIndex",
|
15
|
-
"eTag": "2015-08-
|
16
|
-
"attributes": {
|
17
|
-
"osdServerRack": "DemoRack",
|
18
|
-
"osdServerStage": "UNKNOWN",
|
19
|
-
"osdServerSerialNumber": "
|
20
|
-
"osdServerIPAddress": "192.168.133.
|
21
|
-
"osdServerLifeCycle": "MANAGED",
|
22
|
-
"osdServerId": "
|
23
|
-
"osdServerRunning": "false",
|
24
|
-
"osdServerState": "OK",
|
25
|
-
"osdServerBay": "
|
26
|
-
"osdServerEnclosure": "dazzle",
|
27
|
-
"osdServerModel": "PROLIANT BL460C GEN8",
|
28
|
-
"osdServerHostName": "chef-web02.domain.com"
|
29
|
-
},
|
30
|
-
"description": null,
|
31
|
-
"name": "chef-
|
32
|
-
"state": null,
|
33
|
-
"status": "OK",
|
34
|
-
"created": "2015-08-10T04:35:
|
35
|
-
"modified": "2015-08-10T16:45:57.019Z",
|
36
|
-
"category": "osdserver",
|
37
|
-
"uri": "/rest/os-deployment-servers/
|
38
|
-
}
|
39
|
-
],
|
40
|
-
"prevPageUri": null,
|
41
|
-
"nextPageUri": null,
|
42
|
-
"created": null,
|
43
|
-
"modified": null,
|
44
|
-
"eTag": null
|
1
|
+
{
|
2
|
+
"type": "IndexPaginatedCollectionV4",
|
3
|
+
"start": 0,
|
4
|
+
"count": 1,
|
5
|
+
"total": 1,
|
6
|
+
"unFilteredTotal": 3,
|
7
|
+
"uri": "/rest/index/resources?category=osdserver&count=50&start=0&query='osdServerSerialNumber:%22VCGE9KB041%22'",
|
8
|
+
"category": "resources",
|
9
|
+
"members": [
|
10
|
+
{
|
11
|
+
"type": "IndexResource",
|
12
|
+
"multiAttributes": {
|
13
|
+
},
|
14
|
+
"ownerId": "OsdServerIndex",
|
15
|
+
"eTag": "2015-08-10T04:55:27.017Z",
|
16
|
+
"attributes": {
|
17
|
+
"osdServerRack": "DemoRack",
|
18
|
+
"osdServerStage": "UNKNOWN",
|
19
|
+
"osdServerSerialNumber": "VCGE9KB041",
|
20
|
+
"osdServerIPAddress": "192.168.133.36",
|
21
|
+
"osdServerLifeCycle": "MANAGED",
|
22
|
+
"osdServerId": "1670001",
|
23
|
+
"osdServerRunning": "false",
|
24
|
+
"osdServerState": "OK",
|
25
|
+
"osdServerBay": "2",
|
26
|
+
"osdServerEnclosure": "dazzle",
|
27
|
+
"osdServerModel": "PROLIANT BL460C GEN8",
|
28
|
+
"osdServerHostName": "chef-web02.domain.com"
|
29
|
+
},
|
30
|
+
"description": null,
|
31
|
+
"name": "chef-web01.domain.com",
|
32
|
+
"state": null,
|
33
|
+
"status": "OK",
|
34
|
+
"created": "2015-08-10T04:35:40.000Z",
|
35
|
+
"modified": "2015-08-10T16:45:57.019Z",
|
36
|
+
"category": "osdserver",
|
37
|
+
"uri": "/rest/os-deployment-servers/1670001"
|
38
|
+
}
|
39
|
+
],
|
40
|
+
"prevPageUri": null,
|
41
|
+
"nextPageUri": null,
|
42
|
+
"created": null,
|
43
|
+
"modified": null,
|
44
|
+
"eTag": null
|
45
45
|
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"type": "IndexPaginatedCollectionV4",
|
3
|
+
"start": 0,
|
4
|
+
"count": 0,
|
5
|
+
"total": 1,
|
6
|
+
"unFilteredTotal": 3,
|
7
|
+
"uri": "/rest/index/resources?category=osdserver&count=50&start=0&query='osdServerSerialNumber:%22FAKESN%22'",
|
8
|
+
"category": "resources",
|
9
|
+
"members": [
|
10
|
+
],
|
11
|
+
"prevPageUri": null,
|
12
|
+
"nextPageUri": null,
|
13
|
+
"created": null,
|
14
|
+
"modified": null,
|
15
|
+
"eTag": null
|
16
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
{
|
2
|
-
"minimumVersion": 1,
|
3
|
-
"currentVersion": 102
|
1
|
+
{
|
2
|
+
"minimumVersion": 1,
|
3
|
+
"currentVersion": 102
|
4
4
|
}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
{
|
2
|
-
"errorSource": null,
|
3
|
-
"nestedErrors": [
|
4
|
-
|
5
|
-
],
|
6
|
-
"errorCode": "GENERIC_HTTP_404",
|
7
|
-
"data": {
|
8
|
-
},
|
9
|
-
"recommendedActions": [
|
10
|
-
"Check the request URI, then resend the request."
|
11
|
-
],
|
12
|
-
"details": "The requested resource could not be found.",
|
13
|
-
"message": "Not Found"
|
1
|
+
{
|
2
|
+
"errorSource": null,
|
3
|
+
"nestedErrors": [
|
4
|
+
|
5
|
+
],
|
6
|
+
"errorCode": "GENERIC_HTTP_404",
|
7
|
+
"data": {
|
8
|
+
},
|
9
|
+
"recommendedActions": [
|
10
|
+
"Check the request URI, then resend the request."
|
11
|
+
],
|
12
|
+
"details": "The requested resource could not be found.",
|
13
|
+
"message": "Not Found"
|
14
14
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
{
|
2
|
-
"partnerData": {
|
3
|
-
},
|
4
|
-
"sessionID": "
|
1
|
+
{
|
2
|
+
"partnerData": {
|
3
|
+
},
|
4
|
+
"sessionID": "A954A2A6Psy7Alg3HApAcEbAcAwa-ftA"
|
5
5
|
}
|
@@ -1,1476 +1,1476 @@
|
|
1
|
-
{
|
2
|
-
"type": "server-hardware-list-3",
|
3
|
-
"category": "server-hardware",
|
4
|
-
"count": 9,
|
5
|
-
"created": "2015-08-10T22:30:02.367Z",
|
6
|
-
"eTag": "1439245802367",
|
7
|
-
"members": [
|
8
|
-
{
|
9
|
-
"type": "server-hardware-3",
|
10
|
-
"name": "172.18.6.15",
|
11
|
-
"state": "NoProfileApplied",
|
12
|
-
"stateReason": "NotApplicable",
|
13
|
-
"assetTag": "[Unknown]",
|
14
|
-
"category": "server-hardware",
|
15
|
-
"created": "2015-07-07T23:12:02.642Z",
|
16
|
-
"description": null,
|
17
|
-
"eTag": "1438941364537",
|
18
|
-
"formFactor": "1U",
|
19
|
-
"licensingIntent": "OneView",
|
20
|
-
"locationUri": null,
|
21
|
-
"memoryMb": 2048,
|
22
|
-
"model": "ProLiant DL360p Gen8",
|
23
|
-
"modified": "2015-08-07T09:56:04.537Z",
|
24
|
-
"mpDnsName": "172.18.6.15",
|
25
|
-
"mpFirmwareVersion": "2.03 Jul 02 2014",
|
26
|
-
"mpIpAddress": "172.18.6.15",
|
27
|
-
"mpModel": "iLO4",
|
28
|
-
"partNumber": "603588-B21",
|
29
|
-
"portMap": null,
|
30
|
-
"position": 0,
|
31
|
-
"powerLock": false,
|
32
|
-
"powerState": "Off",
|
33
|
-
"processorCoreCount": 4,
|
34
|
-
"processorCount": 1,
|
35
|
-
"processorSpeedMhz": 2600,
|
36
|
-
"processorType": "Intel(R) Xeon(R) CPU E5620 @ 2.40GHz",
|
37
|
-
"refreshState": "NotRefreshing",
|
38
|
-
"romVersion": "P71 02/10/2014",
|
39
|
-
"serialNumber": "
|
40
|
-
"serverGroupUri": null,
|
41
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/CDA0CA0D-8AC1-4D70-800F-257C31A422BA",
|
42
|
-
"serverProfileUri": null,
|
43
|
-
"shortModel": "DL360p Gen8",
|
44
|
-
"signature": null,
|
45
|
-
"status": "Disabled",
|
46
|
-
"uri": "/rest/server-hardware/37333036-3831-584D-5131-303030323037",
|
47
|
-
"uuid": "37333036-3831-584D-5131-303030323037",
|
48
|
-
"virtualSerialNumber": null,
|
49
|
-
"virtualUuid": null
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"type": "server-hardware-3",
|
53
|
-
"name": "172.18.6.16",
|
54
|
-
"state": "NoProfileApplied",
|
55
|
-
"stateReason": "NotApplicable",
|
56
|
-
"assetTag": "[Unknown]",
|
57
|
-
"category": "server-hardware",
|
58
|
-
"created": "2015-07-07T23:13:49.414Z",
|
59
|
-
"description": null,
|
60
|
-
"eTag": "1436310976023",
|
61
|
-
"formFactor": "2U",
|
62
|
-
"licensingIntent": "OneView",
|
63
|
-
"locationUri": null,
|
64
|
-
"memoryMb": 2048,
|
65
|
-
"model": "ProLiant DL380p Gen8",
|
66
|
-
"modified": "2015-07-07T23:16:16.023Z",
|
67
|
-
"mpDnsName": "172.18.6.16",
|
68
|
-
"mpFirmwareVersion": "2.03 Jul 02 2014",
|
69
|
-
"mpIpAddress": "172.18.6.16",
|
70
|
-
"mpModel": "iLO4",
|
71
|
-
"partNumber": "603588-B21",
|
72
|
-
"portMap": null,
|
73
|
-
"position": 0,
|
74
|
-
"powerLock": false,
|
75
|
-
"powerState": "Off",
|
76
|
-
"processorCoreCount": 4,
|
77
|
-
"processorCount": 1,
|
78
|
-
"processorSpeedMhz": 2600,
|
79
|
-
"processorType": "Intel(R) Xeon(R) CPU E5620 @ 2.40GHz",
|
80
|
-
"refreshState": "NotRefreshing",
|
81
|
-
"romVersion": "P70 02/10/2014",
|
82
|
-
"serialNumber": "
|
83
|
-
"serverGroupUri": null,
|
84
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/2B2456C1-C018-4926-9F1A-60AD62560CD9",
|
85
|
-
"serverProfileUri": null,
|
86
|
-
"shortModel": "DL380p Gen8",
|
87
|
-
"signature": null,
|
88
|
-
"status": "Disabled",
|
89
|
-
"uri": "/rest/server-hardware/37333036-3831-584D-5131-303030333037",
|
90
|
-
"uuid": "37333036-3831-584D-5131-303030333037",
|
91
|
-
"virtualSerialNumber": null,
|
92
|
-
"virtualUuid": null
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"type": "server-hardware-3",
|
96
|
-
"name": "dazzle, bay 1",
|
97
|
-
"state": "NoProfileApplied",
|
98
|
-
"stateReason": "NotApplicable",
|
99
|
-
"assetTag": "[Unknown]",
|
100
|
-
"category": "server-hardware",
|
101
|
-
"created": "2015-07-02T16:24:28.520Z",
|
102
|
-
"description": null,
|
103
|
-
"eTag": "1438941362346",
|
104
|
-
"formFactor": "HalfHeight",
|
105
|
-
"licensingIntent": "OneViewNoiLO",
|
106
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
107
|
-
"memoryMb": 16384,
|
108
|
-
"model": "ProLiant BL460c Gen8",
|
109
|
-
"modified": "2015-08-07T09:56:02.346Z",
|
110
|
-
"mpDnsName": "
|
111
|
-
"mpFirmwareVersion": "1.50 May 07 2014",
|
112
|
-
"mpIpAddress": "
|
113
|
-
"mpModel": "iLO4",
|
114
|
-
"partNumber": "666161-B21",
|
115
|
-
"portMap": {
|
116
|
-
"deviceSlots": [
|
117
|
-
{
|
118
|
-
"deviceName": "HP FlexFabric 20Gb 2-port 630FLB Adapter",
|
119
|
-
"location": "Flb",
|
120
|
-
"oaSlotNumber": 9,
|
121
|
-
"physicalPorts": [
|
122
|
-
{
|
123
|
-
"interconnectPort": 1,
|
124
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
125
|
-
"mac": "
|
126
|
-
"portNumber": 1,
|
127
|
-
"type": "Ethernet",
|
128
|
-
"virtualPorts": [
|
129
|
-
{
|
130
|
-
"mac": "
|
131
|
-
"portFunction": "a",
|
132
|
-
"portNumber": 1,
|
133
|
-
"wwnn": null,
|
134
|
-
"wwpn": null
|
135
|
-
},
|
136
|
-
{
|
137
|
-
"mac": "
|
138
|
-
"portFunction": "b",
|
139
|
-
"portNumber": 2,
|
140
|
-
"wwnn": "
|
141
|
-
"wwpn": "
|
142
|
-
},
|
143
|
-
{
|
144
|
-
"mac": "
|
145
|
-
"portFunction": "c",
|
146
|
-
"portNumber": 3,
|
147
|
-
"wwnn": null,
|
148
|
-
"wwpn": null
|
149
|
-
},
|
150
|
-
{
|
151
|
-
"mac": "
|
152
|
-
"portFunction": "d",
|
153
|
-
"portNumber": 4,
|
154
|
-
"wwnn": null,
|
155
|
-
"wwpn": null
|
156
|
-
}
|
157
|
-
],
|
158
|
-
"wwn": null
|
159
|
-
},
|
160
|
-
{
|
161
|
-
"interconnectPort": 1,
|
162
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
163
|
-
"mac": "
|
164
|
-
"portNumber": 2,
|
165
|
-
"type": "Ethernet",
|
166
|
-
"virtualPorts": [
|
167
|
-
{
|
168
|
-
"mac": "
|
169
|
-
"portFunction": "a",
|
170
|
-
"portNumber": 1,
|
171
|
-
"wwnn": null,
|
172
|
-
"wwpn": null
|
173
|
-
},
|
174
|
-
{
|
175
|
-
"mac": "
|
176
|
-
"portFunction": "b",
|
177
|
-
"portNumber": 2,
|
178
|
-
"wwnn": "
|
179
|
-
"wwpn": "
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"mac": "
|
183
|
-
"portFunction": "c",
|
184
|
-
"portNumber": 3,
|
185
|
-
"wwnn": null,
|
186
|
-
"wwpn": null
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"mac": "
|
190
|
-
"portFunction": "d",
|
191
|
-
"portNumber": 4,
|
192
|
-
"wwnn": null,
|
193
|
-
"wwpn": null
|
194
|
-
}
|
195
|
-
],
|
196
|
-
"wwn": null
|
197
|
-
}
|
198
|
-
],
|
199
|
-
"slotNumber": 1
|
200
|
-
},
|
201
|
-
{
|
202
|
-
"deviceName": "HP FlexFabric 20Gb 2-port 630M Adapter",
|
203
|
-
"location": "Mezz",
|
204
|
-
"oaSlotNumber": 1,
|
205
|
-
"physicalPorts": [
|
206
|
-
{
|
207
|
-
"interconnectPort": 1,
|
208
|
-
"interconnectUri": "/rest/interconnects/669fa73a-6b6f-47f5-a3b2-88044865f962",
|
209
|
-
"mac": "
|
210
|
-
"portNumber": 1,
|
211
|
-
"type": "Ethernet",
|
212
|
-
"virtualPorts": [
|
213
|
-
{
|
214
|
-
"mac": "
|
215
|
-
"portFunction": "a",
|
216
|
-
"portNumber": 1,
|
217
|
-
"wwnn": null,
|
218
|
-
"wwpn": null
|
219
|
-
},
|
220
|
-
{
|
221
|
-
"mac": "
|
222
|
-
"portFunction": "b",
|
223
|
-
"portNumber": 2,
|
224
|
-
"wwnn": "
|
225
|
-
"wwpn": "
|
226
|
-
},
|
227
|
-
{
|
228
|
-
"mac": "
|
229
|
-
"portFunction": "c",
|
230
|
-
"portNumber": 3,
|
231
|
-
"wwnn": null,
|
232
|
-
"wwpn": null
|
233
|
-
},
|
234
|
-
{
|
235
|
-
"mac": "
|
236
|
-
"portFunction": "d",
|
237
|
-
"portNumber": 4,
|
238
|
-
"wwnn": null,
|
239
|
-
"wwpn": null
|
240
|
-
}
|
241
|
-
],
|
242
|
-
"wwn": null
|
243
|
-
},
|
244
|
-
{
|
245
|
-
"interconnectPort": 1,
|
246
|
-
"interconnectUri": "/rest/interconnects/4cc95344-bdcd-4e9f-aff6-3654950ff4ef",
|
247
|
-
"mac": "
|
248
|
-
"portNumber": 2,
|
249
|
-
"type": "Ethernet",
|
250
|
-
"virtualPorts": [
|
251
|
-
{
|
252
|
-
"mac": "
|
253
|
-
"portFunction": "a",
|
254
|
-
"portNumber": 1,
|
255
|
-
"wwnn": null,
|
256
|
-
"wwpn": null
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"mac": "
|
260
|
-
"portFunction": "b",
|
261
|
-
"portNumber": 2,
|
262
|
-
"wwnn": "
|
263
|
-
"wwpn": "
|
264
|
-
},
|
265
|
-
{
|
266
|
-
"mac": "
|
267
|
-
"portFunction": "c",
|
268
|
-
"portNumber": 3,
|
269
|
-
"wwnn": null,
|
270
|
-
"wwpn": null
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"mac": "
|
274
|
-
"portFunction": "d",
|
275
|
-
"portNumber": 4,
|
276
|
-
"wwnn": null,
|
277
|
-
"wwpn": null
|
278
|
-
}
|
279
|
-
],
|
280
|
-
"wwn": null
|
281
|
-
}
|
282
|
-
],
|
283
|
-
"slotNumber": 1
|
284
|
-
},
|
285
|
-
{
|
286
|
-
"deviceName": "",
|
287
|
-
"location": "Mezz",
|
288
|
-
"oaSlotNumber": 2,
|
289
|
-
"physicalPorts": [
|
290
|
-
|
291
|
-
],
|
292
|
-
"slotNumber": 2
|
293
|
-
}
|
294
|
-
]
|
295
|
-
},
|
296
|
-
"position": 1,
|
297
|
-
"powerLock": false,
|
298
|
-
"powerState": "Off",
|
299
|
-
"processorCoreCount": 6,
|
300
|
-
"processorCount": 1,
|
301
|
-
"processorSpeedMhz": 2000,
|
302
|
-
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
303
|
-
"refreshState": "NotRefreshing",
|
304
|
-
"romVersion": "I31 11/02/2014",
|
305
|
-
"serialNumber": "
|
306
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
307
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/6F677D76-6A33-4694-B11F-E780E5AB2DA8",
|
308
|
-
"serverProfileUri": null,
|
309
|
-
"shortModel": "BL460c Gen8",
|
310
|
-
"signature": {
|
311
|
-
"personalityChecksum": -1611424677,
|
312
|
-
"serverHwChecksum": -1547701193
|
313
|
-
},
|
314
|
-
"status": "Disabled",
|
315
|
-
"uri": "/rest/server-hardware/31363636-3136-584D-5132-33353048544B",
|
316
|
-
"uuid": "31363636-3136-584D-5132-33353048544B",
|
317
|
-
"virtualSerialNumber": null,
|
318
|
-
"virtualUuid": null
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"type": "server-hardware-3",
|
322
|
-
"name": "dazzle, bay 10",
|
323
|
-
"state": "NoProfileApplied",
|
324
|
-
"stateReason": "NotApplicable",
|
325
|
-
"assetTag": "[Unknown]",
|
326
|
-
"category": "server-hardware",
|
327
|
-
"created": "2015-07-02T16:24:24.018Z",
|
328
|
-
"description": null,
|
329
|
-
"eTag": "1439086907597",
|
330
|
-
"formFactor": "HalfHeight",
|
331
|
-
"licensingIntent": "OneView",
|
332
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
333
|
-
"memoryMb": 16384,
|
334
|
-
"model": "ProLiant BL460c Gen9",
|
335
|
-
"modified": "2015-08-09T02:21:47.597Z",
|
336
|
-
"mpDnsName": "
|
337
|
-
"mpFirmwareVersion": "2.03 Nov 07 2014",
|
338
|
-
"mpIpAddress": "
|
339
|
-
"mpModel": "iLO4",
|
340
|
-
"partNumber": "727021-B21",
|
341
|
-
"portMap": {
|
342
|
-
"deviceSlots": [
|
343
|
-
{
|
344
|
-
"deviceName": "HP FlexFabric 20Gb 2-port 650FLB Adapter",
|
345
|
-
"location": "Flb",
|
346
|
-
"oaSlotNumber": 9,
|
347
|
-
"physicalPorts": [
|
348
|
-
{
|
349
|
-
"interconnectPort": 10,
|
350
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
351
|
-
"mac": "
|
352
|
-
"portNumber": 1,
|
353
|
-
"type": "Ethernet",
|
354
|
-
"virtualPorts": [
|
355
|
-
{
|
356
|
-
"mac": "
|
357
|
-
"portFunction": "a",
|
358
|
-
"portNumber": 1,
|
359
|
-
"wwnn": null,
|
360
|
-
"wwpn": null
|
361
|
-
},
|
362
|
-
{
|
363
|
-
"mac": "
|
364
|
-
"portFunction": "b",
|
365
|
-
"portNumber": 2,
|
366
|
-
"wwnn": "
|
367
|
-
"wwpn": "
|
368
|
-
},
|
369
|
-
{
|
370
|
-
"mac": "
|
371
|
-
"portFunction": "c",
|
372
|
-
"portNumber": 3,
|
373
|
-
"wwnn": null,
|
374
|
-
"wwpn": null
|
375
|
-
},
|
376
|
-
{
|
377
|
-
"mac": "
|
378
|
-
"portFunction": "d",
|
379
|
-
"portNumber": 4,
|
380
|
-
"wwnn": null,
|
381
|
-
"wwpn": null
|
382
|
-
},
|
383
|
-
{
|
384
|
-
"mac": "
|
385
|
-
"portFunction": null,
|
386
|
-
"portNumber": 5,
|
387
|
-
"wwnn": null,
|
388
|
-
"wwpn": null
|
389
|
-
},
|
390
|
-
{
|
391
|
-
"mac": "
|
392
|
-
"portFunction": null,
|
393
|
-
"portNumber": 6,
|
394
|
-
"wwnn": null,
|
395
|
-
"wwpn": null
|
396
|
-
},
|
397
|
-
{
|
398
|
-
"mac": "
|
399
|
-
"portFunction": null,
|
400
|
-
"portNumber": 7,
|
401
|
-
"wwnn": null,
|
402
|
-
"wwpn": null
|
403
|
-
},
|
404
|
-
{
|
405
|
-
"mac": "
|
406
|
-
"portFunction": null,
|
407
|
-
"portNumber": 8,
|
408
|
-
"wwnn": null,
|
409
|
-
"wwpn": null
|
410
|
-
}
|
411
|
-
],
|
412
|
-
"wwn": null
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"interconnectPort": 10,
|
416
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
417
|
-
"mac": "
|
418
|
-
"portNumber": 2,
|
419
|
-
"type": "Ethernet",
|
420
|
-
"virtualPorts": [
|
421
|
-
{
|
422
|
-
"mac": "
|
423
|
-
"portFunction": "a",
|
424
|
-
"portNumber": 1,
|
425
|
-
"wwnn": null,
|
426
|
-
"wwpn": null
|
427
|
-
},
|
428
|
-
{
|
429
|
-
"mac": "
|
430
|
-
"portFunction": "b",
|
431
|
-
"portNumber": 2,
|
432
|
-
"wwnn": "
|
433
|
-
"wwpn": "
|
434
|
-
},
|
435
|
-
{
|
436
|
-
"mac": "
|
437
|
-
"portFunction": "c",
|
438
|
-
"portNumber": 3,
|
439
|
-
"wwnn": null,
|
440
|
-
"wwpn": null
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"mac": "
|
444
|
-
"portFunction": "d",
|
445
|
-
"portNumber": 4,
|
446
|
-
"wwnn": null,
|
447
|
-
"wwpn": null
|
448
|
-
},
|
449
|
-
{
|
450
|
-
"mac": "
|
451
|
-
"portFunction": null,
|
452
|
-
"portNumber": 5,
|
453
|
-
"wwnn": null,
|
454
|
-
"wwpn": null
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"mac": "
|
458
|
-
"portFunction": null,
|
459
|
-
"portNumber": 6,
|
460
|
-
"wwnn": null,
|
461
|
-
"wwpn": null
|
462
|
-
},
|
463
|
-
{
|
464
|
-
"mac": "
|
465
|
-
"portFunction": null,
|
466
|
-
"portNumber": 7,
|
467
|
-
"wwnn": null,
|
468
|
-
"wwpn": null
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"mac": "
|
472
|
-
"portFunction": null,
|
473
|
-
"portNumber": 8,
|
474
|
-
"wwnn": null,
|
475
|
-
"wwpn": null
|
476
|
-
}
|
477
|
-
],
|
478
|
-
"wwn": null
|
479
|
-
}
|
480
|
-
],
|
481
|
-
"slotNumber": 1
|
482
|
-
},
|
483
|
-
{
|
484
|
-
"deviceName": "",
|
485
|
-
"location": "Mezz",
|
486
|
-
"oaSlotNumber": 1,
|
487
|
-
"physicalPorts": [
|
488
|
-
|
489
|
-
],
|
490
|
-
"slotNumber": 1
|
491
|
-
},
|
492
|
-
{
|
493
|
-
"deviceName": "",
|
494
|
-
"location": "Mezz",
|
495
|
-
"oaSlotNumber": 2,
|
496
|
-
"physicalPorts": [
|
497
|
-
|
498
|
-
],
|
499
|
-
"slotNumber": 2
|
500
|
-
}
|
501
|
-
]
|
502
|
-
},
|
503
|
-
"position": 10,
|
504
|
-
"powerLock": false,
|
505
|
-
"powerState": "Off",
|
506
|
-
"processorCoreCount": 8,
|
507
|
-
"processorCount": 1,
|
508
|
-
"processorSpeedMhz": 2400,
|
509
|
-
"processorType": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
|
510
|
-
"refreshState": "NotRefreshing",
|
511
|
-
"romVersion": "I36 08/26/2014",
|
512
|
-
"serialNumber": "
|
513
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
514
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/3A541ED9-A62C-4EC1-91F8-2E071F7FB8EA",
|
515
|
-
"serverProfileUri": null,
|
516
|
-
"shortModel": "BL460c Gen9",
|
517
|
-
"signature": {
|
518
|
-
"personalityChecksum": 288953178,
|
519
|
-
"serverHwChecksum": 78816696
|
520
|
-
},
|
521
|
-
"status": "Warning",
|
522
|
-
"uri": "/rest/server-hardware/30373237-3132-5355-4534-343746355042",
|
523
|
-
"uuid": "30373237-3132-5355-4534-343746355042",
|
524
|
-
"virtualSerialNumber": "",
|
525
|
-
"virtualUuid": null
|
526
|
-
},
|
527
|
-
{
|
528
|
-
"type": "server-hardware-3",
|
529
|
-
"name": "dazzle, bay 2",
|
530
|
-
"state": "ProfileApplied",
|
531
|
-
"stateReason": "NotApplicable",
|
532
|
-
"assetTag": "\n ",
|
533
|
-
"category": "server-hardware",
|
534
|
-
"created": "2015-07-02T16:24:23.447Z",
|
535
|
-
"description": null,
|
536
|
-
"eTag": "1439180722361",
|
537
|
-
"formFactor": "HalfHeight",
|
538
|
-
"licensingIntent": "OneViewNoiLO",
|
539
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
540
|
-
"memoryMb": 16384,
|
541
|
-
"model": "ProLiant BL460c Gen8",
|
542
|
-
"modified": "2015-08-10T04:25:22.361Z",
|
543
|
-
"mpDnsName": "
|
544
|
-
"mpFirmwareVersion": "2.10 Jan 15 2015",
|
545
|
-
"mpIpAddress": "
|
546
|
-
"mpModel": "iLO4",
|
547
|
-
"partNumber": "666161-B21",
|
548
|
-
"portMap": {
|
549
|
-
"deviceSlots": [
|
550
|
-
{
|
551
|
-
"deviceName": "HP FlexFabric 10Gb 2-port 554FLB Adapter",
|
552
|
-
"location": "Flb",
|
553
|
-
"oaSlotNumber": 9,
|
554
|
-
"physicalPorts": [
|
555
|
-
{
|
556
|
-
"interconnectPort": 2,
|
557
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
558
|
-
"mac": "
|
559
|
-
"portNumber": 1,
|
560
|
-
"type": "Ethernet",
|
561
|
-
"virtualPorts": [
|
562
|
-
{
|
563
|
-
"mac": "
|
564
|
-
"portFunction": "a",
|
565
|
-
"portNumber": 1,
|
566
|
-
"wwnn": null,
|
567
|
-
"wwpn": null
|
568
|
-
},
|
569
|
-
{
|
570
|
-
"mac": "
|
571
|
-
"portFunction": "b",
|
572
|
-
"portNumber": 2,
|
573
|
-
"wwnn": "
|
574
|
-
"wwpn": "
|
575
|
-
},
|
576
|
-
{
|
577
|
-
"mac": "
|
578
|
-
"portFunction": "c",
|
579
|
-
"portNumber": 3,
|
580
|
-
"wwnn": null,
|
581
|
-
"wwpn": null
|
582
|
-
},
|
583
|
-
{
|
584
|
-
"mac": "
|
585
|
-
"portFunction": "d",
|
586
|
-
"portNumber": 4,
|
587
|
-
"wwnn": null,
|
588
|
-
"wwpn": null
|
589
|
-
}
|
590
|
-
],
|
591
|
-
"wwn": null
|
592
|
-
},
|
593
|
-
{
|
594
|
-
"interconnectPort": 2,
|
595
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
596
|
-
"mac": "
|
597
|
-
"portNumber": 2,
|
598
|
-
"type": "Ethernet",
|
599
|
-
"virtualPorts": [
|
600
|
-
{
|
601
|
-
"mac": "
|
602
|
-
"portFunction": "a",
|
603
|
-
"portNumber": 1,
|
604
|
-
"wwnn": null,
|
605
|
-
"wwpn": null
|
606
|
-
},
|
607
|
-
{
|
608
|
-
"mac": "
|
609
|
-
"portFunction": "b",
|
610
|
-
"portNumber": 2,
|
611
|
-
"wwnn": "
|
612
|
-
"wwpn": "
|
613
|
-
},
|
614
|
-
{
|
615
|
-
"mac": "
|
616
|
-
"portFunction": "c",
|
617
|
-
"portNumber": 3,
|
618
|
-
"wwnn": null,
|
619
|
-
"wwpn": null
|
620
|
-
},
|
621
|
-
{
|
622
|
-
"mac": "
|
623
|
-
"portFunction": "d",
|
624
|
-
"portNumber": 4,
|
625
|
-
"wwnn": null,
|
626
|
-
"wwpn": null
|
627
|
-
}
|
628
|
-
],
|
629
|
-
"wwn": null
|
630
|
-
}
|
631
|
-
],
|
632
|
-
"slotNumber": 1
|
633
|
-
},
|
634
|
-
{
|
635
|
-
"deviceName": "",
|
636
|
-
"location": "Mezz",
|
637
|
-
"oaSlotNumber": 1,
|
638
|
-
"physicalPorts": [
|
639
|
-
|
640
|
-
],
|
641
|
-
"slotNumber": 1
|
642
|
-
},
|
643
|
-
{
|
644
|
-
"deviceName": "",
|
645
|
-
"location": "Mezz",
|
646
|
-
"oaSlotNumber": 2,
|
647
|
-
"physicalPorts": [
|
648
|
-
|
649
|
-
],
|
650
|
-
"slotNumber": 2
|
651
|
-
}
|
652
|
-
]
|
653
|
-
},
|
654
|
-
"position": 2,
|
655
|
-
"powerLock": false,
|
656
|
-
"powerState": "On",
|
657
|
-
"processorCoreCount": 6,
|
658
|
-
"processorCount": 1,
|
659
|
-
"processorSpeedMhz": 2000,
|
660
|
-
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
661
|
-
"refreshState": "NotRefreshing",
|
662
|
-
"romVersion": "I31 11/02/2014",
|
663
|
-
"serialNumber": "
|
664
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
665
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/2947DC35-BE48-4075-A3FD-254A9B42F5BD",
|
666
|
-
"serverProfileUri": "/rest/server-profiles/1c5e807d-acbe-4ee8-868b-2fb0b6504474",
|
667
|
-
"shortModel": "BL460c Gen8",
|
668
|
-
"signature": {
|
669
|
-
"personalityChecksum": 2015957748,
|
670
|
-
"serverHwChecksum": 508556751
|
671
|
-
},
|
672
|
-
"status": "OK",
|
673
|
-
"uri": "/rest/server-hardware/31363636-3136-584D-5132-333230314D38",
|
674
|
-
"uuid": "31363636-3136-584D-5132-333230314D38",
|
675
|
-
"virtualSerialNumber": "VCGE9KB041",
|
676
|
-
"virtualUuid": "1c5e807d-acbe-4ee8-868b-2fb0b6504474"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"type": "server-hardware-3",
|
680
|
-
"name": "dazzle, bay 3",
|
681
|
-
"state": "ProfileApplied",
|
682
|
-
"stateReason": "NotApplicable",
|
683
|
-
"assetTag": "\n ",
|
684
|
-
"category": "server-hardware",
|
685
|
-
"created": "2015-07-02T16:24:22.821Z",
|
686
|
-
"description": null,
|
687
|
-
"eTag": "1439180735274",
|
688
|
-
"formFactor": "HalfHeight",
|
689
|
-
"licensingIntent": "OneViewNoiLO",
|
690
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
691
|
-
"memoryMb": 16384,
|
692
|
-
"model": "ProLiant BL460c Gen8",
|
693
|
-
"modified": "2015-08-10T04:25:35.274Z",
|
694
|
-
"mpDnsName": "
|
695
|
-
"mpFirmwareVersion": "2.10 Jan 15 2015",
|
696
|
-
"mpIpAddress": "
|
697
|
-
"mpModel": "iLO4",
|
698
|
-
"partNumber": "666161-B21",
|
699
|
-
"portMap": {
|
700
|
-
"deviceSlots": [
|
701
|
-
{
|
702
|
-
"deviceName": "HP FlexFabric 10Gb 2-port 554FLB Adapter",
|
703
|
-
"location": "Flb",
|
704
|
-
"oaSlotNumber": 9,
|
705
|
-
"physicalPorts": [
|
706
|
-
{
|
707
|
-
"interconnectPort": 3,
|
708
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
709
|
-
"mac": "
|
710
|
-
"portNumber": 1,
|
711
|
-
"type": "Ethernet",
|
712
|
-
"virtualPorts": [
|
713
|
-
{
|
714
|
-
"mac": "
|
715
|
-
"portFunction": "a",
|
716
|
-
"portNumber": 1,
|
717
|
-
"wwnn": null,
|
718
|
-
"wwpn": null
|
719
|
-
},
|
720
|
-
{
|
721
|
-
"mac": "
|
722
|
-
"portFunction": "b",
|
723
|
-
"portNumber": 2,
|
724
|
-
"wwnn": "
|
725
|
-
"wwpn": "
|
726
|
-
},
|
727
|
-
{
|
728
|
-
"mac": "
|
729
|
-
"portFunction": "c",
|
730
|
-
"portNumber": 3,
|
731
|
-
"wwnn": null,
|
732
|
-
"wwpn": null
|
733
|
-
},
|
734
|
-
{
|
735
|
-
"mac": "
|
736
|
-
"portFunction": "d",
|
737
|
-
"portNumber": 4,
|
738
|
-
"wwnn": null,
|
739
|
-
"wwpn": null
|
740
|
-
}
|
741
|
-
],
|
742
|
-
"wwn": null
|
743
|
-
},
|
744
|
-
{
|
745
|
-
"interconnectPort": 3,
|
746
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
747
|
-
"mac": "
|
748
|
-
"portNumber": 2,
|
749
|
-
"type": "Ethernet",
|
750
|
-
"virtualPorts": [
|
751
|
-
{
|
752
|
-
"mac": "
|
753
|
-
"portFunction": "a",
|
754
|
-
"portNumber": 1,
|
755
|
-
"wwnn": null,
|
756
|
-
"wwpn": null
|
757
|
-
},
|
758
|
-
{
|
759
|
-
"mac": "
|
760
|
-
"portFunction": "b",
|
761
|
-
"portNumber": 2,
|
762
|
-
"wwnn": "
|
763
|
-
"wwpn": "
|
764
|
-
},
|
765
|
-
{
|
766
|
-
"mac": "
|
767
|
-
"portFunction": "c",
|
768
|
-
"portNumber": 3,
|
769
|
-
"wwnn": null,
|
770
|
-
"wwpn": null
|
771
|
-
},
|
772
|
-
{
|
773
|
-
"mac": "
|
774
|
-
"portFunction": "d",
|
775
|
-
"portNumber": 4,
|
776
|
-
"wwnn": null,
|
777
|
-
"wwpn": null
|
778
|
-
}
|
779
|
-
],
|
780
|
-
"wwn": null
|
781
|
-
}
|
782
|
-
],
|
783
|
-
"slotNumber": 1
|
784
|
-
},
|
785
|
-
{
|
786
|
-
"deviceName": "",
|
787
|
-
"location": "Mezz",
|
788
|
-
"oaSlotNumber": 1,
|
789
|
-
"physicalPorts": [
|
790
|
-
|
791
|
-
],
|
792
|
-
"slotNumber": 1
|
793
|
-
},
|
794
|
-
{
|
795
|
-
"deviceName": "",
|
796
|
-
"location": "Mezz",
|
797
|
-
"oaSlotNumber": 2,
|
798
|
-
"physicalPorts": [
|
799
|
-
|
800
|
-
],
|
801
|
-
"slotNumber": 2
|
802
|
-
}
|
803
|
-
]
|
804
|
-
},
|
805
|
-
"position": 3,
|
806
|
-
"powerLock": false,
|
807
|
-
"powerState": "On",
|
808
|
-
"processorCoreCount": 6,
|
809
|
-
"processorCount": 1,
|
810
|
-
"processorSpeedMhz": 2000,
|
811
|
-
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
812
|
-
"refreshState": "NotRefreshing",
|
813
|
-
"romVersion": "I31 11/02/2014",
|
814
|
-
"serialNumber": "
|
815
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
816
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/2947DC35-BE48-4075-A3FD-254A9B42F5BD",
|
817
|
-
"serverProfileUri": "/rest/server-profiles/6c5e4e2b-5461-4978-9807-c96a7e0d445b",
|
818
|
-
"shortModel": "BL460c Gen8",
|
819
|
-
"signature": {
|
820
|
-
"personalityChecksum": 75174903,
|
821
|
-
"serverHwChecksum": 1795111769
|
822
|
-
},
|
823
|
-
"status": "OK",
|
824
|
-
"uri": "/rest/server-hardware/31363636-3136-584D-5132-333230314D58",
|
825
|
-
"uuid": "31363636-3136-584D-5132-333230314D58",
|
826
|
-
"virtualSerialNumber": "
|
827
|
-
"virtualUuid": "6c5e4e2b-5461-4978-9807-c96a7e0d445b"
|
828
|
-
},
|
829
|
-
{
|
830
|
-
"type": "server-hardware-3",
|
831
|
-
"name": "dazzle, bay 4",
|
832
|
-
"state": "ProfileApplied",
|
833
|
-
"stateReason": "NotApplicable",
|
834
|
-
"assetTag": "[Unknown]",
|
835
|
-
"category": "server-hardware",
|
836
|
-
"created": "2015-07-02T16:24:23.145Z",
|
837
|
-
"description": null,
|
838
|
-
"eTag": "1439180754060",
|
839
|
-
"formFactor": "HalfHeight",
|
840
|
-
"licensingIntent": "OneViewNoiLO",
|
841
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
842
|
-
"memoryMb": 16384,
|
843
|
-
"model": "ProLiant BL460c Gen8",
|
844
|
-
"modified": "2015-08-10T04:25:54.060Z",
|
845
|
-
"mpDnsName": "
|
846
|
-
"mpFirmwareVersion": "2.10 Jan 15 2015",
|
847
|
-
"mpIpAddress": "
|
848
|
-
"mpModel": "iLO4",
|
849
|
-
"partNumber": "666161-B21",
|
850
|
-
"portMap": {
|
851
|
-
"deviceSlots": [
|
852
|
-
{
|
853
|
-
"deviceName": "HP FlexFabric 10Gb 2-port 554FLB Adapter",
|
854
|
-
"location": "Flb",
|
855
|
-
"oaSlotNumber": 9,
|
856
|
-
"physicalPorts": [
|
857
|
-
{
|
858
|
-
"interconnectPort": 4,
|
859
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
860
|
-
"mac": "
|
861
|
-
"portNumber": 1,
|
862
|
-
"type": "Ethernet",
|
863
|
-
"virtualPorts": [
|
864
|
-
{
|
865
|
-
"mac": "
|
866
|
-
"portFunction": "a",
|
867
|
-
"portNumber": 1,
|
868
|
-
"wwnn": null,
|
869
|
-
"wwpn": null
|
870
|
-
},
|
871
|
-
{
|
872
|
-
"mac": "
|
873
|
-
"portFunction": "b",
|
874
|
-
"portNumber": 2,
|
875
|
-
"wwnn": "
|
876
|
-
"wwpn": "
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"mac": "
|
880
|
-
"portFunction": "c",
|
881
|
-
"portNumber": 3,
|
882
|
-
"wwnn": null,
|
883
|
-
"wwpn": null
|
884
|
-
},
|
885
|
-
{
|
886
|
-
"mac": "
|
887
|
-
"portFunction": "d",
|
888
|
-
"portNumber": 4,
|
889
|
-
"wwnn": null,
|
890
|
-
"wwpn": null
|
891
|
-
}
|
892
|
-
],
|
893
|
-
"wwn": null
|
894
|
-
},
|
895
|
-
{
|
896
|
-
"interconnectPort": 4,
|
897
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
898
|
-
"mac": "
|
899
|
-
"portNumber": 2,
|
900
|
-
"type": "Ethernet",
|
901
|
-
"virtualPorts": [
|
902
|
-
{
|
903
|
-
"mac": "
|
904
|
-
"portFunction": "a",
|
905
|
-
"portNumber": 1,
|
906
|
-
"wwnn": null,
|
907
|
-
"wwpn": null
|
908
|
-
},
|
909
|
-
{
|
910
|
-
"mac": "
|
911
|
-
"portFunction": "b",
|
912
|
-
"portNumber": 2,
|
913
|
-
"wwnn": "
|
914
|
-
"wwpn": "
|
915
|
-
},
|
916
|
-
{
|
917
|
-
"mac": "
|
918
|
-
"portFunction": "c",
|
919
|
-
"portNumber": 3,
|
920
|
-
"wwnn": null,
|
921
|
-
"wwpn": null
|
922
|
-
},
|
923
|
-
{
|
924
|
-
"mac": "
|
925
|
-
"portFunction": "d",
|
926
|
-
"portNumber": 4,
|
927
|
-
"wwnn": null,
|
928
|
-
"wwpn": null
|
929
|
-
}
|
930
|
-
],
|
931
|
-
"wwn": null
|
932
|
-
}
|
933
|
-
],
|
934
|
-
"slotNumber": 1
|
935
|
-
},
|
936
|
-
{
|
937
|
-
"deviceName": "",
|
938
|
-
"location": "Mezz",
|
939
|
-
"oaSlotNumber": 1,
|
940
|
-
"physicalPorts": [
|
941
|
-
|
942
|
-
],
|
943
|
-
"slotNumber": 1
|
944
|
-
},
|
945
|
-
{
|
946
|
-
"deviceName": "",
|
947
|
-
"location": "Mezz",
|
948
|
-
"oaSlotNumber": 2,
|
949
|
-
"physicalPorts": [
|
950
|
-
|
951
|
-
],
|
952
|
-
"slotNumber": 2
|
953
|
-
}
|
954
|
-
]
|
955
|
-
},
|
956
|
-
"position": 4,
|
957
|
-
"powerLock": false,
|
958
|
-
"powerState": "On",
|
959
|
-
"processorCoreCount": 6,
|
960
|
-
"processorCount": 1,
|
961
|
-
"processorSpeedMhz": 2000,
|
962
|
-
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
963
|
-
"refreshState": "NotRefreshing",
|
964
|
-
"romVersion": "I31 11/02/2014",
|
965
|
-
"serialNumber": "
|
966
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
967
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/2947DC35-BE48-4075-A3FD-254A9B42F5BD",
|
968
|
-
"serverProfileUri": "/rest/server-profiles/0fb9f546-3e70-4632-818e-0b26d091f66c",
|
969
|
-
"shortModel": "BL460c Gen8",
|
970
|
-
"signature": {
|
971
|
-
"personalityChecksum": -1431039297,
|
972
|
-
"serverHwChecksum": -2064753931
|
973
|
-
},
|
974
|
-
"status": "OK",
|
975
|
-
"uri": "/rest/server-hardware/31363636-3136-584D-5132-333230314D37",
|
976
|
-
"uuid": "31363636-3136-584D-5132-333230314D37",
|
977
|
-
"virtualSerialNumber": "
|
978
|
-
"virtualUuid": "0fb9f546-3e70-4632-818e-0b26d091f66c"
|
979
|
-
},
|
980
|
-
{
|
981
|
-
"type": "server-hardware-3",
|
982
|
-
"name": "dazzle, bay 8",
|
983
|
-
"state": "NoProfileApplied",
|
984
|
-
"stateReason": "NotApplicable",
|
985
|
-
"assetTag": "[Unknown]",
|
986
|
-
"category": "server-hardware",
|
987
|
-
"created": "2015-07-02T16:24:38.592Z",
|
988
|
-
"description": null,
|
989
|
-
"eTag": "1436312018769",
|
990
|
-
"formFactor": "HalfHeight",
|
991
|
-
"licensingIntent": "OneViewNoiLO",
|
992
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
993
|
-
"memoryMb": 8192,
|
994
|
-
"model": "ProLiant BL460c G7",
|
995
|
-
"modified": "2015-07-07T23:33:38.769Z",
|
996
|
-
"mpDnsName": "
|
997
|
-
"mpFirmwareVersion": "1.61 Aug 01 2013",
|
998
|
-
"mpIpAddress": "
|
999
|
-
"mpModel": "iLO3",
|
1000
|
-
"partNumber": "603718-B21",
|
1001
|
-
"portMap": {
|
1002
|
-
"deviceSlots": [
|
1003
|
-
{
|
1004
|
-
"deviceName": "FlexFabric Embedded Ethernet",
|
1005
|
-
"location": "Lom",
|
1006
|
-
"oaSlotNumber": 15,
|
1007
|
-
"physicalPorts": [
|
1008
|
-
{
|
1009
|
-
"interconnectPort": 8,
|
1010
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
1011
|
-
"mac": "
|
1012
|
-
"portNumber": 1,
|
1013
|
-
"type": "Ethernet",
|
1014
|
-
"virtualPorts": [
|
1015
|
-
{
|
1016
|
-
"mac": "
|
1017
|
-
"portFunction": "a",
|
1018
|
-
"portNumber": 1,
|
1019
|
-
"wwnn": null,
|
1020
|
-
"wwpn": null
|
1021
|
-
},
|
1022
|
-
{
|
1023
|
-
"mac": "
|
1024
|
-
"portFunction": "b",
|
1025
|
-
"portNumber": 2,
|
1026
|
-
"wwnn": "
|
1027
|
-
"wwpn": "
|
1028
|
-
},
|
1029
|
-
{
|
1030
|
-
"mac": "
|
1031
|
-
"portFunction": "c",
|
1032
|
-
"portNumber": 3,
|
1033
|
-
"wwnn": null,
|
1034
|
-
"wwpn": null
|
1035
|
-
},
|
1036
|
-
{
|
1037
|
-
"mac": "
|
1038
|
-
"portFunction": "d",
|
1039
|
-
"portNumber": 4,
|
1040
|
-
"wwnn": null,
|
1041
|
-
"wwpn": null
|
1042
|
-
}
|
1043
|
-
],
|
1044
|
-
"wwn": null
|
1045
|
-
},
|
1046
|
-
{
|
1047
|
-
"interconnectPort": 8,
|
1048
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
1049
|
-
"mac": "
|
1050
|
-
"portNumber": 2,
|
1051
|
-
"type": "Ethernet",
|
1052
|
-
"virtualPorts": [
|
1053
|
-
{
|
1054
|
-
"mac": "
|
1055
|
-
"portFunction": "a",
|
1056
|
-
"portNumber": 1,
|
1057
|
-
"wwnn": null,
|
1058
|
-
"wwpn": null
|
1059
|
-
},
|
1060
|
-
{
|
1061
|
-
"mac": "
|
1062
|
-
"portFunction": "b",
|
1063
|
-
"portNumber": 2,
|
1064
|
-
"wwnn": "
|
1065
|
-
"wwpn": "
|
1066
|
-
},
|
1067
|
-
{
|
1068
|
-
"mac": "
|
1069
|
-
"portFunction": "c",
|
1070
|
-
"portNumber": 3,
|
1071
|
-
"wwnn": null,
|
1072
|
-
"wwpn": null
|
1073
|
-
},
|
1074
|
-
{
|
1075
|
-
"mac": "
|
1076
|
-
"portFunction": "d",
|
1077
|
-
"portNumber": 4,
|
1078
|
-
"wwnn": null,
|
1079
|
-
"wwpn": null
|
1080
|
-
}
|
1081
|
-
],
|
1082
|
-
"wwn": null
|
1083
|
-
}
|
1084
|
-
],
|
1085
|
-
"slotNumber": 1
|
1086
|
-
},
|
1087
|
-
{
|
1088
|
-
"deviceName": "",
|
1089
|
-
"location": "Mezz",
|
1090
|
-
"oaSlotNumber": 1,
|
1091
|
-
"physicalPorts": [
|
1092
|
-
|
1093
|
-
],
|
1094
|
-
"slotNumber": 1
|
1095
|
-
},
|
1096
|
-
{
|
1097
|
-
"deviceName": "",
|
1098
|
-
"location": "Mezz",
|
1099
|
-
"oaSlotNumber": 2,
|
1100
|
-
"physicalPorts": [
|
1101
|
-
|
1102
|
-
],
|
1103
|
-
"slotNumber": 2
|
1104
|
-
}
|
1105
|
-
]
|
1106
|
-
},
|
1107
|
-
"position": 8,
|
1108
|
-
"powerLock": false,
|
1109
|
-
"powerState": "Off",
|
1110
|
-
"processorCoreCount": 6,
|
1111
|
-
"processorCount": 1,
|
1112
|
-
"processorSpeedMhz": 2400,
|
1113
|
-
"processorType": "Intel(R) Xeon(R) CPU E5645 @ 2.40GHz",
|
1114
|
-
"refreshState": "NotRefreshing",
|
1115
|
-
"romVersion": "I27 01/29/2011",
|
1116
|
-
"serialNumber": "
|
1117
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
1118
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/B6FB5F91-E021-4454-9A09-9771AC8A5AB6",
|
1119
|
-
"serverProfileUri": null,
|
1120
|
-
"shortModel": "BL460c G7",
|
1121
|
-
"signature": {
|
1122
|
-
"personalityChecksum": 1050425639,
|
1123
|
-
"serverHwChecksum": -1151976376
|
1124
|
-
},
|
1125
|
-
"status": "Disabled",
|
1126
|
-
"uri": "/rest/server-hardware/37333036-3831-5355-4531-313438544431",
|
1127
|
-
"uuid": "37333036-3831-5355-4531-313438544431",
|
1128
|
-
"virtualSerialNumber": "",
|
1129
|
-
"virtualUuid": null
|
1130
|
-
},
|
1131
|
-
{
|
1132
|
-
"type": "server-hardware-3",
|
1133
|
-
"name": "dazzle, bay 9",
|
1134
|
-
"state": "NoProfileApplied",
|
1135
|
-
"stateReason": "NotApplicable",
|
1136
|
-
"assetTag": "[Unknown]",
|
1137
|
-
"category": "server-hardware",
|
1138
|
-
"created": "2015-07-02T16:24:28.567Z",
|
1139
|
-
"description": null,
|
1140
|
-
"eTag": "1439086907747",
|
1141
|
-
"formFactor": "HalfHeight",
|
1142
|
-
"licensingIntent": "OneView",
|
1143
|
-
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
1144
|
-
"memoryMb": 16384,
|
1145
|
-
"model": "ProLiant BL460c Gen9",
|
1146
|
-
"modified": "2015-08-09T02:21:47.747Z",
|
1147
|
-
"mpDnsName": "
|
1148
|
-
"mpFirmwareVersion": "2.03 Nov 07 2014",
|
1149
|
-
"mpIpAddress": "
|
1150
|
-
"mpModel": "iLO4",
|
1151
|
-
"partNumber": "727021-B21",
|
1152
|
-
"portMap": {
|
1153
|
-
"deviceSlots": [
|
1154
|
-
{
|
1155
|
-
"deviceName": "HP FlexFabric 20Gb 2-port 650FLB Adapter",
|
1156
|
-
"location": "Flb",
|
1157
|
-
"oaSlotNumber": 9,
|
1158
|
-
"physicalPorts": [
|
1159
|
-
{
|
1160
|
-
"interconnectPort": 9,
|
1161
|
-
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
1162
|
-
"mac": "
|
1163
|
-
"portNumber": 1,
|
1164
|
-
"type": "Ethernet",
|
1165
|
-
"virtualPorts": [
|
1166
|
-
{
|
1167
|
-
"mac": "
|
1168
|
-
"portFunction": "a",
|
1169
|
-
"portNumber": 1,
|
1170
|
-
"wwnn": null,
|
1171
|
-
"wwpn": null
|
1172
|
-
},
|
1173
|
-
{
|
1174
|
-
"mac": "
|
1175
|
-
"portFunction": "b",
|
1176
|
-
"portNumber": 2,
|
1177
|
-
"wwnn": "
|
1178
|
-
"wwpn": "
|
1179
|
-
},
|
1180
|
-
{
|
1181
|
-
"mac": "
|
1182
|
-
"portFunction": "c",
|
1183
|
-
"portNumber": 3,
|
1184
|
-
"wwnn": null,
|
1185
|
-
"wwpn": null
|
1186
|
-
},
|
1187
|
-
{
|
1188
|
-
"mac": "
|
1189
|
-
"portFunction": "d",
|
1190
|
-
"portNumber": 4,
|
1191
|
-
"wwnn": null,
|
1192
|
-
"wwpn": null
|
1193
|
-
},
|
1194
|
-
{
|
1195
|
-
"mac": "
|
1196
|
-
"portFunction": null,
|
1197
|
-
"portNumber": 5,
|
1198
|
-
"wwnn": null,
|
1199
|
-
"wwpn": null
|
1200
|
-
},
|
1201
|
-
{
|
1202
|
-
"mac": "
|
1203
|
-
"portFunction": null,
|
1204
|
-
"portNumber": 6,
|
1205
|
-
"wwnn": null,
|
1206
|
-
"wwpn": null
|
1207
|
-
},
|
1208
|
-
{
|
1209
|
-
"mac": "
|
1210
|
-
"portFunction": null,
|
1211
|
-
"portNumber": 7,
|
1212
|
-
"wwnn": null,
|
1213
|
-
"wwpn": null
|
1214
|
-
},
|
1215
|
-
{
|
1216
|
-
"mac": "
|
1217
|
-
"portFunction": null,
|
1218
|
-
"portNumber": 8,
|
1219
|
-
"wwnn": null,
|
1220
|
-
"wwpn": null
|
1221
|
-
}
|
1222
|
-
],
|
1223
|
-
"wwn": null
|
1224
|
-
},
|
1225
|
-
{
|
1226
|
-
"interconnectPort": 9,
|
1227
|
-
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
1228
|
-
"mac": "
|
1229
|
-
"portNumber": 2,
|
1230
|
-
"type": "Ethernet",
|
1231
|
-
"virtualPorts": [
|
1232
|
-
{
|
1233
|
-
"mac": "
|
1234
|
-
"portFunction": "a",
|
1235
|
-
"portNumber": 1,
|
1236
|
-
"wwnn": null,
|
1237
|
-
"wwpn": null
|
1238
|
-
},
|
1239
|
-
{
|
1240
|
-
"mac": "
|
1241
|
-
"portFunction": "b",
|
1242
|
-
"portNumber": 2,
|
1243
|
-
"wwnn": "
|
1244
|
-
"wwpn": "
|
1245
|
-
},
|
1246
|
-
{
|
1247
|
-
"mac": "
|
1248
|
-
"portFunction": "c",
|
1249
|
-
"portNumber": 3,
|
1250
|
-
"wwnn": null,
|
1251
|
-
"wwpn": null
|
1252
|
-
},
|
1253
|
-
{
|
1254
|
-
"mac": "
|
1255
|
-
"portFunction": "d",
|
1256
|
-
"portNumber": 4,
|
1257
|
-
"wwnn": null,
|
1258
|
-
"wwpn": null
|
1259
|
-
},
|
1260
|
-
{
|
1261
|
-
"mac": "
|
1262
|
-
"portFunction": null,
|
1263
|
-
"portNumber": 5,
|
1264
|
-
"wwnn": null,
|
1265
|
-
"wwpn": null
|
1266
|
-
},
|
1267
|
-
{
|
1268
|
-
"mac": "
|
1269
|
-
"portFunction": null,
|
1270
|
-
"portNumber": 6,
|
1271
|
-
"wwnn": null,
|
1272
|
-
"wwpn": null
|
1273
|
-
},
|
1274
|
-
{
|
1275
|
-
"mac": "
|
1276
|
-
"portFunction": null,
|
1277
|
-
"portNumber": 7,
|
1278
|
-
"wwnn": null,
|
1279
|
-
"wwpn": null
|
1280
|
-
},
|
1281
|
-
{
|
1282
|
-
"mac": "
|
1283
|
-
"portFunction": null,
|
1284
|
-
"portNumber": 8,
|
1285
|
-
"wwnn": null,
|
1286
|
-
"wwpn": null
|
1287
|
-
}
|
1288
|
-
],
|
1289
|
-
"wwn": null
|
1290
|
-
}
|
1291
|
-
],
|
1292
|
-
"slotNumber": 1
|
1293
|
-
},
|
1294
|
-
{
|
1295
|
-
"deviceName": "HP FlexFabric 20Gb 2-port 650M Adapter",
|
1296
|
-
"location": "Mezz",
|
1297
|
-
"oaSlotNumber": 1,
|
1298
|
-
"physicalPorts": [
|
1299
|
-
{
|
1300
|
-
"interconnectPort": 9,
|
1301
|
-
"interconnectUri": "/rest/interconnects/669fa73a-6b6f-47f5-a3b2-88044865f962",
|
1302
|
-
"mac": "
|
1303
|
-
"portNumber": 1,
|
1304
|
-
"type": "Ethernet",
|
1305
|
-
"virtualPorts": [
|
1306
|
-
{
|
1307
|
-
"mac": "
|
1308
|
-
"portFunction": "a",
|
1309
|
-
"portNumber": 1,
|
1310
|
-
"wwnn": null,
|
1311
|
-
"wwpn": null
|
1312
|
-
},
|
1313
|
-
{
|
1314
|
-
"mac": "
|
1315
|
-
"portFunction": "b",
|
1316
|
-
"portNumber": 2,
|
1317
|
-
"wwnn": "
|
1318
|
-
"wwpn": "
|
1319
|
-
},
|
1320
|
-
{
|
1321
|
-
"mac": "
|
1322
|
-
"portFunction": "c",
|
1323
|
-
"portNumber": 3,
|
1324
|
-
"wwnn": null,
|
1325
|
-
"wwpn": null
|
1326
|
-
},
|
1327
|
-
{
|
1328
|
-
"mac": "
|
1329
|
-
"portFunction": "d",
|
1330
|
-
"portNumber": 4,
|
1331
|
-
"wwnn": null,
|
1332
|
-
"wwpn": null
|
1333
|
-
},
|
1334
|
-
{
|
1335
|
-
"mac": "
|
1336
|
-
"portFunction": null,
|
1337
|
-
"portNumber": 5,
|
1338
|
-
"wwnn": null,
|
1339
|
-
"wwpn": null
|
1340
|
-
},
|
1341
|
-
{
|
1342
|
-
"mac": "
|
1343
|
-
"portFunction": null,
|
1344
|
-
"portNumber": 6,
|
1345
|
-
"wwnn": null,
|
1346
|
-
"wwpn": null
|
1347
|
-
},
|
1348
|
-
{
|
1349
|
-
"mac": "
|
1350
|
-
"portFunction": null,
|
1351
|
-
"portNumber": 7,
|
1352
|
-
"wwnn": null,
|
1353
|
-
"wwpn": null
|
1354
|
-
},
|
1355
|
-
{
|
1356
|
-
"mac": "
|
1357
|
-
"portFunction": null,
|
1358
|
-
"portNumber": 8,
|
1359
|
-
"wwnn": null,
|
1360
|
-
"wwpn": null
|
1361
|
-
}
|
1362
|
-
],
|
1363
|
-
"wwn": null
|
1364
|
-
},
|
1365
|
-
{
|
1366
|
-
"interconnectPort": 9,
|
1367
|
-
"interconnectUri": "/rest/interconnects/4cc95344-bdcd-4e9f-aff6-3654950ff4ef",
|
1368
|
-
"mac": "
|
1369
|
-
"portNumber": 2,
|
1370
|
-
"type": "Ethernet",
|
1371
|
-
"virtualPorts": [
|
1372
|
-
{
|
1373
|
-
"mac": "
|
1374
|
-
"portFunction": "a",
|
1375
|
-
"portNumber": 1,
|
1376
|
-
"wwnn": null,
|
1377
|
-
"wwpn": null
|
1378
|
-
},
|
1379
|
-
{
|
1380
|
-
"mac": "
|
1381
|
-
"portFunction": "b",
|
1382
|
-
"portNumber": 2,
|
1383
|
-
"wwnn": "
|
1384
|
-
"wwpn": "
|
1385
|
-
},
|
1386
|
-
{
|
1387
|
-
"mac": "
|
1388
|
-
"portFunction": "c",
|
1389
|
-
"portNumber": 3,
|
1390
|
-
"wwnn": null,
|
1391
|
-
"wwpn": null
|
1392
|
-
},
|
1393
|
-
{
|
1394
|
-
"mac": "
|
1395
|
-
"portFunction": "d",
|
1396
|
-
"portNumber": 4,
|
1397
|
-
"wwnn": null,
|
1398
|
-
"wwpn": null
|
1399
|
-
},
|
1400
|
-
{
|
1401
|
-
"mac": "
|
1402
|
-
"portFunction": null,
|
1403
|
-
"portNumber": 5,
|
1404
|
-
"wwnn": null,
|
1405
|
-
"wwpn": null
|
1406
|
-
},
|
1407
|
-
{
|
1408
|
-
"mac": "
|
1409
|
-
"portFunction": null,
|
1410
|
-
"portNumber": 6,
|
1411
|
-
"wwnn": null,
|
1412
|
-
"wwpn": null
|
1413
|
-
},
|
1414
|
-
{
|
1415
|
-
"mac": "
|
1416
|
-
"portFunction": null,
|
1417
|
-
"portNumber": 7,
|
1418
|
-
"wwnn": null,
|
1419
|
-
"wwpn": null
|
1420
|
-
},
|
1421
|
-
{
|
1422
|
-
"mac": "
|
1423
|
-
"portFunction": null,
|
1424
|
-
"portNumber": 8,
|
1425
|
-
"wwnn": null,
|
1426
|
-
"wwpn": null
|
1427
|
-
}
|
1428
|
-
],
|
1429
|
-
"wwn": null
|
1430
|
-
}
|
1431
|
-
],
|
1432
|
-
"slotNumber": 1
|
1433
|
-
},
|
1434
|
-
{
|
1435
|
-
"deviceName": "",
|
1436
|
-
"location": "Mezz",
|
1437
|
-
"oaSlotNumber": 2,
|
1438
|
-
"physicalPorts": [
|
1439
|
-
|
1440
|
-
],
|
1441
|
-
"slotNumber": 2
|
1442
|
-
}
|
1443
|
-
]
|
1444
|
-
},
|
1445
|
-
"position": 9,
|
1446
|
-
"powerLock": false,
|
1447
|
-
"powerState": "Off",
|
1448
|
-
"processorCoreCount": 6,
|
1449
|
-
"processorCount": 1,
|
1450
|
-
"processorSpeedMhz": 2400,
|
1451
|
-
"processorType": "Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz",
|
1452
|
-
"refreshState": "NotRefreshing",
|
1453
|
-
"romVersion": "I36 08/26/2014",
|
1454
|
-
"serialNumber": "
|
1455
|
-
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
1456
|
-
"serverHardwareTypeUri": "/rest/server-hardware-types/9E6B2238-A4BF-4A7B-BE1E-EBCE9F5BC4F8",
|
1457
|
-
"serverProfileUri": null,
|
1458
|
-
"shortModel": "BL460c Gen9",
|
1459
|
-
"signature": {
|
1460
|
-
"personalityChecksum": -1611424677,
|
1461
|
-
"serverHwChecksum": 883214740
|
1462
|
-
},
|
1463
|
-
"status": "Warning",
|
1464
|
-
"uri": "/rest/server-hardware/30373237-3132-5355-4534-343545395757",
|
1465
|
-
"uuid": "30373237-3132-5355-4534-343545395757",
|
1466
|
-
"virtualSerialNumber": "",
|
1467
|
-
"virtualUuid": null
|
1468
|
-
}
|
1469
|
-
],
|
1470
|
-
"modified": "2015-08-10T22:30:02.367Z",
|
1471
|
-
"nextPageUri": null,
|
1472
|
-
"prevPageUri": null,
|
1473
|
-
"start": 0,
|
1474
|
-
"total": 9,
|
1475
|
-
"uri": "/rest/server-hardware?sort=name:asc&start=0&count=100"
|
1
|
+
{
|
2
|
+
"type": "server-hardware-list-3",
|
3
|
+
"category": "server-hardware",
|
4
|
+
"count": 9,
|
5
|
+
"created": "2015-08-10T22:30:02.367Z",
|
6
|
+
"eTag": "1439245802367",
|
7
|
+
"members": [
|
8
|
+
{
|
9
|
+
"type": "server-hardware-3",
|
10
|
+
"name": "172.18.6.15",
|
11
|
+
"state": "NoProfileApplied",
|
12
|
+
"stateReason": "NotApplicable",
|
13
|
+
"assetTag": "[Unknown]",
|
14
|
+
"category": "server-hardware",
|
15
|
+
"created": "2015-07-07T23:12:02.642Z",
|
16
|
+
"description": null,
|
17
|
+
"eTag": "1438941364537",
|
18
|
+
"formFactor": "1U",
|
19
|
+
"licensingIntent": "OneView",
|
20
|
+
"locationUri": null,
|
21
|
+
"memoryMb": 2048,
|
22
|
+
"model": "ProLiant DL360p Gen8",
|
23
|
+
"modified": "2015-08-07T09:56:04.537Z",
|
24
|
+
"mpDnsName": "172.18.6.15",
|
25
|
+
"mpFirmwareVersion": "2.03 Jul 02 2014",
|
26
|
+
"mpIpAddress": "172.18.6.15",
|
27
|
+
"mpModel": "iLO4",
|
28
|
+
"partNumber": "603588-B21",
|
29
|
+
"portMap": null,
|
30
|
+
"position": 0,
|
31
|
+
"powerLock": false,
|
32
|
+
"powerState": "Off",
|
33
|
+
"processorCoreCount": 4,
|
34
|
+
"processorCount": 1,
|
35
|
+
"processorSpeedMhz": 2600,
|
36
|
+
"processorType": "Intel(R) Xeon(R) CPU E5620 @ 2.40GHz",
|
37
|
+
"refreshState": "NotRefreshing",
|
38
|
+
"romVersion": "P71 02/10/2014",
|
39
|
+
"serialNumber": "MXQ1010218",
|
40
|
+
"serverGroupUri": null,
|
41
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/CDA0CA0D-8AC1-4D70-800F-257C31A422BA",
|
42
|
+
"serverProfileUri": null,
|
43
|
+
"shortModel": "DL360p Gen8",
|
44
|
+
"signature": null,
|
45
|
+
"status": "Disabled",
|
46
|
+
"uri": "/rest/server-hardware/37333036-3831-584D-5131-303030323037",
|
47
|
+
"uuid": "37333036-3831-584D-5131-303030323037",
|
48
|
+
"virtualSerialNumber": null,
|
49
|
+
"virtualUuid": null
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"type": "server-hardware-3",
|
53
|
+
"name": "172.18.6.16",
|
54
|
+
"state": "NoProfileApplied",
|
55
|
+
"stateReason": "NotApplicable",
|
56
|
+
"assetTag": "[Unknown]",
|
57
|
+
"category": "server-hardware",
|
58
|
+
"created": "2015-07-07T23:13:49.414Z",
|
59
|
+
"description": null,
|
60
|
+
"eTag": "1436310976023",
|
61
|
+
"formFactor": "2U",
|
62
|
+
"licensingIntent": "OneView",
|
63
|
+
"locationUri": null,
|
64
|
+
"memoryMb": 2048,
|
65
|
+
"model": "ProLiant DL380p Gen8",
|
66
|
+
"modified": "2015-07-07T23:16:16.023Z",
|
67
|
+
"mpDnsName": "172.18.6.16",
|
68
|
+
"mpFirmwareVersion": "2.03 Jul 02 2014",
|
69
|
+
"mpIpAddress": "172.18.6.16",
|
70
|
+
"mpModel": "iLO4",
|
71
|
+
"partNumber": "603588-B21",
|
72
|
+
"portMap": null,
|
73
|
+
"position": 0,
|
74
|
+
"powerLock": false,
|
75
|
+
"powerState": "Off",
|
76
|
+
"processorCoreCount": 4,
|
77
|
+
"processorCount": 1,
|
78
|
+
"processorSpeedMhz": 2600,
|
79
|
+
"processorType": "Intel(R) Xeon(R) CPU E5620 @ 2.40GHz",
|
80
|
+
"refreshState": "NotRefreshing",
|
81
|
+
"romVersion": "P70 02/10/2014",
|
82
|
+
"serialNumber": "MXQ1060397",
|
83
|
+
"serverGroupUri": null,
|
84
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/2B2456C1-C018-4926-9F1A-60AD62560CD9",
|
85
|
+
"serverProfileUri": null,
|
86
|
+
"shortModel": "DL380p Gen8",
|
87
|
+
"signature": null,
|
88
|
+
"status": "Disabled",
|
89
|
+
"uri": "/rest/server-hardware/37333036-3831-584D-5131-303030333037",
|
90
|
+
"uuid": "37333036-3831-584D-5131-303030333037",
|
91
|
+
"virtualSerialNumber": null,
|
92
|
+
"virtualUuid": null
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"type": "server-hardware-3",
|
96
|
+
"name": "dazzle, bay 1",
|
97
|
+
"state": "NoProfileApplied",
|
98
|
+
"stateReason": "NotApplicable",
|
99
|
+
"assetTag": "[Unknown]",
|
100
|
+
"category": "server-hardware",
|
101
|
+
"created": "2015-07-02T16:24:28.520Z",
|
102
|
+
"description": null,
|
103
|
+
"eTag": "1438941362346",
|
104
|
+
"formFactor": "HalfHeight",
|
105
|
+
"licensingIntent": "OneViewNoiLO",
|
106
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
107
|
+
"memoryMb": 16384,
|
108
|
+
"model": "ProLiant BL460c Gen8",
|
109
|
+
"modified": "2015-08-07T09:56:02.346Z",
|
110
|
+
"mpDnsName": "ILOMXQ2751HTK",
|
111
|
+
"mpFirmwareVersion": "1.50 May 07 2014",
|
112
|
+
"mpIpAddress": "172.125.24.231",
|
113
|
+
"mpModel": "iLO4",
|
114
|
+
"partNumber": "666161-B21",
|
115
|
+
"portMap": {
|
116
|
+
"deviceSlots": [
|
117
|
+
{
|
118
|
+
"deviceName": "HP FlexFabric 20Gb 2-port 630FLB Adapter",
|
119
|
+
"location": "Flb",
|
120
|
+
"oaSlotNumber": 9,
|
121
|
+
"physicalPorts": [
|
122
|
+
{
|
123
|
+
"interconnectPort": 1,
|
124
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
125
|
+
"mac": "11:11:11:11:45:00",
|
126
|
+
"portNumber": 1,
|
127
|
+
"type": "Ethernet",
|
128
|
+
"virtualPorts": [
|
129
|
+
{
|
130
|
+
"mac": "11:11:11:11:45:00",
|
131
|
+
"portFunction": "a",
|
132
|
+
"portNumber": 1,
|
133
|
+
"wwnn": null,
|
134
|
+
"wwpn": null
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"mac": "11:11:11:11:45:01",
|
138
|
+
"portFunction": "b",
|
139
|
+
"portNumber": 2,
|
140
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
141
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"mac": "11:11:11:11:45:02",
|
145
|
+
"portFunction": "c",
|
146
|
+
"portNumber": 3,
|
147
|
+
"wwnn": null,
|
148
|
+
"wwpn": null
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"mac": "11:11:11:11:45:03",
|
152
|
+
"portFunction": "d",
|
153
|
+
"portNumber": 4,
|
154
|
+
"wwnn": null,
|
155
|
+
"wwpn": null
|
156
|
+
}
|
157
|
+
],
|
158
|
+
"wwn": null
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"interconnectPort": 1,
|
162
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
163
|
+
"mac": "11:11:11:11:45:08",
|
164
|
+
"portNumber": 2,
|
165
|
+
"type": "Ethernet",
|
166
|
+
"virtualPorts": [
|
167
|
+
{
|
168
|
+
"mac": "11:11:11:11:45:08",
|
169
|
+
"portFunction": "a",
|
170
|
+
"portNumber": 1,
|
171
|
+
"wwnn": null,
|
172
|
+
"wwpn": null
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"mac": "11:11:11:11:45:09",
|
176
|
+
"portFunction": "b",
|
177
|
+
"portNumber": 2,
|
178
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
179
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"mac": "11:11:11:11:45:0A",
|
183
|
+
"portFunction": "c",
|
184
|
+
"portNumber": 3,
|
185
|
+
"wwnn": null,
|
186
|
+
"wwpn": null
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"mac": "11:11:11:11:45:0B",
|
190
|
+
"portFunction": "d",
|
191
|
+
"portNumber": 4,
|
192
|
+
"wwnn": null,
|
193
|
+
"wwpn": null
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"wwn": null
|
197
|
+
}
|
198
|
+
],
|
199
|
+
"slotNumber": 1
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"deviceName": "HP FlexFabric 20Gb 2-port 630M Adapter",
|
203
|
+
"location": "Mezz",
|
204
|
+
"oaSlotNumber": 1,
|
205
|
+
"physicalPorts": [
|
206
|
+
{
|
207
|
+
"interconnectPort": 1,
|
208
|
+
"interconnectUri": "/rest/interconnects/669fa73a-6b6f-47f5-a3b2-88044865f962",
|
209
|
+
"mac": "11:11:11:11:67:50",
|
210
|
+
"portNumber": 1,
|
211
|
+
"type": "Ethernet",
|
212
|
+
"virtualPorts": [
|
213
|
+
{
|
214
|
+
"mac": "11:11:11:11:67:50",
|
215
|
+
"portFunction": "a",
|
216
|
+
"portNumber": 1,
|
217
|
+
"wwnn": null,
|
218
|
+
"wwpn": null
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"mac": "11:11:11:11:67:51",
|
222
|
+
"portFunction": "b",
|
223
|
+
"portNumber": 2,
|
224
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
225
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"mac": "11:11:11:11:67:52",
|
229
|
+
"portFunction": "c",
|
230
|
+
"portNumber": 3,
|
231
|
+
"wwnn": null,
|
232
|
+
"wwpn": null
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"mac": "11:11:11:11:67:53",
|
236
|
+
"portFunction": "d",
|
237
|
+
"portNumber": 4,
|
238
|
+
"wwnn": null,
|
239
|
+
"wwpn": null
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"wwn": null
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"interconnectPort": 1,
|
246
|
+
"interconnectUri": "/rest/interconnects/4cc95344-bdcd-4e9f-aff6-3654950ff4ef",
|
247
|
+
"mac": "11:11:11:11:67:58",
|
248
|
+
"portNumber": 2,
|
249
|
+
"type": "Ethernet",
|
250
|
+
"virtualPorts": [
|
251
|
+
{
|
252
|
+
"mac": "11:11:11:11:67:58",
|
253
|
+
"portFunction": "a",
|
254
|
+
"portNumber": 1,
|
255
|
+
"wwnn": null,
|
256
|
+
"wwpn": null
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"mac": "11:11:11:11:67:59",
|
260
|
+
"portFunction": "b",
|
261
|
+
"portNumber": 2,
|
262
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
263
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"mac": "11:11:11:11:67:5A",
|
267
|
+
"portFunction": "c",
|
268
|
+
"portNumber": 3,
|
269
|
+
"wwnn": null,
|
270
|
+
"wwpn": null
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"mac": "11:11:11:11:67:5B",
|
274
|
+
"portFunction": "d",
|
275
|
+
"portNumber": 4,
|
276
|
+
"wwnn": null,
|
277
|
+
"wwpn": null
|
278
|
+
}
|
279
|
+
],
|
280
|
+
"wwn": null
|
281
|
+
}
|
282
|
+
],
|
283
|
+
"slotNumber": 1
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"deviceName": "",
|
287
|
+
"location": "Mezz",
|
288
|
+
"oaSlotNumber": 2,
|
289
|
+
"physicalPorts": [
|
290
|
+
|
291
|
+
],
|
292
|
+
"slotNumber": 2
|
293
|
+
}
|
294
|
+
]
|
295
|
+
},
|
296
|
+
"position": 1,
|
297
|
+
"powerLock": false,
|
298
|
+
"powerState": "Off",
|
299
|
+
"processorCoreCount": 6,
|
300
|
+
"processorCount": 1,
|
301
|
+
"processorSpeedMhz": 2000,
|
302
|
+
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
303
|
+
"refreshState": "NotRefreshing",
|
304
|
+
"romVersion": "I31 11/02/2014",
|
305
|
+
"serialNumber": "MXQ2751HTK",
|
306
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
307
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/6F677D76-6A33-4694-B11F-E780E5AB2DA8",
|
308
|
+
"serverProfileUri": null,
|
309
|
+
"shortModel": "BL460c Gen8",
|
310
|
+
"signature": {
|
311
|
+
"personalityChecksum": -1611424677,
|
312
|
+
"serverHwChecksum": -1547701193
|
313
|
+
},
|
314
|
+
"status": "Disabled",
|
315
|
+
"uri": "/rest/server-hardware/31363636-3136-584D-5132-33353048544B",
|
316
|
+
"uuid": "31363636-3136-584D-5132-33353048544B",
|
317
|
+
"virtualSerialNumber": null,
|
318
|
+
"virtualUuid": null
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"type": "server-hardware-3",
|
322
|
+
"name": "dazzle, bay 10",
|
323
|
+
"state": "NoProfileApplied",
|
324
|
+
"stateReason": "NotApplicable",
|
325
|
+
"assetTag": "[Unknown]",
|
326
|
+
"category": "server-hardware",
|
327
|
+
"created": "2015-07-02T16:24:24.018Z",
|
328
|
+
"description": null,
|
329
|
+
"eTag": "1439086907597",
|
330
|
+
"formFactor": "HalfHeight",
|
331
|
+
"licensingIntent": "OneView",
|
332
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
333
|
+
"memoryMb": 16384,
|
334
|
+
"model": "ProLiant BL460c Gen9",
|
335
|
+
"modified": "2015-08-09T02:21:47.597Z",
|
336
|
+
"mpDnsName": "ILOUSE337F3PB",
|
337
|
+
"mpFirmwareVersion": "2.03 Nov 07 2014",
|
338
|
+
"mpIpAddress": "172.125.25.113",
|
339
|
+
"mpModel": "iLO4",
|
340
|
+
"partNumber": "727021-B21",
|
341
|
+
"portMap": {
|
342
|
+
"deviceSlots": [
|
343
|
+
{
|
344
|
+
"deviceName": "HP FlexFabric 20Gb 2-port 650FLB Adapter",
|
345
|
+
"location": "Flb",
|
346
|
+
"oaSlotNumber": 9,
|
347
|
+
"physicalPorts": [
|
348
|
+
{
|
349
|
+
"interconnectPort": 10,
|
350
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
351
|
+
"mac": "11:11:11:11:CF:00",
|
352
|
+
"portNumber": 1,
|
353
|
+
"type": "Ethernet",
|
354
|
+
"virtualPorts": [
|
355
|
+
{
|
356
|
+
"mac": "11:11:11:11:CF:00",
|
357
|
+
"portFunction": "a",
|
358
|
+
"portNumber": 1,
|
359
|
+
"wwnn": null,
|
360
|
+
"wwpn": null
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"mac": "11:11:11:11:CF:01",
|
364
|
+
"portFunction": "b",
|
365
|
+
"portNumber": 2,
|
366
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
367
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"mac": "11:11:11:11:CF:02",
|
371
|
+
"portFunction": "c",
|
372
|
+
"portNumber": 3,
|
373
|
+
"wwnn": null,
|
374
|
+
"wwpn": null
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"mac": "11:11:11:11:CF:03",
|
378
|
+
"portFunction": "d",
|
379
|
+
"portNumber": 4,
|
380
|
+
"wwnn": null,
|
381
|
+
"wwpn": null
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"mac": "11:11:11:11:CF:04",
|
385
|
+
"portFunction": null,
|
386
|
+
"portNumber": 5,
|
387
|
+
"wwnn": null,
|
388
|
+
"wwpn": null
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"mac": "11:11:11:11:CF:05",
|
392
|
+
"portFunction": null,
|
393
|
+
"portNumber": 6,
|
394
|
+
"wwnn": null,
|
395
|
+
"wwpn": null
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"mac": "11:11:11:11:CF:06",
|
399
|
+
"portFunction": null,
|
400
|
+
"portNumber": 7,
|
401
|
+
"wwnn": null,
|
402
|
+
"wwpn": null
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"mac": "11:11:11:11:CF:07",
|
406
|
+
"portFunction": null,
|
407
|
+
"portNumber": 8,
|
408
|
+
"wwnn": null,
|
409
|
+
"wwpn": null
|
410
|
+
}
|
411
|
+
],
|
412
|
+
"wwn": null
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"interconnectPort": 10,
|
416
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
417
|
+
"mac": "11:11:11:11:CF:08",
|
418
|
+
"portNumber": 2,
|
419
|
+
"type": "Ethernet",
|
420
|
+
"virtualPorts": [
|
421
|
+
{
|
422
|
+
"mac": "11:11:11:11:CF:08",
|
423
|
+
"portFunction": "a",
|
424
|
+
"portNumber": 1,
|
425
|
+
"wwnn": null,
|
426
|
+
"wwpn": null
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"mac": "11:11:11:11:CF:09",
|
430
|
+
"portFunction": "b",
|
431
|
+
"portNumber": 2,
|
432
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
433
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"mac": "11:11:11:11:CF:0A",
|
437
|
+
"portFunction": "c",
|
438
|
+
"portNumber": 3,
|
439
|
+
"wwnn": null,
|
440
|
+
"wwpn": null
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"mac": "11:11:11:11:CF:0B",
|
444
|
+
"portFunction": "d",
|
445
|
+
"portNumber": 4,
|
446
|
+
"wwnn": null,
|
447
|
+
"wwpn": null
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"mac": "11:11:11:11:CF:0C",
|
451
|
+
"portFunction": null,
|
452
|
+
"portNumber": 5,
|
453
|
+
"wwnn": null,
|
454
|
+
"wwpn": null
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"mac": "11:11:11:11:CF:0D",
|
458
|
+
"portFunction": null,
|
459
|
+
"portNumber": 6,
|
460
|
+
"wwnn": null,
|
461
|
+
"wwpn": null
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"mac": "11:11:11:11:CF:0E",
|
465
|
+
"portFunction": null,
|
466
|
+
"portNumber": 7,
|
467
|
+
"wwnn": null,
|
468
|
+
"wwpn": null
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"mac": "11:11:11:11:CF:0F",
|
472
|
+
"portFunction": null,
|
473
|
+
"portNumber": 8,
|
474
|
+
"wwnn": null,
|
475
|
+
"wwpn": null
|
476
|
+
}
|
477
|
+
],
|
478
|
+
"wwn": null
|
479
|
+
}
|
480
|
+
],
|
481
|
+
"slotNumber": 1
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"deviceName": "",
|
485
|
+
"location": "Mezz",
|
486
|
+
"oaSlotNumber": 1,
|
487
|
+
"physicalPorts": [
|
488
|
+
|
489
|
+
],
|
490
|
+
"slotNumber": 1
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"deviceName": "",
|
494
|
+
"location": "Mezz",
|
495
|
+
"oaSlotNumber": 2,
|
496
|
+
"physicalPorts": [
|
497
|
+
|
498
|
+
],
|
499
|
+
"slotNumber": 2
|
500
|
+
}
|
501
|
+
]
|
502
|
+
},
|
503
|
+
"position": 10,
|
504
|
+
"powerLock": false,
|
505
|
+
"powerState": "Off",
|
506
|
+
"processorCoreCount": 8,
|
507
|
+
"processorCount": 1,
|
508
|
+
"processorSpeedMhz": 2400,
|
509
|
+
"processorType": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
|
510
|
+
"refreshState": "NotRefreshing",
|
511
|
+
"romVersion": "I36 08/26/2014",
|
512
|
+
"serialNumber": "USE337F3PB",
|
513
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
514
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/3A541ED9-A62C-4EC1-91F8-2E071F7FB8EA",
|
515
|
+
"serverProfileUri": null,
|
516
|
+
"shortModel": "BL460c Gen9",
|
517
|
+
"signature": {
|
518
|
+
"personalityChecksum": 288953178,
|
519
|
+
"serverHwChecksum": 78816696
|
520
|
+
},
|
521
|
+
"status": "Warning",
|
522
|
+
"uri": "/rest/server-hardware/30373237-3132-5355-4534-343746355042",
|
523
|
+
"uuid": "30373237-3132-5355-4534-343746355042",
|
524
|
+
"virtualSerialNumber": "",
|
525
|
+
"virtualUuid": null
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"type": "server-hardware-3",
|
529
|
+
"name": "dazzle, bay 2",
|
530
|
+
"state": "ProfileApplied",
|
531
|
+
"stateReason": "NotApplicable",
|
532
|
+
"assetTag": "\n ",
|
533
|
+
"category": "server-hardware",
|
534
|
+
"created": "2015-07-02T16:24:23.447Z",
|
535
|
+
"description": null,
|
536
|
+
"eTag": "1439180722361",
|
537
|
+
"formFactor": "HalfHeight",
|
538
|
+
"licensingIntent": "OneViewNoiLO",
|
539
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
540
|
+
"memoryMb": 16384,
|
541
|
+
"model": "ProLiant BL460c Gen8",
|
542
|
+
"modified": "2015-08-10T04:25:22.361Z",
|
543
|
+
"mpDnsName": "ILOMAQ96601Z4",
|
544
|
+
"mpFirmwareVersion": "2.10 Jan 15 2015",
|
545
|
+
"mpIpAddress": "172.125.24.230",
|
546
|
+
"mpModel": "iLO4",
|
547
|
+
"partNumber": "666161-B21",
|
548
|
+
"portMap": {
|
549
|
+
"deviceSlots": [
|
550
|
+
{
|
551
|
+
"deviceName": "HP FlexFabric 10Gb 2-port 554FLB Adapter",
|
552
|
+
"location": "Flb",
|
553
|
+
"oaSlotNumber": 9,
|
554
|
+
"physicalPorts": [
|
555
|
+
{
|
556
|
+
"interconnectPort": 2,
|
557
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
558
|
+
"mac": "11:11:11:11:31:28",
|
559
|
+
"portNumber": 1,
|
560
|
+
"type": "Ethernet",
|
561
|
+
"virtualPorts": [
|
562
|
+
{
|
563
|
+
"mac": "11:11:11:11:01:14",
|
564
|
+
"portFunction": "a",
|
565
|
+
"portNumber": 1,
|
566
|
+
"wwnn": null,
|
567
|
+
"wwpn": null
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"mac": "11:11:11:11:31:29",
|
571
|
+
"portFunction": "b",
|
572
|
+
"portNumber": 2,
|
573
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
574
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"mac": "11:11:11:11:31:2A",
|
578
|
+
"portFunction": "c",
|
579
|
+
"portNumber": 3,
|
580
|
+
"wwnn": null,
|
581
|
+
"wwpn": null
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"mac": "11:11:11:11:31:2B",
|
585
|
+
"portFunction": "d",
|
586
|
+
"portNumber": 4,
|
587
|
+
"wwnn": null,
|
588
|
+
"wwpn": null
|
589
|
+
}
|
590
|
+
],
|
591
|
+
"wwn": null
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"interconnectPort": 2,
|
595
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
596
|
+
"mac": "11:11:11:11:31:2C",
|
597
|
+
"portNumber": 2,
|
598
|
+
"type": "Ethernet",
|
599
|
+
"virtualPorts": [
|
600
|
+
{
|
601
|
+
"mac": "11:11:11:11:01:15",
|
602
|
+
"portFunction": "a",
|
603
|
+
"portNumber": 1,
|
604
|
+
"wwnn": null,
|
605
|
+
"wwpn": null
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"mac": "11:11:11:11:31:2D",
|
609
|
+
"portFunction": "b",
|
610
|
+
"portNumber": 2,
|
611
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
612
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
613
|
+
},
|
614
|
+
{
|
615
|
+
"mac": "11:11:11:11:31:2E",
|
616
|
+
"portFunction": "c",
|
617
|
+
"portNumber": 3,
|
618
|
+
"wwnn": null,
|
619
|
+
"wwpn": null
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"mac": "11:11:11:11:31:2F",
|
623
|
+
"portFunction": "d",
|
624
|
+
"portNumber": 4,
|
625
|
+
"wwnn": null,
|
626
|
+
"wwpn": null
|
627
|
+
}
|
628
|
+
],
|
629
|
+
"wwn": null
|
630
|
+
}
|
631
|
+
],
|
632
|
+
"slotNumber": 1
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"deviceName": "",
|
636
|
+
"location": "Mezz",
|
637
|
+
"oaSlotNumber": 1,
|
638
|
+
"physicalPorts": [
|
639
|
+
|
640
|
+
],
|
641
|
+
"slotNumber": 1
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"deviceName": "",
|
645
|
+
"location": "Mezz",
|
646
|
+
"oaSlotNumber": 2,
|
647
|
+
"physicalPorts": [
|
648
|
+
|
649
|
+
],
|
650
|
+
"slotNumber": 2
|
651
|
+
}
|
652
|
+
]
|
653
|
+
},
|
654
|
+
"position": 2,
|
655
|
+
"powerLock": false,
|
656
|
+
"powerState": "On",
|
657
|
+
"processorCoreCount": 6,
|
658
|
+
"processorCount": 1,
|
659
|
+
"processorSpeedMhz": 2000,
|
660
|
+
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
661
|
+
"refreshState": "NotRefreshing",
|
662
|
+
"romVersion": "I31 11/02/2014",
|
663
|
+
"serialNumber": "MAQ96601Z4",
|
664
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
665
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/2947DC35-BE48-4075-A3FD-254A9B42F5BD",
|
666
|
+
"serverProfileUri": "/rest/server-profiles/1c5e807d-acbe-4ee8-868b-2fb0b6504474",
|
667
|
+
"shortModel": "BL460c Gen8",
|
668
|
+
"signature": {
|
669
|
+
"personalityChecksum": 2015957748,
|
670
|
+
"serverHwChecksum": 508556751
|
671
|
+
},
|
672
|
+
"status": "OK",
|
673
|
+
"uri": "/rest/server-hardware/31363636-3136-584D-5132-333230314D38",
|
674
|
+
"uuid": "31363636-3136-584D-5132-333230314D38",
|
675
|
+
"virtualSerialNumber": "VCGE9KB041",
|
676
|
+
"virtualUuid": "1c5e807d-acbe-4ee8-868b-2fb0b6504474"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"type": "server-hardware-3",
|
680
|
+
"name": "dazzle, bay 3",
|
681
|
+
"state": "ProfileApplied",
|
682
|
+
"stateReason": "NotApplicable",
|
683
|
+
"assetTag": "\n ",
|
684
|
+
"category": "server-hardware",
|
685
|
+
"created": "2015-07-02T16:24:22.821Z",
|
686
|
+
"description": null,
|
687
|
+
"eTag": "1439180735274",
|
688
|
+
"formFactor": "HalfHeight",
|
689
|
+
"licensingIntent": "OneViewNoiLO",
|
690
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
691
|
+
"memoryMb": 16384,
|
692
|
+
"model": "ProLiant BL460c Gen8",
|
693
|
+
"modified": "2015-08-10T04:25:35.274Z",
|
694
|
+
"mpDnsName": "ILOMXQ73281MX",
|
695
|
+
"mpFirmwareVersion": "2.10 Jan 15 2015",
|
696
|
+
"mpIpAddress": "172.125.24.225",
|
697
|
+
"mpModel": "iLO4",
|
698
|
+
"partNumber": "666161-B21",
|
699
|
+
"portMap": {
|
700
|
+
"deviceSlots": [
|
701
|
+
{
|
702
|
+
"deviceName": "HP FlexFabric 10Gb 2-port 554FLB Adapter",
|
703
|
+
"location": "Flb",
|
704
|
+
"oaSlotNumber": 9,
|
705
|
+
"physicalPorts": [
|
706
|
+
{
|
707
|
+
"interconnectPort": 3,
|
708
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
709
|
+
"mac": "11:11:11:11:DE:08",
|
710
|
+
"portNumber": 1,
|
711
|
+
"type": "Ethernet",
|
712
|
+
"virtualPorts": [
|
713
|
+
{
|
714
|
+
"mac": "11:11:11:11:01:16",
|
715
|
+
"portFunction": "a",
|
716
|
+
"portNumber": 1,
|
717
|
+
"wwnn": null,
|
718
|
+
"wwpn": null
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"mac": "11:11:11:11:DE:09",
|
722
|
+
"portFunction": "b",
|
723
|
+
"portNumber": 2,
|
724
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
725
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"mac": "11:11:11:11:DE:0A",
|
729
|
+
"portFunction": "c",
|
730
|
+
"portNumber": 3,
|
731
|
+
"wwnn": null,
|
732
|
+
"wwpn": null
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"mac": "11:11:11:11:DE:0B",
|
736
|
+
"portFunction": "d",
|
737
|
+
"portNumber": 4,
|
738
|
+
"wwnn": null,
|
739
|
+
"wwpn": null
|
740
|
+
}
|
741
|
+
],
|
742
|
+
"wwn": null
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"interconnectPort": 3,
|
746
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
747
|
+
"mac": "11:11:11:11:DE:0C",
|
748
|
+
"portNumber": 2,
|
749
|
+
"type": "Ethernet",
|
750
|
+
"virtualPorts": [
|
751
|
+
{
|
752
|
+
"mac": "11:11:11:11:01:17",
|
753
|
+
"portFunction": "a",
|
754
|
+
"portNumber": 1,
|
755
|
+
"wwnn": null,
|
756
|
+
"wwpn": null
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"mac": "11:11:11:11:DE:0D",
|
760
|
+
"portFunction": "b",
|
761
|
+
"portNumber": 2,
|
762
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
763
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"mac": "11:11:11:11:DE:0E",
|
767
|
+
"portFunction": "c",
|
768
|
+
"portNumber": 3,
|
769
|
+
"wwnn": null,
|
770
|
+
"wwpn": null
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"mac": "11:11:11:11:DE:0F",
|
774
|
+
"portFunction": "d",
|
775
|
+
"portNumber": 4,
|
776
|
+
"wwnn": null,
|
777
|
+
"wwpn": null
|
778
|
+
}
|
779
|
+
],
|
780
|
+
"wwn": null
|
781
|
+
}
|
782
|
+
],
|
783
|
+
"slotNumber": 1
|
784
|
+
},
|
785
|
+
{
|
786
|
+
"deviceName": "",
|
787
|
+
"location": "Mezz",
|
788
|
+
"oaSlotNumber": 1,
|
789
|
+
"physicalPorts": [
|
790
|
+
|
791
|
+
],
|
792
|
+
"slotNumber": 1
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"deviceName": "",
|
796
|
+
"location": "Mezz",
|
797
|
+
"oaSlotNumber": 2,
|
798
|
+
"physicalPorts": [
|
799
|
+
|
800
|
+
],
|
801
|
+
"slotNumber": 2
|
802
|
+
}
|
803
|
+
]
|
804
|
+
},
|
805
|
+
"position": 3,
|
806
|
+
"powerLock": false,
|
807
|
+
"powerState": "On",
|
808
|
+
"processorCoreCount": 6,
|
809
|
+
"processorCount": 1,
|
810
|
+
"processorSpeedMhz": 2000,
|
811
|
+
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
812
|
+
"refreshState": "NotRefreshing",
|
813
|
+
"romVersion": "I31 11/02/2014",
|
814
|
+
"serialNumber": "MXQ73281MX",
|
815
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
816
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/2947DC35-BE48-4075-A3FD-254A9B42F5BD",
|
817
|
+
"serverProfileUri": "/rest/server-profiles/6c5e4e2b-5461-4978-9807-c96a7e0d445b",
|
818
|
+
"shortModel": "BL460c Gen8",
|
819
|
+
"signature": {
|
820
|
+
"personalityChecksum": 75174903,
|
821
|
+
"serverHwChecksum": 1795111769
|
822
|
+
},
|
823
|
+
"status": "OK",
|
824
|
+
"uri": "/rest/server-hardware/31363636-3136-584D-5132-333230314D58",
|
825
|
+
"uuid": "31363636-3136-584D-5132-333230314D58",
|
826
|
+
"virtualSerialNumber": "VCGE7KB963",
|
827
|
+
"virtualUuid": "6c5e4e2b-5461-4978-9807-c96a7e0d445b"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"type": "server-hardware-3",
|
831
|
+
"name": "dazzle, bay 4",
|
832
|
+
"state": "ProfileApplied",
|
833
|
+
"stateReason": "NotApplicable",
|
834
|
+
"assetTag": "[Unknown]",
|
835
|
+
"category": "server-hardware",
|
836
|
+
"created": "2015-07-02T16:24:23.145Z",
|
837
|
+
"description": null,
|
838
|
+
"eTag": "1439180754060",
|
839
|
+
"formFactor": "HalfHeight",
|
840
|
+
"licensingIntent": "OneViewNoiLO",
|
841
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
842
|
+
"memoryMb": 16384,
|
843
|
+
"model": "ProLiant BL460c Gen8",
|
844
|
+
"modified": "2015-08-10T04:25:54.060Z",
|
845
|
+
"mpDnsName": "ILOMXQ83301M9",
|
846
|
+
"mpFirmwareVersion": "2.10 Jan 15 2015",
|
847
|
+
"mpIpAddress": "172.125.24.226",
|
848
|
+
"mpModel": "iLO4",
|
849
|
+
"partNumber": "666161-B21",
|
850
|
+
"portMap": {
|
851
|
+
"deviceSlots": [
|
852
|
+
{
|
853
|
+
"deviceName": "HP FlexFabric 10Gb 2-port 554FLB Adapter",
|
854
|
+
"location": "Flb",
|
855
|
+
"oaSlotNumber": 9,
|
856
|
+
"physicalPorts": [
|
857
|
+
{
|
858
|
+
"interconnectPort": 4,
|
859
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
860
|
+
"mac": "11:11:11:11:EF:68",
|
861
|
+
"portNumber": 1,
|
862
|
+
"type": "Ethernet",
|
863
|
+
"virtualPorts": [
|
864
|
+
{
|
865
|
+
"mac": "11:11:11:11:01:18",
|
866
|
+
"portFunction": "a",
|
867
|
+
"portNumber": 1,
|
868
|
+
"wwnn": null,
|
869
|
+
"wwpn": null
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"mac": "11:11:11:11:EF:69",
|
873
|
+
"portFunction": "b",
|
874
|
+
"portNumber": 2,
|
875
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
876
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"mac": "11:11:11:11:EF:6A",
|
880
|
+
"portFunction": "c",
|
881
|
+
"portNumber": 3,
|
882
|
+
"wwnn": null,
|
883
|
+
"wwpn": null
|
884
|
+
},
|
885
|
+
{
|
886
|
+
"mac": "11:11:11:11:EF:6B",
|
887
|
+
"portFunction": "d",
|
888
|
+
"portNumber": 4,
|
889
|
+
"wwnn": null,
|
890
|
+
"wwpn": null
|
891
|
+
}
|
892
|
+
],
|
893
|
+
"wwn": null
|
894
|
+
},
|
895
|
+
{
|
896
|
+
"interconnectPort": 4,
|
897
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
898
|
+
"mac": "11:11:11:11:EF:6C",
|
899
|
+
"portNumber": 2,
|
900
|
+
"type": "Ethernet",
|
901
|
+
"virtualPorts": [
|
902
|
+
{
|
903
|
+
"mac": "11:11:11:11:01:19",
|
904
|
+
"portFunction": "a",
|
905
|
+
"portNumber": 1,
|
906
|
+
"wwnn": null,
|
907
|
+
"wwpn": null
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"mac": "11:11:11:11:EF:6D",
|
911
|
+
"portFunction": "b",
|
912
|
+
"portNumber": 2,
|
913
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
914
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"mac": "11:11:11:11:EF:6E",
|
918
|
+
"portFunction": "c",
|
919
|
+
"portNumber": 3,
|
920
|
+
"wwnn": null,
|
921
|
+
"wwpn": null
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"mac": "11:11:11:11:EF:6F",
|
925
|
+
"portFunction": "d",
|
926
|
+
"portNumber": 4,
|
927
|
+
"wwnn": null,
|
928
|
+
"wwpn": null
|
929
|
+
}
|
930
|
+
],
|
931
|
+
"wwn": null
|
932
|
+
}
|
933
|
+
],
|
934
|
+
"slotNumber": 1
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"deviceName": "",
|
938
|
+
"location": "Mezz",
|
939
|
+
"oaSlotNumber": 1,
|
940
|
+
"physicalPorts": [
|
941
|
+
|
942
|
+
],
|
943
|
+
"slotNumber": 1
|
944
|
+
},
|
945
|
+
{
|
946
|
+
"deviceName": "",
|
947
|
+
"location": "Mezz",
|
948
|
+
"oaSlotNumber": 2,
|
949
|
+
"physicalPorts": [
|
950
|
+
|
951
|
+
],
|
952
|
+
"slotNumber": 2
|
953
|
+
}
|
954
|
+
]
|
955
|
+
},
|
956
|
+
"position": 4,
|
957
|
+
"powerLock": false,
|
958
|
+
"powerState": "On",
|
959
|
+
"processorCoreCount": 6,
|
960
|
+
"processorCount": 1,
|
961
|
+
"processorSpeedMhz": 2000,
|
962
|
+
"processorType": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
|
963
|
+
"refreshState": "NotRefreshing",
|
964
|
+
"romVersion": "I31 11/02/2014",
|
965
|
+
"serialNumber": "MXQ83301M9",
|
966
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
967
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/2947DC35-BE48-4075-A3FD-254A9B42F5BD",
|
968
|
+
"serverProfileUri": "/rest/server-profiles/0fb9f546-3e70-4632-818e-0b26d091f66c",
|
969
|
+
"shortModel": "BL460c Gen8",
|
970
|
+
"signature": {
|
971
|
+
"personalityChecksum": -1431039297,
|
972
|
+
"serverHwChecksum": -2064753931
|
973
|
+
},
|
974
|
+
"status": "OK",
|
975
|
+
"uri": "/rest/server-hardware/31363636-3136-584D-5132-333230314D37",
|
976
|
+
"uuid": "31363636-3136-584D-5132-333230314D37",
|
977
|
+
"virtualSerialNumber": "VCGE7KB146",
|
978
|
+
"virtualUuid": "0fb9f546-3e70-4632-818e-0b26d091f66c"
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"type": "server-hardware-3",
|
982
|
+
"name": "dazzle, bay 8",
|
983
|
+
"state": "NoProfileApplied",
|
984
|
+
"stateReason": "NotApplicable",
|
985
|
+
"assetTag": "[Unknown]",
|
986
|
+
"category": "server-hardware",
|
987
|
+
"created": "2015-07-02T16:24:38.592Z",
|
988
|
+
"description": null,
|
989
|
+
"eTag": "1436312018769",
|
990
|
+
"formFactor": "HalfHeight",
|
991
|
+
"licensingIntent": "OneViewNoiLO",
|
992
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
993
|
+
"memoryMb": 8192,
|
994
|
+
"model": "ProLiant BL460c G7",
|
995
|
+
"modified": "2015-07-07T23:33:38.769Z",
|
996
|
+
"mpDnsName": "ILOUSE1249TD6",
|
997
|
+
"mpFirmwareVersion": "1.61 Aug 01 2013",
|
998
|
+
"mpIpAddress": "172.125.24.239",
|
999
|
+
"mpModel": "iLO3",
|
1000
|
+
"partNumber": "603718-B21",
|
1001
|
+
"portMap": {
|
1002
|
+
"deviceSlots": [
|
1003
|
+
{
|
1004
|
+
"deviceName": "FlexFabric Embedded Ethernet",
|
1005
|
+
"location": "Lom",
|
1006
|
+
"oaSlotNumber": 15,
|
1007
|
+
"physicalPorts": [
|
1008
|
+
{
|
1009
|
+
"interconnectPort": 8,
|
1010
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
1011
|
+
"mac": "11:11:11:11:36:88",
|
1012
|
+
"portNumber": 1,
|
1013
|
+
"type": "Ethernet",
|
1014
|
+
"virtualPorts": [
|
1015
|
+
{
|
1016
|
+
"mac": "11:11:11:11:36:88",
|
1017
|
+
"portFunction": "a",
|
1018
|
+
"portNumber": 1,
|
1019
|
+
"wwnn": null,
|
1020
|
+
"wwpn": null
|
1021
|
+
},
|
1022
|
+
{
|
1023
|
+
"mac": "11:11:11:11:36:89",
|
1024
|
+
"portFunction": "b",
|
1025
|
+
"portNumber": 2,
|
1026
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
1027
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
1028
|
+
},
|
1029
|
+
{
|
1030
|
+
"mac": "11:11:11:11:36:8A",
|
1031
|
+
"portFunction": "c",
|
1032
|
+
"portNumber": 3,
|
1033
|
+
"wwnn": null,
|
1034
|
+
"wwpn": null
|
1035
|
+
},
|
1036
|
+
{
|
1037
|
+
"mac": "11:11:11:11:36:8B",
|
1038
|
+
"portFunction": "d",
|
1039
|
+
"portNumber": 4,
|
1040
|
+
"wwnn": null,
|
1041
|
+
"wwpn": null
|
1042
|
+
}
|
1043
|
+
],
|
1044
|
+
"wwn": null
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
"interconnectPort": 8,
|
1048
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
1049
|
+
"mac": "11:11:11:11:36:8C",
|
1050
|
+
"portNumber": 2,
|
1051
|
+
"type": "Ethernet",
|
1052
|
+
"virtualPorts": [
|
1053
|
+
{
|
1054
|
+
"mac": "11:11:11:11:36:8C",
|
1055
|
+
"portFunction": "a",
|
1056
|
+
"portNumber": 1,
|
1057
|
+
"wwnn": null,
|
1058
|
+
"wwpn": null
|
1059
|
+
},
|
1060
|
+
{
|
1061
|
+
"mac": "11:11:11:11:36:8D",
|
1062
|
+
"portFunction": "b",
|
1063
|
+
"portNumber": 2,
|
1064
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
1065
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"mac": "11:11:11:11:36:8E",
|
1069
|
+
"portFunction": "c",
|
1070
|
+
"portNumber": 3,
|
1071
|
+
"wwnn": null,
|
1072
|
+
"wwpn": null
|
1073
|
+
},
|
1074
|
+
{
|
1075
|
+
"mac": "11:11:11:11:36:8F",
|
1076
|
+
"portFunction": "d",
|
1077
|
+
"portNumber": 4,
|
1078
|
+
"wwnn": null,
|
1079
|
+
"wwpn": null
|
1080
|
+
}
|
1081
|
+
],
|
1082
|
+
"wwn": null
|
1083
|
+
}
|
1084
|
+
],
|
1085
|
+
"slotNumber": 1
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
"deviceName": "",
|
1089
|
+
"location": "Mezz",
|
1090
|
+
"oaSlotNumber": 1,
|
1091
|
+
"physicalPorts": [
|
1092
|
+
|
1093
|
+
],
|
1094
|
+
"slotNumber": 1
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"deviceName": "",
|
1098
|
+
"location": "Mezz",
|
1099
|
+
"oaSlotNumber": 2,
|
1100
|
+
"physicalPorts": [
|
1101
|
+
|
1102
|
+
],
|
1103
|
+
"slotNumber": 2
|
1104
|
+
}
|
1105
|
+
]
|
1106
|
+
},
|
1107
|
+
"position": 8,
|
1108
|
+
"powerLock": false,
|
1109
|
+
"powerState": "Off",
|
1110
|
+
"processorCoreCount": 6,
|
1111
|
+
"processorCount": 1,
|
1112
|
+
"processorSpeedMhz": 2400,
|
1113
|
+
"processorType": "Intel(R) Xeon(R) CPU E5645 @ 2.40GHz",
|
1114
|
+
"refreshState": "NotRefreshing",
|
1115
|
+
"romVersion": "I27 01/29/2011",
|
1116
|
+
"serialNumber": "USE1249TD6",
|
1117
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
1118
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/B6FB5F91-E021-4454-9A09-9771AC8A5AB6",
|
1119
|
+
"serverProfileUri": null,
|
1120
|
+
"shortModel": "BL460c G7",
|
1121
|
+
"signature": {
|
1122
|
+
"personalityChecksum": 1050425639,
|
1123
|
+
"serverHwChecksum": -1151976376
|
1124
|
+
},
|
1125
|
+
"status": "Disabled",
|
1126
|
+
"uri": "/rest/server-hardware/37333036-3831-5355-4531-313438544431",
|
1127
|
+
"uuid": "37333036-3831-5355-4531-313438544431",
|
1128
|
+
"virtualSerialNumber": "",
|
1129
|
+
"virtualUuid": null
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"type": "server-hardware-3",
|
1133
|
+
"name": "dazzle, bay 9",
|
1134
|
+
"state": "NoProfileApplied",
|
1135
|
+
"stateReason": "NotApplicable",
|
1136
|
+
"assetTag": "[Unknown]",
|
1137
|
+
"category": "server-hardware",
|
1138
|
+
"created": "2015-07-02T16:24:28.567Z",
|
1139
|
+
"description": null,
|
1140
|
+
"eTag": "1439086907747",
|
1141
|
+
"formFactor": "HalfHeight",
|
1142
|
+
"licensingIntent": "OneView",
|
1143
|
+
"locationUri": "/rest/enclosures/09SGH236PMVW",
|
1144
|
+
"memoryMb": 16384,
|
1145
|
+
"model": "ProLiant BL460c Gen9",
|
1146
|
+
"modified": "2015-08-09T02:21:47.747Z",
|
1147
|
+
"mpDnsName": "ILOUSE135E4WW",
|
1148
|
+
"mpFirmwareVersion": "2.03 Nov 07 2014",
|
1149
|
+
"mpIpAddress": "172.125.24.107",
|
1150
|
+
"mpModel": "iLO4",
|
1151
|
+
"partNumber": "727021-B21",
|
1152
|
+
"portMap": {
|
1153
|
+
"deviceSlots": [
|
1154
|
+
{
|
1155
|
+
"deviceName": "HP FlexFabric 20Gb 2-port 650FLB Adapter",
|
1156
|
+
"location": "Flb",
|
1157
|
+
"oaSlotNumber": 9,
|
1158
|
+
"physicalPorts": [
|
1159
|
+
{
|
1160
|
+
"interconnectPort": 9,
|
1161
|
+
"interconnectUri": "/rest/interconnects/34501559-719f-4393-9fb1-a43714037f06",
|
1162
|
+
"mac": "11:11:11:11:84:18",
|
1163
|
+
"portNumber": 1,
|
1164
|
+
"type": "Ethernet",
|
1165
|
+
"virtualPorts": [
|
1166
|
+
{
|
1167
|
+
"mac": "11:11:11:11:84:18",
|
1168
|
+
"portFunction": "a",
|
1169
|
+
"portNumber": 1,
|
1170
|
+
"wwnn": null,
|
1171
|
+
"wwpn": null
|
1172
|
+
},
|
1173
|
+
{
|
1174
|
+
"mac": "11:11:11:11:84:19",
|
1175
|
+
"portFunction": "b",
|
1176
|
+
"portNumber": 2,
|
1177
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
1178
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"mac": "11:11:11:11:84:1A",
|
1182
|
+
"portFunction": "c",
|
1183
|
+
"portNumber": 3,
|
1184
|
+
"wwnn": null,
|
1185
|
+
"wwpn": null
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"mac": "11:11:11:11:84:1B",
|
1189
|
+
"portFunction": "d",
|
1190
|
+
"portNumber": 4,
|
1191
|
+
"wwnn": null,
|
1192
|
+
"wwpn": null
|
1193
|
+
},
|
1194
|
+
{
|
1195
|
+
"mac": "11:11:11:11:84:1C",
|
1196
|
+
"portFunction": null,
|
1197
|
+
"portNumber": 5,
|
1198
|
+
"wwnn": null,
|
1199
|
+
"wwpn": null
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"mac": "11:11:11:11:84:1D",
|
1203
|
+
"portFunction": null,
|
1204
|
+
"portNumber": 6,
|
1205
|
+
"wwnn": null,
|
1206
|
+
"wwpn": null
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
"mac": "11:11:11:11:84:1E",
|
1210
|
+
"portFunction": null,
|
1211
|
+
"portNumber": 7,
|
1212
|
+
"wwnn": null,
|
1213
|
+
"wwpn": null
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
"mac": "11:11:11:11:84:1F",
|
1217
|
+
"portFunction": null,
|
1218
|
+
"portNumber": 8,
|
1219
|
+
"wwnn": null,
|
1220
|
+
"wwpn": null
|
1221
|
+
}
|
1222
|
+
],
|
1223
|
+
"wwn": null
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
"interconnectPort": 9,
|
1227
|
+
"interconnectUri": "/rest/interconnects/d6c76eb3-10e6-43bf-95a6-ec824dc7bb2e",
|
1228
|
+
"mac": "11:11:11:11:84:20",
|
1229
|
+
"portNumber": 2,
|
1230
|
+
"type": "Ethernet",
|
1231
|
+
"virtualPorts": [
|
1232
|
+
{
|
1233
|
+
"mac": "11:11:11:11:84:20",
|
1234
|
+
"portFunction": "a",
|
1235
|
+
"portNumber": 1,
|
1236
|
+
"wwnn": null,
|
1237
|
+
"wwpn": null
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"mac": "11:11:11:11:84:21",
|
1241
|
+
"portFunction": "b",
|
1242
|
+
"portNumber": 2,
|
1243
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
1244
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
1245
|
+
},
|
1246
|
+
{
|
1247
|
+
"mac": "11:11:11:11:84:22",
|
1248
|
+
"portFunction": "c",
|
1249
|
+
"portNumber": 3,
|
1250
|
+
"wwnn": null,
|
1251
|
+
"wwpn": null
|
1252
|
+
},
|
1253
|
+
{
|
1254
|
+
"mac": "11:11:11:11:84:23",
|
1255
|
+
"portFunction": "d",
|
1256
|
+
"portNumber": 4,
|
1257
|
+
"wwnn": null,
|
1258
|
+
"wwpn": null
|
1259
|
+
},
|
1260
|
+
{
|
1261
|
+
"mac": "11:11:11:11:84:24",
|
1262
|
+
"portFunction": null,
|
1263
|
+
"portNumber": 5,
|
1264
|
+
"wwnn": null,
|
1265
|
+
"wwpn": null
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
"mac": "11:11:11:11:84:25",
|
1269
|
+
"portFunction": null,
|
1270
|
+
"portNumber": 6,
|
1271
|
+
"wwnn": null,
|
1272
|
+
"wwpn": null
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"mac": "11:11:11:11:84:26",
|
1276
|
+
"portFunction": null,
|
1277
|
+
"portNumber": 7,
|
1278
|
+
"wwnn": null,
|
1279
|
+
"wwpn": null
|
1280
|
+
},
|
1281
|
+
{
|
1282
|
+
"mac": "11:11:11:11:84:27",
|
1283
|
+
"portFunction": null,
|
1284
|
+
"portNumber": 8,
|
1285
|
+
"wwnn": null,
|
1286
|
+
"wwpn": null
|
1287
|
+
}
|
1288
|
+
],
|
1289
|
+
"wwn": null
|
1290
|
+
}
|
1291
|
+
],
|
1292
|
+
"slotNumber": 1
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"deviceName": "HP FlexFabric 20Gb 2-port 650M Adapter",
|
1296
|
+
"location": "Mezz",
|
1297
|
+
"oaSlotNumber": 1,
|
1298
|
+
"physicalPorts": [
|
1299
|
+
{
|
1300
|
+
"interconnectPort": 9,
|
1301
|
+
"interconnectUri": "/rest/interconnects/669fa73a-6b6f-47f5-a3b2-88044865f962",
|
1302
|
+
"mac": "11:11:11:11:71:10",
|
1303
|
+
"portNumber": 1,
|
1304
|
+
"type": "Ethernet",
|
1305
|
+
"virtualPorts": [
|
1306
|
+
{
|
1307
|
+
"mac": "11:11:11:11:71:10",
|
1308
|
+
"portFunction": "a",
|
1309
|
+
"portNumber": 1,
|
1310
|
+
"wwnn": null,
|
1311
|
+
"wwpn": null
|
1312
|
+
},
|
1313
|
+
{
|
1314
|
+
"mac": "11:11:11:11:71:11",
|
1315
|
+
"portFunction": "b",
|
1316
|
+
"portNumber": 2,
|
1317
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
1318
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
1319
|
+
},
|
1320
|
+
{
|
1321
|
+
"mac": "11:11:11:11:71:12",
|
1322
|
+
"portFunction": "c",
|
1323
|
+
"portNumber": 3,
|
1324
|
+
"wwnn": null,
|
1325
|
+
"wwpn": null
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"mac": "11:11:11:11:71:13",
|
1329
|
+
"portFunction": "d",
|
1330
|
+
"portNumber": 4,
|
1331
|
+
"wwnn": null,
|
1332
|
+
"wwpn": null
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"mac": "11:11:11:11:71:14",
|
1336
|
+
"portFunction": null,
|
1337
|
+
"portNumber": 5,
|
1338
|
+
"wwnn": null,
|
1339
|
+
"wwpn": null
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"mac": "11:11:11:11:71:15",
|
1343
|
+
"portFunction": null,
|
1344
|
+
"portNumber": 6,
|
1345
|
+
"wwnn": null,
|
1346
|
+
"wwpn": null
|
1347
|
+
},
|
1348
|
+
{
|
1349
|
+
"mac": "11:11:11:11:71:16",
|
1350
|
+
"portFunction": null,
|
1351
|
+
"portNumber": 7,
|
1352
|
+
"wwnn": null,
|
1353
|
+
"wwpn": null
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
"mac": "11:11:11:11:71:17",
|
1357
|
+
"portFunction": null,
|
1358
|
+
"portNumber": 8,
|
1359
|
+
"wwnn": null,
|
1360
|
+
"wwpn": null
|
1361
|
+
}
|
1362
|
+
],
|
1363
|
+
"wwn": null
|
1364
|
+
},
|
1365
|
+
{
|
1366
|
+
"interconnectPort": 9,
|
1367
|
+
"interconnectUri": "/rest/interconnects/4cc95344-bdcd-4e9f-aff6-3654950ff4ef",
|
1368
|
+
"mac": "11:11:11:11:71:18",
|
1369
|
+
"portNumber": 2,
|
1370
|
+
"type": "Ethernet",
|
1371
|
+
"virtualPorts": [
|
1372
|
+
{
|
1373
|
+
"mac": "11:11:11:11:71:18",
|
1374
|
+
"portFunction": "a",
|
1375
|
+
"portNumber": 1,
|
1376
|
+
"wwnn": null,
|
1377
|
+
"wwpn": null
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
"mac": "11:11:11:11:71:19",
|
1381
|
+
"portFunction": "b",
|
1382
|
+
"portNumber": 2,
|
1383
|
+
"wwnn": "11:11:11:11:11:11:11:11",
|
1384
|
+
"wwpn": "11:11:11:11:11:11:11:11"
|
1385
|
+
},
|
1386
|
+
{
|
1387
|
+
"mac": "11:11:11:11:71:1A",
|
1388
|
+
"portFunction": "c",
|
1389
|
+
"portNumber": 3,
|
1390
|
+
"wwnn": null,
|
1391
|
+
"wwpn": null
|
1392
|
+
},
|
1393
|
+
{
|
1394
|
+
"mac": "11:11:11:11:71:1B",
|
1395
|
+
"portFunction": "d",
|
1396
|
+
"portNumber": 4,
|
1397
|
+
"wwnn": null,
|
1398
|
+
"wwpn": null
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"mac": "11:11:11:11:71:1C",
|
1402
|
+
"portFunction": null,
|
1403
|
+
"portNumber": 5,
|
1404
|
+
"wwnn": null,
|
1405
|
+
"wwpn": null
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"mac": "11:11:11:11:71:1D",
|
1409
|
+
"portFunction": null,
|
1410
|
+
"portNumber": 6,
|
1411
|
+
"wwnn": null,
|
1412
|
+
"wwpn": null
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"mac": "11:11:11:11:71:1E",
|
1416
|
+
"portFunction": null,
|
1417
|
+
"portNumber": 7,
|
1418
|
+
"wwnn": null,
|
1419
|
+
"wwpn": null
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
"mac": "11:11:11:11:71:1F",
|
1423
|
+
"portFunction": null,
|
1424
|
+
"portNumber": 8,
|
1425
|
+
"wwnn": null,
|
1426
|
+
"wwpn": null
|
1427
|
+
}
|
1428
|
+
],
|
1429
|
+
"wwn": null
|
1430
|
+
}
|
1431
|
+
],
|
1432
|
+
"slotNumber": 1
|
1433
|
+
},
|
1434
|
+
{
|
1435
|
+
"deviceName": "",
|
1436
|
+
"location": "Mezz",
|
1437
|
+
"oaSlotNumber": 2,
|
1438
|
+
"physicalPorts": [
|
1439
|
+
|
1440
|
+
],
|
1441
|
+
"slotNumber": 2
|
1442
|
+
}
|
1443
|
+
]
|
1444
|
+
},
|
1445
|
+
"position": 9,
|
1446
|
+
"powerLock": false,
|
1447
|
+
"powerState": "Off",
|
1448
|
+
"processorCoreCount": 6,
|
1449
|
+
"processorCount": 1,
|
1450
|
+
"processorSpeedMhz": 2400,
|
1451
|
+
"processorType": "Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz",
|
1452
|
+
"refreshState": "NotRefreshing",
|
1453
|
+
"romVersion": "I36 08/26/2014",
|
1454
|
+
"serialNumber": "USE135E4WW",
|
1455
|
+
"serverGroupUri": "/rest/enclosure-groups/3a11ccdd-b352-4046-a568-a8b0faa6cc39",
|
1456
|
+
"serverHardwareTypeUri": "/rest/server-hardware-types/9E6B2238-A4BF-4A7B-BE1E-EBCE9F5BC4F8",
|
1457
|
+
"serverProfileUri": null,
|
1458
|
+
"shortModel": "BL460c Gen9",
|
1459
|
+
"signature": {
|
1460
|
+
"personalityChecksum": -1611424677,
|
1461
|
+
"serverHwChecksum": 883214740
|
1462
|
+
},
|
1463
|
+
"status": "Warning",
|
1464
|
+
"uri": "/rest/server-hardware/30373237-3132-5355-4534-343545395757",
|
1465
|
+
"uuid": "30373237-3132-5355-4534-343545395757",
|
1466
|
+
"virtualSerialNumber": "",
|
1467
|
+
"virtualUuid": null
|
1468
|
+
}
|
1469
|
+
],
|
1470
|
+
"modified": "2015-08-10T22:30:02.367Z",
|
1471
|
+
"nextPageUri": null,
|
1472
|
+
"prevPageUri": null,
|
1473
|
+
"start": 0,
|
1474
|
+
"total": 9,
|
1475
|
+
"uri": "/rest/server-hardware?sort=name:asc&start=0&count=100"
|
1476
1476
|
}
|