Skip to content

Commit 6b6e00d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 99a1185 of spec repo
1 parent 1c7f5ca commit 6b6e00d

16 files changed

+48
-64
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4579,7 +4579,6 @@ components:
45794579
- sca_fargate_usage
45804580
- sds_scanned_bytes_usage
45814581
- serverless_apps_usage
4582-
- serverless_apps_apm_usage
45834582
- siem_analyzed_logs_add_on_usage
45844583
- siem_ingested_bytes_usage
45854584
- snmp_usage
@@ -4667,7 +4666,6 @@ components:
46674666
- SCA_FARGATE_USAGE
46684667
- SDS_SCANNED_BYTES_USAGE
46694668
- SERVERLESS_APPS_USAGE
4670-
- SERVERLESS_APPS_APM_USAGE
46714669
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
46724670
- SIEM_INGESTED_BYTES_USAGE
46734671
- SNMP_USAGE
@@ -9158,8 +9156,6 @@ components:
91589156
- published_app_percentage
91599157
- serverless_apps_usage
91609158
- serverless_apps_percentage
9161-
- serverless_apps_apm_usage
9162-
- serverless_apps_apm_percentage
91639159
- snmp_usage
91649160
- snmp_percentage
91659161
- universal_service_monitoring_usage
@@ -9325,8 +9321,6 @@ components:
93259321
- PUBLISHED_APP_PERCENTAGE
93269322
- SERVERLESS_APPS_USAGE
93279323
- SERVERLESS_APPS_PERCENTAGE
9328-
- SERVERLESS_APPS_APM_USAGE
9329-
- SERVERLESS_APPS_APM_PERCENTAGE
93309324
- SNMP_USAGE
93319325
- SNMP_PERCENTAGE
93329326
- UNIVERSAL_SERVICE_MONITORING_USAGE
@@ -9984,14 +9978,6 @@ components:
99849978
description: The total Sensitive Data Scanner usage by tag(s).
99859979
format: double
99869980
type: number
9987-
serverless_apps_apm_percentage:
9988-
description: The percentage of Serverless Apps APM usage by tag(s).
9989-
format: double
9990-
type: number
9991-
serverless_apps_apm_usage:
9992-
description: The total Serverless Apps APM usage by tag(s).
9993-
format: double
9994-
type: number
99959981
serverless_apps_percentage:
99969982
description: The percentage of Serverless Apps usage by tag(s).
99979983
format: double

