This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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

Pre-upgrade checks REST API documentation

  • No labels