Hi Community ,
In the near future I would need an automated way to transfer/update reports and macros (and possible sem. checks) from one tenant to multiple ones. I am only in the beginning of the exploration of what ARIS has to offer here. Some general tips and hints would be much appreciated.
Thanks
Bruno
Ivan Ivanov on
Hi Bruno,
Please feel free to explore the documentation of the ARIS Repository API to be found here :
https://my.ariscloud.com/apidocs/
By using the ARIS Asset Management API you can execute REST Requests from within a report . The result will be the transfer of predefined assets (reports and macros ) to a specific tenant (as defined by Tenant ID).
The specific request details for report have been documented here :
https://my.ariscloud.com/apidocs/swagger-ui/index.html?url=/tm/apidocs/external/swagger.json
For example you can explore the tm/rest/assets/export/{tenantID} endpoint.
Creating such a report requires ARIS report writing skills but I hope that the doc links will be a good starter in your exploration.
Regards
Ivan