i'm tasked with cataloging and tagging all our vendor and 3rd party connections. for network connections this was easy enough via api, to create tags in for of "vend-<name_of_vend>" and apply this to objects using set host or set network
for our client users we have an LDAP account unit and LDAP groups that are built off this. it's easy enough to open one of these up and apply a tag, but i have over 1400 of these to work on ... so i'd prefer to stay in the domain of api calls.
if i lookup a particular ldap group via show objects and search by name i can find the uid simple enough but the type is
"type" : "CpmiExternalGroup" ... doing a show object for the uid it's easy enough to see the tags when i apply them manually ... but what can i do to "set" the tag field for a generic object. going through the api doc's and boards has not yielded a valid call that can be made. i'm assuming if i can do it in dashboard gui there should be an api call i can make.
any advice is appreciated
thanks
greg