Issue
After exporting from the Endpoints page (via CSV), I'm not seeing the Mac addresses of my endpoints in the exported file. Is there a way to export a list of endpoints with the MAC Address included?
Resolution
Mac addresses are not currently included in the Endpoints export.
However, they are available via the Red Canary REST API, which can also be leveraged to export or gather Endpoint data as needed, via the Endpoints operation.
https://subdomain.my.redcanary.co/openapi/v3/endpoints
"mac_address": { "type": "primitives.MacAddress", "attributes": { "address": "00:01:02:03:04:ab"
Comments
0 comments
Please sign in to leave a comment.