Get-RubrikArchive

SYNOPSIS

Connects to Rubrik and retrieves a list of archive targets

SYNTAX

Query (Default)

Get-RubrikArchive [[-Name] <String>] [-ArchiveType <String>] [-DetailedObject] [-Server <String>]
 [-api <String>] [<CommonParameters>]

ID

Get-RubrikArchive [-Id] <String> [-DetailedObject] [-Server <String>] [-api <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikArchive cmdlet is used to pull a list of configured archive targets from the Rubrik cluster.

EXAMPLES

EXAMPLE 1

This will return all the archive targets configured on the Rubrik cluster.

EXAMPLE 2

This will return the archive targets configured on the Rubrik cluster with the name of 'archive01'.

PARAMETERS

-Id

Archive Location ID

-Name

Archive Location Name

-ArchiveType

Filter by Archive location type (Currently S3 and Azure only)

-DetailedObject

DetailedObject will retrieved the detailed archive object, the default behavior of the API is to only retrieve a subset of the archive object. Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed.

-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 Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston

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

Last updated

Was this helpful?