rubrik-sdk-for-powershell icon indicating copy to clipboard operation
rubrik-sdk-for-powershell copied to clipboard

Improve support for Oracle Databases

Open jaapbrasser opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Get functionality on par with SQL database

Describe the solution you'd like

Create:

  1. Protect-RubrikOracleDB
  2. Set-RubrikOracleDB

Describe alternatives you've considered

Use Invoke-RubrikRestCall in the following manner:

$SLA = Get-RubrikSLA -Name SlaWithLongNamesShouldMostDefinitelyBeAvoided
Invoke-RubrikRESTCall -Endpoint "sla_domain/$($SLA.id)/assign" -api internal -Method post -body @{existingSnapshotRetention = "RetainSnapshots";managedIds=@('OracleDatabase:::bbc0d06c-d472-44ef-bec0-bd3ce4ffe07b')} -Verbose

Additional context

Add any other context or screenshots about the feature request here.

jaapbrasser avatar Mar 11 '21 16:03 jaapbrasser