We recently started using the network scanner to pull in assets via SNMP. It hasnt been perfect but has been going pretty well. We're at the point that we want to start populating the custom fields we've added to the asset types, but aren't seeing a way to do it en masse. Unlike most other asset types, there's no option to import based on a CSV
They also get their own treatment in the cmdb. Manually routers and switches come up as configuration_items while discovered items come up as
discovery_hardwares:
vs
or tagged as config items vs network devics
They also seem to get a completely different set of unique IDs
That only matters because there's no section in the API documentation about getting at discovery_hardwares via the API (that I've seen).
GETs seem to work ok, but anytime I try PUTs, i get 422 errors
all of that is a long way of saying that I can't seem to figure out a way to update the fields in discovered assets without going through and updating them manually, 1 by 1. Is there a documented way that I do these programmatically vs 1 by one?