Skip to content

Commit

Permalink
Regenerate client from commit d9fcaddc of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jul 26, 2024
1 parent 69c04c5 commit 8938d3e
Show file tree
Hide file tree
Showing 8 changed files with 342 additions and 8 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": "2024-07-26 15:05:45.922448",
"spec_repo_commit": "bdcf730e"
"regenerated": "2024-07-26 17:07:24.310108",
"spec_repo_commit": "d9fcaddc"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-26 15:05:45.941135",
"spec_repo_commit": "bdcf730e"
"regenerated": "2024-07-26 17:07:24.328344",
"spec_repo_commit": "d9fcaddc"
}
}
}
48 changes: 48 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4216,6 +4216,7 @@ components:
- profiled_host_usage
- rum_browser_mobile_sessions_usage
- rum_replay_sessions_usage
- sca_fargate_usage
- sds_scanned_bytes_usage
- serverless_apps_usage
- siem_ingested_bytes_usage
Expand Down Expand Up @@ -4287,6 +4288,7 @@ components:
- PROFILED_HOST_USAGE
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
- RUM_REPLAY_SESSIONS_USAGE
- SCA_FARGATE_USAGE
- SDS_SCANNED_BYTES_USAGE
- SERVERLESS_APPS_USAGE
- SIEM_INGESTED_BYTES_USAGE
Expand Down Expand Up @@ -7987,6 +7989,8 @@ components:
- siem_ingested_bytes_percentage
- workflow_executions_usage
- workflow_executions_percentage
- sca_fargate_usage
- sca_fargate_percentage
- '*'
type: string
x-enum-varnames:
Expand Down Expand Up @@ -8124,6 +8128,8 @@ components:
- SIEM_INGESTED_BYTES_PERCENTAGE
- WORKFLOW_EXECUTIONS_USAGE
- WORKFLOW_EXECUTIONS_PERCENTAGE
- SCA_FARGATE_USAGE
- SCA_FARGATE_PERCENTAGE
- ALL
MonthlyUsageAttributionValues:
description: Fields in Usage Summary by tag(s).
Expand Down Expand Up @@ -8633,6 +8639,16 @@ components:
description: The total RUM Session Replay usage by tag(s).
format: double
type: number
sca_fargate_percentage:
description: The percentage of Software Composition Analysis Fargate task
usage by tag(s).
format: double
type: number
sca_fargate_usage:
description: The total Software Composition Analysis Fargate task usage
by tag(s).
format: double
type: number
sds_scanned_bytes_percentage:
description: The percentage of Sensitive Data Scanner usage by tag(s).
format: double
Expand Down Expand Up @@ -19241,6 +19257,17 @@ components:
1st, 2024).
format: int64
type: integer
sca_fargate_count_avg:
description: Shows the average of all Software Composition Analysis Fargate
tasks over all hours in the current date for the given org.
format: int64
type: integer
sca_fargate_count_hwm:
description: Shows the sum of the high-water marks of all Software Composition
Analysis Fargate tasks over all hours in the current date for the given
org.
format: int64
type: integer
sds_apm_scanned_bytes_sum:
description: Sum of all APM bytes scanned with sensitive data scanner over
all hours in the current date for all organizations.
Expand Down Expand Up @@ -19944,6 +19971,17 @@ components:
1st, 2024).
format: int64
type: integer
sca_fargate_count_avg:
description: Shows the average of all Software Composition Analysis Fargate
tasks over all hours in the current date for the given org.
format: int64
type: integer
sca_fargate_count_hwm:
description: Shows the sum of the high-water marks of all Software Composition
Analysis Fargate tasks over all hours in the current date for the given
org.
format: int64
type: integer
sds_apm_scanned_bytes_sum:
description: Sum of all APM bytes scanned with sensitive data scanner over
all hours in the current date for the given org.
Expand Down Expand Up @@ -20682,6 +20720,16 @@ components:
October 1st, 2024).
format: int64
type: integer
sca_fargate_count_avg_sum:
description: Shows the average of all Software Composition Analysis Fargate
tasks over all hours in the current months for all organizations.
format: int64
type: integer
sca_fargate_count_hwm_sum:
description: Shows the sum of the high-water marks of all Software Composition
Analysis Fargate tasks over all hours in the current months for all organizations.
format: int64
type: integer
sds_apm_scanned_bytes_sum:
description: Sum of all APM bytes scanned with sensitive data scanner in
the current month for all organizations.
Expand Down
2 changes: 2 additions & 0 deletions api/datadogV1/model_hourly_usage_attribution_usage_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const (
HOURLYUSAGEATTRIBUTIONUSAGETYPE_PROFILED_HOST_USAGE HourlyUsageAttributionUsageType = "profiled_host_usage"
HOURLYUSAGEATTRIBUTIONUSAGETYPE_RUM_BROWSER_MOBILE_SESSIONS_USAGE HourlyUsageAttributionUsageType = "rum_browser_mobile_sessions_usage"
HOURLYUSAGEATTRIBUTIONUSAGETYPE_RUM_REPLAY_SESSIONS_USAGE HourlyUsageAttributionUsageType = "rum_replay_sessions_usage"
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SCA_FARGATE_USAGE HourlyUsageAttributionUsageType = "sca_fargate_usage"
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SDS_SCANNED_BYTES_USAGE HourlyUsageAttributionUsageType = "sds_scanned_bytes_usage"
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SERVERLESS_APPS_USAGE HourlyUsageAttributionUsageType = "serverless_apps_usage"
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SIEM_INGESTED_BYTES_USAGE HourlyUsageAttributionUsageType = "siem_ingested_bytes_usage"
Expand Down Expand Up @@ -149,6 +150,7 @@ var allowedHourlyUsageAttributionUsageTypeEnumValues = []HourlyUsageAttributionU
HOURLYUSAGEATTRIBUTIONUSAGETYPE_PROFILED_HOST_USAGE,
HOURLYUSAGEATTRIBUTIONUSAGETYPE_RUM_BROWSER_MOBILE_SESSIONS_USAGE,
HOURLYUSAGEATTRIBUTIONUSAGETYPE_RUM_REPLAY_SESSIONS_USAGE,
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SCA_FARGATE_USAGE,
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SDS_SCANNED_BYTES_USAGE,
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SERVERLESS_APPS_USAGE,
HOURLYUSAGEATTRIBUTIONUSAGETYPE_SIEM_INGESTED_BYTES_USAGE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ const (
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_SIEM_INGESTED_BYTES_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "siem_ingested_bytes_percentage"
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_WORKFLOW_EXECUTIONS_USAGE MonthlyUsageAttributionSupportedMetrics = "workflow_executions_usage"
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_WORKFLOW_EXECUTIONS_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "workflow_executions_percentage"
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_SCA_FARGATE_USAGE MonthlyUsageAttributionSupportedMetrics = "sca_fargate_usage"
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_SCA_FARGATE_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "sca_fargate_percentage"
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_ALL MonthlyUsageAttributionSupportedMetrics = "*"
)

Expand Down Expand Up @@ -287,6 +289,8 @@ var allowedMonthlyUsageAttributionSupportedMetricsEnumValues = []MonthlyUsageAtt
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_SIEM_INGESTED_BYTES_PERCENTAGE,
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_WORKFLOW_EXECUTIONS_USAGE,
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_WORKFLOW_EXECUTIONS_PERCENTAGE,
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_SCA_FARGATE_USAGE,
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_SCA_FARGATE_PERCENTAGE,
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_ALL,
}

Expand Down
Loading

0 comments on commit 8938d3e

Please sign in to comment.