The snapshots of all pluggable databases (PDBs) in the Container Database
get
                    /database/pdb_snapshots/
Returns records from dba_pdb_snapshots. A client requires SQL Administrator role to invoke this service.
                
                Request
Query Parameters
                    - 
                            limit: integer(int32)
                            
                            The maximum number of records to return.
 - 
                            q: 
                            
                            Filtering is the process of limiting a collection resource by using a per-request dynamic filter definition across multiple page resources, where each page contains a subset of items found in the complete collection. Filtering enables efficient traversal of large collections.Examples
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
PDB snapshots in the container database.
                            
                            
                                Root Schema : DatabasePluggableSnapshots
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count: integer
                    
                    
                     
                    
                
                
                Total number of records in the current response.
 - 
                
                    
                    hasMore: boolean
                    
                    
                     
                    
                
                
                Indicates if there are more records to be retrieved.
 - 
                
                    
                    items: array
                    
                    
                
                
                    items
                
                
                
 - 
                
                    
                    limit: integer
                    
                    
                     
                    
                
                
                The actual page size limit on number of records applied by the server.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    offset: integer
                    
                    
                     
                    
                
                
                The actual index from which the item resources are returned.
 
Nested Schema : items
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  DatabasePluggableSnapshotItem
            
            This object describes Pluggable Database Snapshots associated with the current instance.
 
Nested Schema : DatabasePluggableSnapshotItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object describes Pluggable Database Snapshots associated with the current instance.
    
    
    
    
        Show Source
        - 
                
                    
                    con_id: integer
                    
                    
                     
                    
                
                
                The ID of the container to which the data pertains.
 - 
                
                    
                    con_name: string
                    
                    
                     
                    
                
                
                Name of the PDB.
 - 
                
                    
                    con_uid: integer
                    
                    
                     
                    
                
                
                Unique identifier associated with the PDB.
 - 
                
                    
                    full_snapshot_path: string
                    
                    
                     
                    
                
                
                Full path for the snapshot.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    previous_snapshot_scn: integer
                    
                    
                     
                    
                
                
                SCN at which the previous snapshot for the PDB was taken
 - 
                
                    
                    previous_snapshot_time: integer
                    
                    
                     
                    
                
                
                Timestamp of the previous snapshot for this PDB.
 - 
                
                    
                    snapshot_name: string
                    
                    
                     
                    
                
                
                Snapshot name of the PDB.
 - 
                
                    
                    snapshot_scn: integer
                    
                    
                     
                    
                
                
                SCN at which the snapshot was taken.
 - 
                
                    
                    snapshot_time: integer
                    
                    
                     
                    
                
                
                Timestamp at which the snapshot was taken.