Get-RubrikEventSeries
SYNOPSIS
Retrieve information for events grouped by event series
SYNTAX
DESCRIPTION
The Get-RubrikEventSeries cmdlet is used to pull a event data from a event series within a Rubrik cluster.
EXAMPLES
EXAMPLE 1
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
RELATED LINKS
Last updated