The list of all snapshots taken for thee specified pluggable databases (PDBs)
get
                    /database/pdb_snapshots/{pdb_name}/
Returns records from dba_pdb_snapshots based on container name. A client requires SQL Administrator role to invoke this service.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    pdb_name: string
                    
                    The name of the specified PDB to retrieve the list of snapshots for.
Response
Supported Media Types
                - application/json
200 Response
PDB snapshots in the specified pluggable database.
                
                
                    Root Schema : DatabasePluggableSnapshots
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        DatabasePluggableSnapshots- 
            count(optional): 
            integer(int32)
            Total number of records in the current response.
- 
            hasMore(optional): 
            boolean
            Indicates if there are more records to be retrieved.
- 
            items(optional): 
            array  items
            
            
- 
            limit(optional): 
            integer(int32)
            The actual page size limit on number of records applied by the server.
- 
            links(optional): 
            array  links
            
            
- 
            offset(optional): 
            integer(int32)
            The actual index from which the item resources are returned.
Nested Schema : items
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  DatabasePluggableSnapshotItem
            
            Title:DatabasePluggableSnapshotItemThis object describes Pluggable Database Snapshots associated with the current instance.
Nested Schema : DatabasePluggableSnapshotItem
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    DatabasePluggableSnapshotItemThis object describes Pluggable Database Snapshots associated with the current instance.
    
    
    
    
        Show Source
        - 
            con_id(optional): 
            integer(int32)
            The ID of the container to which the data pertains.
- 
            con_name(optional): 
            string
            Name of the PDB.
- 
            con_uid(optional): 
            integer(int32)
            Unique identifier associated with the PDB.
- 
            full_snapshot_path(optional): 
            string
            Full path for the snapshot.
- 
            links(optional): 
            array  links
            
            
- 
            previous_snapshot_scn(optional): 
            integer(int32)
            SCN at which the previous snapshot for the PDB was taken
- 
            previous_snapshot_time(optional): 
            integer(int32)
            Timestamp of the previous snapshot for this PDB.
- 
            snapshot_name(optional): 
            string
            Snapshot name of the PDB.
- 
            snapshot_scn(optional): 
            integer(int32)
            SCN at which the snapshot was taken.
- 
            snapshot_time(optional): 
            integer(int32)
            Timestamp at which the snapshot was taken.