Get-RubrikAvailabilityGroup

SYNOPSIS

Retrieves details on one or more Avaialbility Group known to a Rubrik cluster

SYNTAX

Get-RubrikAvailabilityGroup [[-id] <String>] [[-GroupName] <String>] [[-SLA] <String>]
 [[-PrimaryClusterID] <String>] [[-SLAID] <String>] [[-Server] <String>] [[-api] <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikAvailabilityGroup cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of Availability Groups. To narrow down the results, use the group name or SLA limit your search to a smaller group of objects. Alternatively, supply the Rubrik database ID to return only one specific database.

EXAMPLES

EXAMPLE 1

Get-RubrikAvailabilityGroup -GroupName 'am1-sql16ag-1ag'

This will return details on the Availability Group

PARAMETERS

-id

-GroupName

Name of the availability group

-SLA

SLA Domain policy assigned to the database

-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.

-SLAID

-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 Chris Lumnah for community usage Twitter: @lumnah GitHub: clumnah

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikavailabilitygroup

Last updated

Was this helpful?