I'm looking for a way to clone an object group from one R80 SMS to another with minimal effort, and no access to a proper shell. In this environment, I don't have access to another system I could run jq or python or any other code for that matter.
Ideally, I would show group name <object> in the "Command Line" version of the API published in SmartConsole on the source manager, take the output and throw it in the same place on the target manager, with some minor edits to avoid duplicates.
Reality is, unfortunately, far from my imagination. I haven't found a simple way to do this with any output produced by the API without drastically transforming it and building entirely new calls in Postman, because the Output != Input.
There must be a better way?