Skip to content

Commit

Permalink
Regenerate client from commit cb03418c of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 21, 2025
1 parent b8b861f commit 9e58722
Show file tree
Hide file tree
Showing 91 changed files with 6,574 additions and 85 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-17 21:03:23.618184",
"spec_repo_commit": "617655da"
"regenerated": "2025-01-21 16:44:35.794198",
"spec_repo_commit": "cb03418c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-17 21:03:23.634365",
"spec_repo_commit": "617655da"
"regenerated": "2025-01-21 16:44:35.809576",
"spec_repo_commit": "cb03418c"
}
}
}
61 changes: 61 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6784,6 +6784,62 @@ components:
- FIREFOX_LAPTOP_LARGE
- FIREFOX_TABLET
- FIREFOX_MOBILE_SMALL
MonitorFormulaAndFunctionCostAggregator:
description: Aggregation methods for metric queries.
enum:
- avg
- sum
- max
- min
- last
- area
- l2norm
- percentile
- stddev
example: avg
type: string
x-enum-varnames:
- AVG
- SUM
- MAX
- MIN
- LAST
- AREA
- L2NORM
- PERCENTILE
- STDDEV
MonitorFormulaAndFunctionCostDataSource:
description: Data source for cost queries.
enum:
- metrics
- cloud_cost
- datadog_usage
example: cloud_cost
type: string
x-enum-varnames:
- METRICS
- CLOUD_COST
- DATADOG_USAGE
MonitorFormulaAndFunctionCostQueryDefinition:
description: A formula and functions cost query.
properties:
aggregator:
$ref: '#/components/schemas/MonitorFormulaAndFunctionCostAggregator'
data_source:
$ref: '#/components/schemas/MonitorFormulaAndFunctionCostDataSource'
name:
description: Name of the query for use in formulas.
example: query1
type: string
query:
description: The monitor query.
example: sum:all.cost{*}.rollup(sum, 86400)
type: string
required:
- name
- data_source
- query
type: object
MonitorFormulaAndFunctionEventAggregation:
description: Aggregation methods for event platform queries.
enum:
Expand Down Expand Up @@ -6934,6 +6990,7 @@ components:
description: A formula and function query.
oneOf:
- $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
- $ref: '#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition'
MonitorGroupSearchResponse:
description: The response of a monitor group search.
example:
Expand Down Expand Up @@ -23680,6 +23737,10 @@ components:
security_monitoring_filters_write: Create, edit, and delete Security Filters.
security_monitoring_findings_read: View a list of findings that include
both misconfigurations and identity risks.
security_monitoring_notification_profiles_read: View Rule Security Notification
rules.
security_monitoring_notification_profiles_write: Create, edit, and delete
Security Notification rules.
security_monitoring_rules_read: Read Detection Rules.
security_monitoring_rules_write: Create and edit Detection Rules.
security_monitoring_signals_read: View Security Signals.
Expand Down
Loading

0 comments on commit 9e58722

Please sign in to comment.