Skip to content

Commit b9dcae7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4a0d89c of spec repo
1 parent 35fd661 commit b9dcae7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89080,11 +89080,11 @@ paths:
8908089080
- **PERCENT**: Allocates fixed percentages to specific tags. Requires: allocated_by (array of percentage allocations).
8908189081

8908289082
**Filter Conditions:**
89083-
- Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
89083+
- Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
8908489084
- Use **values** for multi-value conditions: "in", "not in"
8908589085
- Cannot use both value and values simultaneously.
8908689086

89087-
**Supported operators**: is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
89087+
**Supported operators**: is, is not, contains, in, not in, =, !=, like, not like
8908889088
operationId: CreateCustomAllocationRule
8908989089
requestBody:
8909089090
content:
@@ -89252,11 +89252,11 @@ paths:
8925289252
- **USAGE_METRIC**: Allocates based on usage metrics (implementation varies).
8925389253

8925489254
**Filter Conditions:**
89255-
- Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
89255+
- Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
8925689256
- Use **values** for multi-value conditions: "in", "not in"
8925789257
- Cannot use both value and values simultaneously.
8925889258

89259-
**Supported operators**: is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
89259+
**Supported operators**: is, is not, contains, in, not in, =, !=, like, not like
8926089260
operationId: UpdateCustomAllocationRule
8926189261
parameters:
8926289262
- description: The unique identifier of the custom allocation rule

lib/datadog_api_client/v2/api/cloud_cost_management_api.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ def create_custom_allocation_rule(body, opts = {})
242242
# - **PERCENT**: Allocates fixed percentages to specific tags. Requires: allocated_by (array of percentage allocations).
243243
#
244244
# **Filter Conditions:**
245-
# - Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
245+
# - Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
246246
# - Use **values** for multi-value conditions: "in", "not in"
247247
# - Cannot use both value and values simultaneously.
248248
#
249-
# **Supported operators**: is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
249+
# **Supported operators**: is, is not, contains, in, not in, =, !=, like, not like
250250
#
251251
# @param body [ArbitraryCostUpsertRequest]
252252
# @param opts [Hash] the optional parameters
@@ -2088,11 +2088,11 @@ def update_custom_allocation_rule(rule_id, body, opts = {})
20882088
# - **USAGE_METRIC**: Allocates based on usage metrics (implementation varies).
20892089
#
20902090
# **Filter Conditions:**
2091-
# - Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
2091+
# - Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
20922092
# - Use **values** for multi-value conditions: "in", "not in"
20932093
# - Cannot use both value and values simultaneously.
20942094
#
2095-
# **Supported operators**: is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
2095+
# **Supported operators**: is, is not, contains, in, not in, =, !=, like, not like
20962096
#
20972097
# @param rule_id [Integer] The unique identifier of the custom allocation rule
20982098
# @param body [ArbitraryCostUpsertRequest]

0 commit comments

Comments
 (0)