Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,539 changes: 78 additions & 2,461 deletions .generator/schemas/v2/openapi.yaml

Large diffs are not rendered by default.

615 changes: 38 additions & 577 deletions docs/datadog_api_client.v2.model.rst

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions examples/v2/synthetics/GetSyntheticsBrowserTestResult.py

This file was deleted.

16 changes: 0 additions & 16 deletions examples/v2/synthetics/GetSyntheticsTestResult.py

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions examples/v2/synthetics/ListSyntheticsTestLatestResults.py

This file was deleted.

15 changes: 0 additions & 15 deletions examples/v2/synthetics/PollSyntheticsTestResults.py

This file was deleted.

8 changes: 4 additions & 4 deletions src/datadog_api_client/v2/api/cloud_cost_management_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,11 +954,11 @@ def create_custom_allocation_rule(

**Filter Conditions:**

* Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
* Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
* Use **values** for multi-value conditions: "in", "not in"
* Cannot use both value and values simultaneously.

**Supported operators** : is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
**Supported operators** : is, is not, contains, in, not in, =, !=, like, not like

:type body: ArbitraryCostUpsertRequest
:rtype: ArbitraryRuleResponse
Expand Down Expand Up @@ -1462,11 +1462,11 @@ def update_custom_allocation_rule(

**Filter Conditions:**

* Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
* Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
* Use **values** for multi-value conditions: "in", "not in"
* Cannot use both value and values simultaneously.

**Supported operators** : is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
**Supported operators** : is, is not, contains, in, not in, =, !=, like, not like

:param rule_id: The unique identifier of the custom allocation rule
:type rule_id: int
Expand Down
Loading
Loading