Configure automatic PDB snapshots.
put
/ords/_/db-api/stable/database/snapshots/
Configure max snapshot and snapshot mode for the current PDB.
Request
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
maxSnapshot:
integer
Allowed Values:
[ "CREATE", "PLUG" ]
Setting the maximum number of snapshots. 0 will drop all snapshots. -
snapshotMode:
string
Configure automatic PDB snapshots. it can be NONE, MANUAL or every n hours/minutes.
Response
204 Response
Confirmation that snapshot setting has been updated.