Get snapshot mode in current PDB
get
/ords/_/db-api/stable/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.
Back to TopResponse
Supported Media Types
- application/json
201 Response
PDB snapshot mode in the database.
Root Schema : DatabasePluggableSnapshotModeItem
Type:
object
This object describes Pluggable Database Snapshot mode associated with the current instance.
Show Source
-
links(optional):
array links
-
pdb_id(optional):
integer
The ID of the container to which the data pertains.
-
pdb_name(optional):
string
Name of the PDB.
-
snapshot_interval(optional):
integer
Pluggable database snapshot interval, in minutes.
-
snapshot_mode(optional):
string
AUTO, MANUAL or NONE.