Hello, I am using the Casper REST API to populate our CMDB in ServiceNow.
I am querying each computer record and gathering details using this Resource URL.
https://your.jssserver.com:8443/JSSResource/computers/serialnumber/$serialnumber
This resource has a good amount of information.
However, I am looking for more information on the specific Network Adapters that are attached to each computer.
I only seem to have <mac_address> <ip_address> and <alt_mac_address>. Is there any more information on each network adapter such as a model number?
Our CMDB has an entirely separate table for Network Adapters and I would like to populate it with more details other than just the Mac Address. I want to get a value for "name" and/or "model name".
Thanks!