takeOnDemandOracleDatabaseSnapshot
On-demand backup of an Oracle database Supported in v5.0+ Create an asynchronous job for an on-demand snapshot of an Oracle database. The response includes an ID for the asynchronous job request. To see the status of the request, poll /oracle/request/{id}.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | TakeOnDemandOracleDatabaseSnapshotInput! | Input for InternalCreateOnDemandOracleBackup. |
Returns
Sample
{
"data": {
"takeOnDemandOracleDatabaseSnapshot": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}