1 for config changes pushed to device, there's /ncs-config/logs/audit-network-log, so you don't need to write your own log
2 if you use an action to process logs, you need to consider in rest client <-> nso <-> action callback communication, the payl...
I don't think there's a single function in the pyapi that does what you want, but maybe you can do it in python with help of ActionParams class?
However I think your use case(having a customer api with customizable error management) is reasonable, yo...
with given info, I guess the your service update would remove everything under /devices/device/config(data populated by sync-from) because fastmap removes the /devices/device list but doesn't recreate /devices/device/config, this is how fastmap works...
though the schema has not changed, but there could be nodes that are affected by schema change in other namespaces, e.g. an instance-identifier, so NSO needs to check corner cases like this.
if you want more logging to show progress(or just to show t...