public static class MetricsApi.ListTagConfigurationsOptionalParameters extends Object
| Constructor and Description |
|---|
ListTagConfigurationsOptionalParameters() |
public ListTagConfigurationsOptionalParameters()
public MetricsApi.ListTagConfigurationsOptionalParameters filterConfigured(Boolean filterConfigured)
filterConfigured - Filter custom metrics that have configured tags. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterTagsConfigured(String filterTagsConfigured)
filterTagsConfigured - Filter tag configurations by configured tags. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterMetricType(MetricTagConfigurationMetricTypeCategory filterMetricType)
filterMetricType - Filter metrics by metric type. (optional, default to "distribution")public MetricsApi.ListTagConfigurationsOptionalParameters filterIncludePercentiles(Boolean filterIncludePercentiles)
filterIncludePercentiles - Filter distributions with additional percentile aggregations
enabled or disabled. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterQueried(Boolean filterQueried)
filterQueried - (Beta) Filter custom metrics that have or have not been queried in the
specified window[seconds]. If no window is provided or the window is less than 2 hours, a
default of 2 hours will be applied. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterTags(String filterTags)
filterTags - Filter metrics that have been submitted with the given tags. Supports
boolean and wildcard expressions. Can only be combined with the filter[queried] filter.
(optional)public MetricsApi.ListTagConfigurationsOptionalParameters windowSeconds(Long windowSeconds)
windowSeconds - The number of seconds of look back (from now) to apply to a filter[tag]
or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592,000 (30
days). (optional)public MetricsApi.ListTagConfigurationsOptionalParameters pageSize(Integer pageSize)
pageSize - Maximum number of results returned. (optional, default to 10000)public MetricsApi.ListTagConfigurationsOptionalParameters pageCursor(String pageCursor)
pageCursor - String to query the next page of results. This key is provided with each
valid response from the API in meta.pagination.next_cursor. Once the
meta.pagination.next_cursor key is null, all pages have been retrieved. (optional)Copyright © 2024. All rights reserved.