rubrik-sdk-for-powershell
rubrik-sdk-for-powershell copied to clipboard
Improve support for Oracle Databases
Is your feature request related to a problem? Please describe.
Get functionality on par with SQL database
Describe the solution you'd like
Create:
-
Protect-RubrikOracleDB
-
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.