A snapshot is an image of an environment captured at a point in time, including RAM/CPU/disk allocations, network configurations, installed software, documents, and settings. It includes the state of an environment and applications running on it, at the time of capture, including the running state of every machine in the environment. Snapshots serve as backup copies of your environment and as potential templates for demo environments.
Resource | Description |
GET /api/v3/snapshots/ID | Retrieves details of a snapshot |
GET /api/v3/snapshots/actions/getforenv | Retrieves all snapshots contained in a specified environment’s blueprint |
PUT /api/v3/snapshots/actions/markdefault | Marks a specified snapshot as the default snapshot in its containing blueprint |
POST /api/v3/snapshots/actions/takesnapshot | Takes a snapshot of an environment |
Permalinks | Permalinks |