Get-RubrikOracleDB
SYNOPSIS
Retrieves details on one or more Oracle DBs known to a Rubrik cluster
SYNTAX
Query (Default)
Get-RubrikOracleDB [[-Name] <String>] [-Relic] [-LiveMount] [-DataGuardGroup] [-DetailedObject] [-SLA <String>]
[-SLAAssignment <String>] [-PrimaryClusterID <String>] [-SLAID <String>] [-Server <String>] [-api <String>]
[<CommonParameters>]ID
Get-RubrikOracleDB [-Relic] [-LiveMount] [-DataGuardGroup] [-DetailedObject] [-SLA <String>]
[-SLAAssignment <String>] [-PrimaryClusterID <String>] [-id] <String> [-SLAID <String>] [-Server <String>]
[-api <String>] [<CommonParameters>]DESCRIPTION
The Get-RubrikOracleDB cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of Oracle DBs
EXAMPLES
EXAMPLE 1
This will return details on all Oracle DBs named "OracleDB1".
EXAMPLE 2
This will return details on all Oracle DBs named "OracleDB1" that are protected by the Gold SLA Domain.
EXAMPLE 3
This will return all removed Oracle DBs that were formerly protected by Rubrik.
EXAMPLE 4
This will return all Oracle DBs belonging to a Data Guard Group.
EXAMPLE 5
This will return the Oracle DB object with all properties, including additional details such as snapshots taken of the Oracle DB. Using this switch parameter negatively affects performance as more API queries will be performed.
PARAMETERS
-Name
Name of the Oracle DB
-Relic
Filter results to include only relic (removed) Oracle DBs
-LiveMount
{{ Fill LiveMount Description }}
-DataGuardGroup
Filter results to incldue only data guard group dbs
-DetailedObject
DetailedObject will retrieved the detailed VM object, the default behavior of the API is to only retrieve a subset of the full VM object unless we query directly by ID. Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed.
-SLA
SLA Domain policy assigned to the Oracle DB
-SLAAssignment
Filter by SLA Domain assignment type
-PrimaryClusterID
Filter the summary information based on the primarycluster_id of the primary Rubrik cluster. Use 'local' as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session.
-id
Oracle DB id
-SLAID
SLA id value
-Server
Rubrik server IP or FQDN
-api
API version
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Written by Jaap Brasser for community usage Twitter: @jaap_brasser GitHub: jaapbrasser
RELATED LINKS
Last updated
Was this helpful?