.generator/schemas/v2/openapi.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4307,6 +4307,7 @@ components:
43074307
ip_list:
43084308
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
43094309
items:
4310+
description: A single IP address to exclude.
43104311
example: "198.51.100.72"
43114312
type: string
43124313
type: array
@@ -4317,6 +4318,7 @@ components:
43174318
parameters:
43184319
description: A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body. Nested parameters can be matched by joining fields with a dot character.
43194320
items:
4321+
description: A request parameter name to exclude from the query string or request body.
43204322
example: "list.search.query"
43214323
type: string
43224324
type: array
@@ -4353,6 +4355,7 @@ components:
43534355
ip_list:
43544356
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
43554357
items:
4358+
description: A single IP address to exclude.
43564359
example: "198.51.100.72"
43574360
type: string
43584361
type: array
@@ -4361,6 +4364,7 @@ components:
43614364
parameters:
43624365
description: A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body. Nested parameters can be matched by joining fields with a dot character.
43634366
items:
4367+
description: A request parameter name to exclude from the query string or request body.
43644368
example: "list.search.query"
43654369
type: string
43664370
type: array
@@ -4512,6 +4516,7 @@ components:
45124516
ip_list:
45134517
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
45144518
items:
4519+
description: A single IP address to exclude.
45154520
example: "198.51.100.72"
45164521
type: string
45174522
type: array
@@ -7348,11 +7353,13 @@ components:
73487353
x-enum-varnames:
73497354
- REFERENCE_TABLES_BATCH_ROWS_QUERY
73507355
BatchRowsQueryRequest:
7356+
description: Request object for querying multiple rows from a reference table by their identifiers.
73517357
properties:
73527358
data:
73537359
$ref: "#/components/schemas/BatchRowsQueryRequestData"
73547360
type: object
73557361
BatchRowsQueryRequestData:
7362+
description: Data object for a batch rows query request.
73567363
properties:
73577364
attributes:
73587365
$ref: "#/components/schemas/BatchRowsQueryRequestDataAttributes"
@@ -7362,22 +7369,27 @@ components:
73627369
- type
73637370
type: object
73647371
BatchRowsQueryRequestDataAttributes:
7372+
description: Attributes for a batch rows query request.
73657373
properties:
73667374
row_ids:
7375+
description: List of row identifiers to query from the reference table.
73677376
example:
73687377
- "row_id_1"
73697378
- "row_id_2"
73707379
items:
7380+
description: A single row identifier.
73717381
type: string
73727382
type: array
73737383
table_id:
7384+
description: Unique identifier of the reference table to query.
73747385
example: "00000000-0000-0000-0000-000000000000"
73757386
type: string
73767387
required:
73777388
- row_ids
73787389
- table_id
73797390
type: object
73807391
BatchRowsQueryResponse:
7392+
description: Response object for a batch rows query against a reference table.
73817393
example:
73827394
data:
73837395
id: 00000000-0000-0000-0000-000000000000
@@ -7394,8 +7406,10 @@ components:
73947406
$ref: "#/components/schemas/BatchRowsQueryResponseData"
73957407
type: object
73967408
BatchRowsQueryResponseData:
7409+
description: Data object for a batch rows query response.
73977410
properties:
73987411
id:
7412+
description: Unique identifier of the batch query.
73997413
type: string
74007414
relationships:
74017415
$ref: "#/components/schemas/BatchRowsQueryResponseDataRelationships"
@@ -7405,11 +7419,13 @@ components:
74057419
- type
74067420
type: object
74077421
BatchRowsQueryResponseDataRelationships:
7422+
description: Relationships of the batch rows query response data.
74087423
properties:
74097424
rows:
74107425
$ref: "#/components/schemas/BatchRowsQueryResponseDataRelationshipsRows"
74117426
type: object
74127427
BatchRowsQueryResponseDataRelationshipsRows:
7428+
description: Relationship data containing the list of matching rows.
74137429
properties:
74147430
data:
74157431
items:
@@ -14945,6 +14961,7 @@ components:
1494514961
description: List of queries to define the environment scope.
1494614962
example: ["staging", "test"]
1494714963
items:
14964+
description: A query string used to match the environment scope.
1494814965
type: string
1494914966
minItems: 1
1495014967
type: array
@@ -15340,6 +15357,7 @@ components:
1534015357
tags:
1534115358
description: User-defined tags for organizing the widget.
1534215359
items:
15360+
description: A single user-defined tag.
1534315361
type: string
1534415362
nullable: true
1534515363
type: array
@@ -15396,6 +15414,7 @@ components:
1539615414
tags:
1539715415
description: Tags to help categorize or filter the page.
1539815416
items:
15417+
description: A single tag for categorizing the page.
1539915418
type: string
1540015419
type: array
1540115420
target:
@@ -23215,6 +23234,7 @@ components:
2321523234
description: List of queries to define the environment scope.
2321623235
example: ["staging", "test"]
2321723236
items:
23237+
description: A query string used to match the environment scope.
2321823238
type: string
2321923239
minItems: 1
2322023240
type: array
@@ -23245,6 +23265,7 @@ components:
2324523265
$ref: "#/components/schemas/EnvironmentsPaginationMetaPage"
2324623266
type: object
2324723267
EnvironmentsPaginationMetaPage:
23268+
description: Pagination metadata for environments list responses.
2324823269
properties:
2324923270
total_count:
2325023271
description: Total number of items.
@@ -25194,6 +25215,7 @@ components:
2519425215
$ref: "#/components/schemas/FeatureFlagsPaginationMetaPage"
2519525216
type: object
2519625217
FeatureFlagsPaginationMetaPage:
25218+
description: Pagination metadata for feature flags list responses.
2519725219
properties:
2519825220
total_count:
2519925221
description: Total number of items.
@@ -41704,6 +41726,7 @@ components:
4170441726
description: A list of component IDs whose output is used as the `input` for this component.
4170541727
example: ["filter-processor"]
4170641728
items:
41729+
description: A component ID referenced as an input source.
4170741730
type: string
4170841731
type: array
4170941732
key_prefix:
@@ -45772,6 +45795,7 @@ components:
4577245795
description: List of log field names to send as indexed fields to Splunk HEC. Available only when `encoding` is `json`.
4577345796
example: ["service", "host"]
4577445797
items:
45798+
description: A log field name to index in Splunk.
4577545799
type: string
4577645800
type: array
4577745801
inputs:
@@ -48289,6 +48313,7 @@ components:
4828948313
name_aliases:
4829048314
description: List of alias names for the permission.
4829148315
items:
48316+
description: An alternative name for the permission.
4829248317
type: string
4829348318
type: array
4829448319
restricted:
@@ -69801,6 +69826,7 @@ components:
6980169826
description: List of queries to define the environment scope.
6980269827
example: ["staging", "test"]
6980369828
items:
69829+
description: A query string used to match the environment scope.
6980469830
type: string
6980569831
minItems: 1
6980669832
type: array
@@ -72285,6 +72311,7 @@ components:
7228572311
example:
7228672312
- "team:my-team"
7228772313
items:
72314+
description: A single user-defined tag.
7228872315
type: string
7228972316
nullable: true
7229072317
type: array

