DATA CENTER DOCUMENT ACTIVITY REST API UPGRADE CHECKS REST API
Overview
There are a number of upgrade checks and pre-upgrade checks REST API endpoints that can be used to retrieve information or run/canupgrade/cel 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 thupgrade and e following pre-upting actions avorresponding 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