Computers
This API to fetch complete Network Summary of a Computer
- Functionality
- Retrieve all Network Information of a computer.
- HTTP Method
- GET
- API URI
- dcapi/inventory/computers/{computer_id}/network
- Content-Type
- application/hardwareInfo.v1+json
- Authentication Required
- Yes
- X-Customer
- {customer_id}
Response Data
{
"networkAdapterDetails": [
{
"hardwareDeviceID": "58:A0:23:28:XX:XX",
"hardwareName": "[00000004] Intel(R) Wireless-AC 9260 160MHz",
"dhcpLeaseObtained": "Dec 20, 2021 02:02 PM",
"hardwareManufacturer": "Intel Corporation",
"hardwareStatus": "Unknown",
"isprimary": false,
"dhcpServer": "192.000.0.1",
"hardwareType": "Network Adapter",
"hardwareTypeID": 22,
"index": "4",
"hardwareStatusDescription": "Not Available",
"connectionStatus": "Connected",
"hardwareID": "20",
"hardwareInstalledComputerID": "901",
"hardwareDescription": "--",
"dnsDomain": "--",
"hardwareManufacturerID": "8",
"hardwareDetectdTime": "Dec 20, 2021 02:56 PM",
"ipAddress": "192.000.0.107, fe80::2194:5d8d:31d3:XXXX",
"dhcpExpired": "Dec 20, 2021 04:02 PM",
"dnsServerSearchOrder": "192.000.100.11, 192.000.3.1",
"defaultIPGateway": "192.000.0.1",
"dnsHostName": "PC1",
"ipSubnet": "255.255.255.0, 64",
"isDHCPEnabled": true
},
{
"hardwareDeviceID": "00:09:0F:FE:XX:XX",
"hardwareName": "[00000018] Fortinet Virtual Ethernet Adapter (NDIS 6.30)",
"dhcpLeaseObtained": "--",
"hardwareManufacturer": "Fortinet",
"hardwareStatus": "Unknown",
"isprimary": false,
"dhcpServer": "--",
"hardwareType": "Network Adapter",
"hardwareTypeID": 22,
"index": "18",
"hardwareStatusDescription": "Not Available",
"connectionStatus": "Media disconnected",
"hardwareID": "22",
"hardwareInstalledComputerID": "901",
"hardwareDescription": "--",
"dnsDomain": "--",
"hardwareManufacturerID": "13",
"hardwareDetectdTime": "Dec 20, 2021 02:56 PM",
"ipAddress": "--",
"dhcpExpired": "--",
"dnsServerSearchOrder": "--",
"defaultIPGateway": "--",
"dnsHostName": "--",
"ipSubnet": "--",
"isDHCPEnabled": true
},
{
"hardwareDeviceID": "00:09:0F:AA:XX:XX",
"hardwareName": "[00000019] Fortinet SSL VPN Virtual Ethernet Adapter",
"dhcpLeaseObtained": "--",
"hardwareManufacturer": "Fortinet Inc.",
"hardwareStatus": "Unknown",
"isprimary": true,
"dhcpServer": "--",
"hardwareType": "Network Adapter",
"hardwareTypeID": 22,
"index": "19",
"hardwareStatusDescription": "Not Available",
"connectionStatus": "Connected",
"hardwareID": "23",
"hardwareInstalledComputerID": "901",
"hardwareDescription": "--",
"dnsDomain": "--",
"hardwareManufacturerID": "12",
"hardwareDetectdTime": "Dec 20, 2021 02:56 PM",
"ipAddress": "10.00.0.135, fe80::2143:df20:eb3e:XXXX",
"dhcpExpired": "--",
"dnsServerSearchOrder": "192.000.0.30, 192.000.0.11",
"defaultIPGateway": "--",
"dnsHostName": "PC1",
"ipSubnet": "255.255.255.255, 64",
"isDHCPEnabled": false
},
{
"hardwareDeviceID": "-",
"hardwareName": "[00000020] PPPoP WAN Adapter",
"dhcpLeaseObtained": "--",
"hardwareManufacturer": "Fortinet Inc.",
"hardwareStatus": "Unknown",
"isprimary": false,
"dhcpServer": "--",
"hardwareType": "Network Adapter",
"hardwareTypeID": 22,
"index": "20",
"hardwareStatusDescription": "Not Available",
"connectionStatus": "Disconnected",
"hardwareID": "21",
"hardwareInstalledComputerID": "901",
"hardwareDescription": "--",
"dnsDomain": "--",
"hardwareManufacturerID": "12",
"hardwareDetectdTime": "Dec 20, 2021 02:56 PM",
"ipAddress": "--",
"dhcpExpired": "--",
"dnsServerSearchOrder": "--",
"defaultIPGateway": "--",
"dnsHostName": "--",
"ipSubnet": "--",
"isDHCPEnabled": false
}
]
}
