Manage device posture inventory.
You can export this data feed into your own SIEM with (Akamai Unified Log Streamer)[https://github.com/akamai/uls].
Pipe the result of the inventory into jq
to display only device ID, name and user_id:
$ akamai eaa dp inventory | jq '.[] | {device_id, device_name, user_id}'
By default the cli will poll and print data every 10 minutes.
You can increase the interval by using the --interval <interval-in-seconds>
argument.
$ akamai eaa dp inventory --tail