src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
1717
Supported products for hourly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
1818
To obtain the complete list of valid usage types, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
1919
20-
:param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", "ci_code_coverage_committers_percentage", "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "flex_logs_starter", "flex_stored_logs", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "serverless_apps_apm_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"].
20+
:param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", "ci_code_coverage_committers_percentage", "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "flex_logs_starter", "flex_stored_logs", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"].
2121
:type value: str
2222
"""
2323

@@ -101,7 +101,6 @@ class HourlyUsageAttributionUsageType(ModelSimple):
101101
"sca_fargate_usage",
102102
"sds_scanned_bytes_usage",
103103
"serverless_apps_usage",
104-
"serverless_apps_apm_usage",
105104
"siem_analyzed_logs_add_on_usage",
106105
"siem_ingested_bytes_usage",
107106
"snmp_usage",
@@ -188,7 +187,6 @@ class HourlyUsageAttributionUsageType(ModelSimple):
188187
SCA_FARGATE_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
189188
SDS_SCANNED_BYTES_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
190189
SERVERLESS_APPS_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
191-
SERVERLESS_APPS_APM_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
192190
SIEM_ANALYZED_LOGS_ADD_ON_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
193191
SIEM_INGESTED_BYTES_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
194192
SNMP_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
@@ -322,7 +320,6 @@ def openapi_types(_):
322320
HourlyUsageAttributionUsageType.SCA_FARGATE_USAGE = HourlyUsageAttributionUsageType("sca_fargate_usage")
323321
HourlyUsageAttributionUsageType.SDS_SCANNED_BYTES_USAGE = HourlyUsageAttributionUsageType("sds_scanned_bytes_usage")
324322
HourlyUsageAttributionUsageType.SERVERLESS_APPS_USAGE = HourlyUsageAttributionUsageType("serverless_apps_usage")
325-
HourlyUsageAttributionUsageType.SERVERLESS_APPS_APM_USAGE = HourlyUsageAttributionUsageType("serverless_apps_apm_usage")
326323
HourlyUsageAttributionUsageType.SIEM_ANALYZED_LOGS_ADD_ON_USAGE = HourlyUsageAttributionUsageType(
327324
"siem_analyzed_logs_add_on_usage"
328325
)

0 commit comments

Comments
 (0)