Good day everyone,
I wrote a Python script to retrieve assets data from Lansweeper Cloud using GraphQL API. The following data were requested:
Mac Address
IP Address
Asset Type
Asset Name
Serial Number
Processor Speed
CPU Type
Operating System
My ask is, how do I retrieve the assets' hardware mac address? Which path can I use to retrieve the main mac address?
Thank you for your assistance.