- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-25-2018 09:11 PM
When I use the Export to CSV button in the devices tab it does not show the serials for all devices in a stack or all blades in a chassis.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-30-2018 12:23 PM
Network > Devices > Use the drop-down toward the left to select "by Device Type" > Use the three-bar menu > Configuration/Firmware > Register/Export Serial Numbers...
This gives the full printout of all devices, blades, modules with serials. Previously, I'd tried that with the drop-down menu on "by Location" which did not give the full list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-27-2018 06:19 PM
It more or less just outputs the devices screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-23-2023 07:48 AM
Did you find a way to pull all the serial numbers? I'm in the same situation. If not is there a procedure or how to regarding using the API rest? Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-26-2018 05:42 PM
if you are a little bit familiar with scripting there is a easy way via the REST-API.
You have to use two steps (you can try both steps in your browser)
- Get all devices (and there ips) with this command: "https://YourNetSightIP:8443/axis/services/NetSightDeviceWebService/getAllDevices". Take all ips form the answer to this request and put the ips in the command here: "https://YourNetSightIP:8443/axis/services/InventoryWebService/getDeviceProperties?ipAddress=IpFromStepOne" in a loop of you script.
If you use the both calls in you script you can add you credentials to the string. If you use the browser you are requested to fill in you creds.
Have fun.
Best regards
Stephan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-26-2018 05:42 PM
Stephan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-26-2018 05:42 PM
Cheers,
Ed.
