Restoring past version(s) of a perspective
search cancel

Restoring past version(s) of a perspective

book

Article ID: 367609

calendar_today

Updated On:

Products

CloudHealth

Issue/Introduction

There is no current automatic perspective backups. Users are encouraged to perform manual schema snapshots when planning large changes to a perspective configuration.

Resolution

Schema backups can be performed by running the 'Retrieve Perspective Schema' GET API call against a particular perspective:
https://apidocs.cloudhealthtech.com/#perspectives_retrieve-perspective-schema

This will return a JSON schema document, which is the building blocks for perspective.

Schema's can be restored by running the 'Update Perspective Schema' PUT call:
https://apidocs.cloudhealthtech.com/#perspectives_update-perspective-schema

Please see our API documentation for further details: https://apidocs.cloudhealthtech.com/#perspectives_introduction-to-perspectives-api