Computers
This API to fetch complete Inventory Summary of a Computer
- Functionality
- Retrieve all Inventory Information of a computer.
- HTTP Method
- GET
- API URI
- dcapi/inventory/computers/{computer_id}/summary
- Content-Type
- application/computerSummary.v1+json
- Authentication Required
- Yes
- X-Customer
- {customer_id}
Response Data
{
"osSummary": {
"licenseType": "OEM:DM",
"osCDKey": "M9YXX-NCJDX-TXXXJ-MXXXF-VMX2",
"productID": "00330-53108-77008-XXX",
"registeredTO": "Sysadmin",
"installedSystemDrive": "C:",
"osVersion": "10.0.19041",
"operatingSystem": "Windows 10 Professional Edition (x64)"
},
"assetSummary": {
"desktopAppsCount": 98,
"totalHardwaresCount": 34,
"noncommercialSoftwaresCount": 0,
"prohibitedSoftwaresCount": 0,
"windowsStoreAppsCount": 42,
"missingPatchesCount": 13,
"totalSoftwaresCount": 140,
"commercialSoftwaresCount": 14
},
"diskUsageSummary": {
"diskFreeSize": 197,
"diskUsedPercentage": 58.43882,
"diskUsedSize": 277,
"diskFreePercentage": 41.56118,
"diskSize": 474
},
"hardwareSummary": {
"manufacturerShortName": "Dell",
"warrantyExpiryDate": "--",
"shippingDate": "--",
"computerModel": "Precision 3551",
"ramMemory": 16384,
"computerManufacturer": "Dell Inc.",
"processorNames": "Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz",
"productNumber": "--",
"serviceTag": "F8JZXX",
"computerType": "NoteBook"
},
"generalSummary": {
"customerID": "1",
"isHPMachine": "No",
"showModernManagementInfo": "No",
"lastBootTime": "Jun 14, 2021 04:58 PM",
"isClosedNetwork": "No",
"resourceName": "xyz",
"resourceID": "605",
"isWarrantyExpired": "Not Available",
"lastSuccessfulScanTime": "Jun 15, 2021 11:22 AM",
"metroAppScanStatus": 0,
"resourceType": 1,
"domainName": "ADC",
"osLanguage": "English",
"macAddress": "00:09:0f:aa:00:01,2c:aa:68:aa:aa",
"isScanned": "Yes",
"isVMEnabled": "No",
"licenseStatus": "Licensed",
"isServerOS": "No",
"ipAddress": "10.59.3.213",
"currentLoggedUser": "xyz",
"primaryOwnerName": "Sysadmin",
"operatingSystemID": 1,
"lastLoggedUser": "--",
"lastScanInitiatedTime": "--",
"isProxyDefined": "Yes"
}
}
