-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #585 from rubrikinc/mwpreston-issue580
Issue 580 - Get-RubrikEventSeries
- Loading branch information
Showing
8 changed files
with
585 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Configuration> | ||
<ViewDefinitions> | ||
<View> | ||
<Name>Default</Name> | ||
<ViewSelectedBy> | ||
<TypeName>Rubrik.EventSeriesById</TypeName> | ||
</ViewSelectedBy> | ||
<TableControl> | ||
<TableHeaders> | ||
<TableColumnHeader> | ||
<Label>Time</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Status</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Task Type</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Object Location</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Number of Events</Label> | ||
</TableColumnHeader> | ||
</TableHeaders> | ||
<TableRowEntries> | ||
<TableRowEntry> | ||
<TableColumnItems> | ||
<TableColumnItem> | ||
<PropertyName>endTime</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>status</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>taskType</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>location</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>total</PropertyName> | ||
</TableColumnItem> | ||
</TableColumnItems> | ||
</TableRowEntry> | ||
</TableRowEntries> | ||
</TableControl> | ||
</View> | ||
<View> | ||
<Name>Default</Name> | ||
<ViewSelectedBy> | ||
<TypeName>Rubrik.EventSeries</TypeName> | ||
</ViewSelectedBy> | ||
<TableControl> | ||
<TableHeaders> | ||
<TableColumnHeader> | ||
<Label>Time</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Status</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Object Type</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Object Location</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Event Id</Label> | ||
</TableColumnHeader> | ||
<TableColumnHeader> | ||
<Label>Event Series Id</Label> | ||
</TableColumnHeader> | ||
</TableHeaders> | ||
<TableRowEntries> | ||
<TableRowEntry> | ||
<TableColumnItems> | ||
<TableColumnItem> | ||
<PropertyName>eventDate</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>status</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>taskType</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>location</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>eventId</PropertyName> | ||
</TableColumnItem> | ||
<TableColumnItem> | ||
<PropertyName>eventSeriesId</PropertyName> | ||
</TableColumnItem> | ||
</TableColumnItems> | ||
</TableRowEntry> | ||
</TableRowEntries> | ||
</TableControl> | ||
</View> | ||
</ViewDefinitions> | ||
</Configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.