Get-RubrikFilesetTemplate

SYNOPSIS

Retrieves details on one or more fileset templates known to a Rubrik cluster

SYNTAX

Get-RubrikFilesetTemplate [[-Name] <String>] [-OperatingSystemType <String>] [-shareType <String>]
 [-PrimaryClusterID <String>] [-id <String>] [-Server <String>] [-api <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikFilesetTemplate cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of fileset templates

EXAMPLES

EXAMPLE 1

Get-RubrikFilesetTemplate -Name 'Template1'

This will return details on all fileset templates named "Template1"

EXAMPLE 2

This will return details on all fileset templates that can be used against a Linux operating system type

EXAMPLE 3

This will return details on the fileset template matching id "11111111-2222-3333-4444-555555555555"

PARAMETERS

-Name

Retrieve fileset templates with a name matching the provided name. The search is performed as a case-insensitive infix search.

-OperatingSystemType

Filter the summary information based on the operating system type of the fileset. Accepted values: 'Windows', 'Linux'

-shareType

Filter the summary information based on the share type of the fileset. Accepted values: 'NFS', 'SMB'

-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

The ID of the fileset template

-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 Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl

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

Last updated

Was this helpful?