View a summary of OpsItems based on specified filters and aggregators.
ssm_get_ops_summary(Filters, Aggregators, NextToken, MaxResults)
Optional filters used to scope down the returned OpsItems.
[required] Optional aggregators that return counts of OpsItems based on one or more expressions.
A token to start the list. Use this token to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
svc$get_ops_summary( Filters = list( list( Key = "string", Values = list( "string" ), Type = "Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"|"Exists" ) ), Aggregators = list( list( AggregatorType = "string", TypeName = "string", AttributeName = "string", Values = list( "string" ), Filters = list( list( Key = "string", Values = list( "string" ), Type = "Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"|"Exists" ) ), Aggregators = list() ) ), NextToken = "string", MaxResults = 123 )