display
@CliCommand(value="aggregate-counter display",
help="Display aggregate counter values by chosen interval and resolution(minute, hour)")
public Table display(@CliOption(key={"","name"},help="the name of the aggregate counter to display",mandatory=true,optionContext="existing-aggregate-counter disable-string-converter")
java.lang.String name,
@CliOption(key="from",help="start-time for the interval. format: \'yyyy-MM-dd HH:mm:ss\'",mandatory=false)
java.lang.String from,
@CliOption(key="to",help="end-time for the interval. format: \'yyyy-MM-dd HH:mm:ss\'. defaults to now",mandatory=false)
java.lang.String to,
@CliOption(key="lastHours",help="set the interval to last \'n\' hours",mandatory=false)
java.lang.Integer lastHours,
@CliOption(key="lastDays",help="set the interval to last \'n\' days",mandatory=false)
java.lang.Integer lastDays,
@CliOption(key="resolution",help="the size of the bucket to aggregate (minute, hour, day, month)",mandatory=false,unspecifiedDefaultValue="hour")
AggregateCounterOperations.Resolution resolution,
@CliOption(key="pattern",help="the pattern used to format the count values (see DecimalFormat)",mandatory=false,unspecifiedDefaultValue="