Skip to content

Commit

Permalink
Fixed validation of service_level_indicator.0.windows_based_sli.0.met…
Browse files Browse the repository at this point in the history
…ric_sum_in_range.0.range.0.max (#3826)
  • Loading branch information
tmarszal authored Aug 7, 2020
1 parent 4d2b867 commit c3bcd0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions products/monitoring/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1562,8 +1562,8 @@ objects:
- !ruby/object:Api::Type::Integer
name: max
at_least_one_of:
- service_level_indicator.0.windows_based_sli.0.metric_mean_in_range.0.range.0.min
- service_level_indicator.0.windows_based_sli.0.metric_mean_in_range.0.range.0.max
- service_level_indicator.0.windows_based_sli.0.metric_sum_in_range.0.range.0.min
- service_level_indicator.0.windows_based_sli.0.metric_sum_in_range.0.range.0.max
description: |
max value for the range (inclusive). If not given,
will be set to "infinity", defining an open range
Expand Down Expand Up @@ -1990,4 +1990,3 @@ objects:
This field allows time series to be associated with the intersection of this metric
type and the monitored resource types in this list.
item_type: Api::Type::String

0 comments on commit c3bcd0a

Please sign in to comment.