Get-RubrikEventSeries

SYNOPSIS

Retrieve information for events grouped by event series

SYNTAX

Get-RubrikEventSeries [[-Id] <String>] [[-Status] <String>] [[-EventType] <String>] [[-objectIds] <Array>]
 [[-ObjectName] <String>] [[-ObjectType] <String>] [[-Server] <String>] [[-api] <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikEventSeries cmdlet is used to pull a event data from a event series within a Rubrik cluster.

EXAMPLES

EXAMPLE 1

Get-RubrikEventSeries -id '1111-2222-3333'

This will return details for the specified event series, along with its' associated events in the Rubrik Cluster

PARAMETERS

-Id

Filter by Event Series ID

-Status

Filter by Status. Enter any of the following values: 'Failure', 'Warning', 'Running', 'Success', 'Canceled', 'Canceling'. Note: Deprecated in 5.2

-EventType

Filter by Event Type. Note: Deprecated in 5.2

-objectIds

Filter by a comma separated list of object IDs. Note: Deprecated in 5.2

-ObjectName

Filter all the events according to the provided name using infix search for resources and exact search for usernames. Note: Deprecated in 5.2

-ObjectType

Filter all the events by object type. Enter any of the following values: 'VmwareVm', 'Mssql', 'LinuxFileset', 'WindowsFileset', 'WindowsHost', 'LinuxHost', 'StorageArrayVolumeGroup', 'VolumeGroup', 'NutanixVm', 'Oracle', 'AwsAccount', and 'Ec2Instance'. WindowsHost maps to both WindowsFileset and VolumeGroup, while LinuxHost maps to LinuxFileset and StorageArrayVolumeGroup. Note: Deprecated in 5.2

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

Last updated

Was this helpful?