Hello, I am using the Casper REST API to populate our Asset Management database in ServiceNow.
I am using the resource URL ../computers/subset/basic
This URL provides most of the information I need for my queries.
However, I need BOTH the Primary Mac Address AND the Secondary Mac Address. That URL provides only one field <mac_address>.
Also, I tried building a computer report and pulling from ../computerreports
However, the report builder only provides a single mac address.
What resource URL can I use to query both network adapters for a single computer?
I’m unable to locate a table that stores network adapters specifically.
Let me know if anyone has any advice!
Thank you!