Snapshot Manager
A snapshot is a set of committed Trust Framework and policy changes made on a branch. You can import and export snapshots to create policy backups and transfer policy configuration between Policy Editor instances.
Snapshot manager data model
| Property | Type | Required | Mutable | Description |
|---|---|---|---|---|
|
String |
Required |
Mutable |
A string that defines a name for the newly created policy branch. |
Response codes
| Code | Description |
|---|---|
200 |
Successful operation. |
400 |
The UUID provided is not in the correct format. |
400 |
Branch limit exceeded. Please delete a branch before trying to create any more. |
404 |
There is no branch in the system with the given ID. |
404 |
There is no snapshot in the system with the given ID. |
409 |
The branch name already exists. |