d9f2f4f894
This patch removes two reserved fields, ``switch_port_descr`` and
``switch_chassis_descr``, from the json request and response
examples in api-ref, that were still present despite having been
removed from the ironic-python-agent code base during
ocata cycle[0].
[0]73f316d804 (diff-664ce09492251bb45bf8a2fb7c1a5f18)
Change-Id: I6446e167b957b94bc9bb7f6737bcf57e94a4433a
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"root_disk": {
|
|
"rotational": true,
|
|
"vendor": "0x1af4",
|
|
"name": "/dev/vda",
|
|
"hctl": null,
|
|
"wwn_vendor_extension": null,
|
|
"wwn_with_extension": null,
|
|
"model": "",
|
|
"wwn": null,
|
|
"serial": null,
|
|
"size": 13958643712
|
|
},
|
|
"boot_interface": "52:54:00:4e:3d:30",
|
|
"inventory": {
|
|
"bmc_address": "192.167.2.134",
|
|
"interfaces": [
|
|
{
|
|
"lldp": null,
|
|
"product": "0x0001",
|
|
"vendor": "0x1af4",
|
|
"name": "eth1",
|
|
"has_carrier": true,
|
|
"ipv4_address": "172.24.42.101",
|
|
"client_id": null,
|
|
"mac_address": "52:54:00:47:20:4d"
|
|
},
|
|
{
|
|
"lldp": null,
|
|
"product": "0x0001",
|
|
"vendor": "0x1af4",
|
|
"name": "eth0",
|
|
"has_carrier": true,
|
|
"ipv4_address": "172.24.42.100",
|
|
"client_id": null,
|
|
"mac_address": "52:54:00:4e:3d:30"
|
|
}
|
|
],
|
|
"disks": [
|
|
{
|
|
"rotational": true,
|
|
"vendor": "0x1af4",
|
|
"name": "/dev/vda",
|
|
"hctl": null,
|
|
"wwn_vendor_extension": null,
|
|
"wwn_with_extension": null,
|
|
"model": "",
|
|
"wwn": null,
|
|
"serial": null,
|
|
"size": 13958643712
|
|
}
|
|
],
|
|
"memory": {
|
|
"physical_mb": 2048,
|
|
"total": 2105864192
|
|
},
|
|
"cpu": {
|
|
"count": 2,
|
|
"frequency": "2100.084",
|
|
"flags": [
|
|
"fpu",
|
|
"mmx",
|
|
"fxsr",
|
|
"sse",
|
|
"sse2",
|
|
],
|
|
"architecture": "x86_64"
|
|
}
|
|
},
|
|
"logs": "<hidden>"
|
|
} |