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: putPath:
/database/snapshots/ - Create snapshot of the current pluggable databases, the name will be generated
 - Method: postPath:
/database/snapshots/ - Create snapshot of the current pluggable databases, the name will be {snapshotName}
 - Method: postPath:
/database/snapshots/{snapshot_name} - Delete the specified snapshot
 - Method: deletePath:
/database/snapshots/{snapshot_name} - get all snapshots of the current pluggable databases
 - Method: getPath:
/database/snapshots/ - Get snapshot mode in current PDB
 - Method: getPath:
/database/snapshot_mode - Get specific snapshot based on the name in current PDB
 - Method: getPath:
/database/snapshots/{snapshot_name}