Get snapshot mode in current PDB
get
                    /database/snapshot_mode
Returns a snapshot mode. A client requires SQL Administrator role to invoke this service.
                
                Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
201 Response
PDB snapshot mode in the database.
                            
                            
                                Root Schema : DatabasePluggableSnapshotModeItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object describes Pluggable Database Snapshot mode associated with the current instance.
    
    
    
    
        Show Source
        - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    pdb_id: integer
                    
                    
                     
                    
                
                
                The ID of the container to which the data pertains.
 - 
                
                    
                    pdb_name: string
                    
                    
                     
                    
                
                
                Name of the PDB.
 - 
                
                    
                    snapshot_interval: integer
                    
                    
                     
                    
                
                
                Pluggable database snapshot interval, in minutes.
 - 
                
                    
                    snapshot_mode: string
                    
                    
                     
                    
                
                
                AUTO, MANUAL or NONE.