A blueprint is a container for an environment’s snapshots. It can hold zero or more snapshots. A blueprint is used to create new environments from a snapshot or to revert an environment to a snapshot.
Action | Description |
GET /api/v3/projects/ID/blueprints | Retrieves all blueprints available in a specified project |
GET /api/v3/projects/ID/blueprints/ID | Retrieves details of a specified blueprint, including snapshots |