DATA CENTER DOCUMENT ACTIVITY REST API PREUPGRADE CHECKS REST API
Overview
There are a number of pre-upgrade checks REST API endpoints that can be used to retrieve information or run/cancel the pre-upgrade checks process for the document activity upgrade.
A document activity REST API is also available to retrieve workflow document activity information
Comala Document Management has the following pre-upgrade checks reporting actions available with corresponding REST API endpoints.
Spaces with page activity and current upgrade status
Endpoint:
http://<confluencehostname>/rest/cw/2/documentactivity/upgrade/report
Method:
GET
Spaces pre-upgrade check progress
Endpoint:
http://<confluencehostname>/rest/cw/2/documentactivity/upgrade/status/{spaceKey}
Method:
GET
Run spaces pre-upgrade check process
http://<confluencehostname>/rest/cw/2/documentactivity/upgrade/prechecks
Method:
POST
Get space pre-upgrade check support package
Endpoint:
http://<confluencehostname>/rest/cw/2/documentactivity/upgrade/support/{spaceKey}
Method:
GET
The space must have an upgrade check process CHECK_FAIL status to get the support package.
Cancel space pre-upgrade check process
Endpoint:
http://<confluencehostname>/rest/cw/2/documentactivity/prechecks/cancel/{spaceKey}
Method:
POST