Pluggable Database Snapshot Carousel REST Endpoints

Pluggable Database Snapshot Carousel
Services related to managing pluggable databases snapshots in an Oracle database instance.
Configure automatic PDB snapshots.
Method: put
Path: /database/snapshots/
Create snapshot of the current pluggable databases, the name will be generated
Method: post
Path: /database/snapshots/
Create snapshot of the current pluggable databases, the name will be {snapshotName}
Method: post
Path: /database/snapshots/{snapshot_name}
Delete the specified snapshot
Method: delete
Path: /database/snapshots/{snapshot_name}
get all snapshots of the current pluggable databases
Method: get
Path: /database/snapshots/
Get snapshot mode in current PDB
Method: get
Path: /database/snapshot_mode
Get specific snapshot based on the name in current PDB
Method: get
Path: /database/snapshots/{snapshot_name}