Question:
Is there a way to search AKIPS for serial numbers of devices?
Answer:
Under ‘Reports -> Device -> Chassis’ you will find serial numbers along with a host of other things.
Or, you can navigate to ‘Admin -> API -> Command Console’ and run:
Get all serial numbers:
mget * * * /serial/
Get serial number for specific a device:
mget * {device name} * /serial/
Get all of the Chassis info:
mget * * /chassis/ *
Comments
0 comments
Please sign in to leave a comment.