Get specific snapshot based on the name in current PDB
get
                    /database/snapshots/{snapshot_name}
Returns a specific snapshot record. A client requires SQL Administrator role to invoke this service.
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    snapshot_name: string
                    
                    Snapshot Name.
 
Response
Supported Media Types
                - application/json
 
201 Response
PDB snapshot in the database.
                
                
                    Root Schema : DatabasePluggableSnapshotWithFileItem
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    DatabasePluggableSnapshotWithFileItemThis object describes Pluggable Database Snapshots and snapshot files 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_files(optional): 
            string
            The snapshot files.
 - 
            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.