INPUT_OBJECT
ActivitySeriesFilter
Description
Filters for list of event series.
link GraphQL Schema definition
- input ActivitySeriesFilter {
- # Filter by last activity status.
- EventStatus!] : [
- # Filter by last activity type.
- EventType!] : [
- # Filter by severity of the activity.
- EventSeverity!] : [
- # Filter by object name.
- String :
- # Filter by object type.
- EventObjectType!] : [
- # Filter activities having start time after the specified value.
- DateTime :
- # Filter activities having start time before the specified value.
- DateTime :
- # Filter activites having last updated time after the specified value.
- DateTime :
- # Filter activites having last updated time before than the specified value.
- DateTime :
- # Filter by cluster UUID.
- UUID!] : [
- # Filter by cluster type.
- EventClusterType!] : [
- # Filter by object fid.
- UUID!] : [
- # Filter by ancestor ID.
- UUID :
- # Filter by search term.
- String :
- # Filter by organization ID.
- String!] : [
- # IDs of the users who triggered the operation associated with the event series.
- String!] : [
- }