We are converting a customer database platform from Oracle to PostgreSQL. As part of this, one of the requirement is to also convert the existing Liveports in the Content Server from Oracle to PostgreSQL (e.g. syntex changes).
As there are 1k+ livereports in the system, we are planning to export all livereport SQLs from Content Server schema and work on the conversion externally outside the Content Server. After the conversion, the livereports need to be updated in Content Server with the new SQLs.
I have a technical question in order to execute this process in a more automated way.
1) Does Content Server (v22.4) have API support (REST, SOAP etc.) for creation and updates of livereports e.g. update the SQL?