API response for computer detail empty
Following
https://www.manageengine.com/products/desktop-central/api/api-inventory-computersdetailsummary.html I am trying to gather detailed information on machines from an api call, but the response is empty.
What I am submitting
-
def
getManageEngineOne(
resource_id):
try:
except requests.exceptions.HTTPError
as err:
print (err)
pass
print (r.text)
Ive looped through every resource_id I can find and each response gives me the following response. Is there something I am missing?
- {"message_type":"compdetailssummary","message_response":{"compdetailssummary":{"asset_summary":{},"computer_os_summary":{},"computer_disk_summary":{},"computer_summary":{},"comput
- er_network_adapter_summary":[],"computer_hardware_summary":{}}},"message_version":"1.0","status":"success"}
New to ADSelfService Plus?