Hello,
in dbedit, according to the documentation, you can edit elements of a list in the following way:
dbedit> modify network_objects My_FW interfaces:3:ipaddr IP_ADDRESS
This changes the attribute ipaddr of the 3rd interface.
How is this achieved which the gerneic api? How does one change attributes of a object in a list. Note that I am not asking how to change an ip address via api. My question is about general API syntax.
My use case is to go into a firewall object, navigate to the realmsForBlades section and change the userloginattr.
Something like
set generic-object uid="something'" realmsForBlades.1.directory.userloginattr SAMACOUNTNAME
, but that specific syntax does not work.
Probably, it's something like
set generic-object uid="something'" realmsForBlades.set .... ,but I cannot find the correct syntax anywhere.
Can anyone help?
Thanks
Christian Riede