Jump to content

NOS_chris

Members
  • Posts

    4
  • Joined

  • Last visited

NOS_chris's Achievements

  1. Here is an response from https://cn____.awmdm.com/api/help/#!/apis/10004?!/DevicesV3/DevicesV3_SearchAsync. An empty array for "device_network_info" is returned. According to documentation there should be an object "DeviceNetworkInfoV2" as described in my initial post. Any information on how to retrieve the data is appreciated. { (...) "ownership": "CORPORATE", "platform_name": "WinRT", "device_type": "WIN_RT", "operating_system": "10.0.22621", "last_seen": "2024-09-19T11:08:03.837Z", "enrollment_status": "ENROLLED", "compliance_status": "COMPLIANT", "compromised_status": false, "oem_info": "LENOVO", "managed_by": "MDM", "os_build_version": "4037", "device_cellular_network_info": [], "device_network_info": [], (...) },
  2. I would like to query network data from devices using the endpoint (https://as____.awmdm.com/API/mdm/devices/search). The returned array device_network_info is empty, yet the data can be displayed in the UEM console. Why is the data retrieved via the API incomplete? Have I missed something? Expected data: "device_network_info": [ { "connection_type": "Ethernet", "ip_address": "127.0.0.1", "mac_address": "485A3F880798", "name": "en0", "vendor": "VMware" } ], Returned data: "device_network_info": [],
×
×
  • Create New...