Skip to content

Commit 08d673b

Browse files
Merge master into datadog-api-spec/test/vgranados/K9VULN-1347-vm-api
2 parents cb3d440 + 183e0dd commit 08d673b

File tree

354 files changed

+27157
-1599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+27157
-1599
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-10 17:29:07.595482",
8-
"spec_repo_commit": "f35e3502"
7+
"regenerated": "2024-12-19 07:26:23.728211",
8+
"spec_repo_commit": "5dd2cbe4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-10 17:29:07.616601",
13-
"spec_repo_commit": "f35e3502"
12+
"regenerated": "2024-12-19 07:26:23.743147",
13+
"spec_repo_commit": "5dd2cbe4"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 104 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,15 @@ components:
844844
Only hosts that match one of the defined tags are imported into Datadog.'
845845
example: key:value,filter:example
846846
type: string
847-
metrics_config:
848-
$ref: '#/components/schemas/AzureAccountMetricsConfig'
847+
metrics_enabled:
848+
description: Enable Azure metrics for your organization.
849+
example: true
850+
type: boolean
851+
metrics_enabled_default:
852+
description: Enable Azure metrics for your organization for resource providers
853+
where no resource provider config is specified.
854+
example: true
855+
type: boolean
849856
new_client_id:
850857
description: Your New Azure web application ID.
851858
example: new1c7f6-1234-5678-9101-3fcbf464test
@@ -860,37 +867,26 @@ components:
860867
monitored by this app registration.
861868
example: true
862869
type: boolean
870+
resource_provider_configs:
871+
description: Configuration settings applied to resources from the specified
872+
Azure resource providers.
873+
items:
874+
$ref: '#/components/schemas/ResourceProviderConfig'
875+
type: array
863876
tenant_name:
864877
description: Your Azure Active Directory ID.
865878
example: testc44-1234-5678-9101-cc00736ftest
866879
type: string
880+
usage_metrics_enabled:
881+
description: Enable azure.usage metrics for your organization.
882+
example: true
883+
type: boolean
867884
type: object
868885
AzureAccountListResponse:
869886
description: Accounts configured for your organization.
870887
items:
871888
$ref: '#/components/schemas/AzureAccount'
872889
type: array
873-
AzureAccountMetricsConfig:
874-
description: 'Dictionary containing the key `excluded_resource_providers` which
875-
has to be a list of Microsoft Azure Resource Provider names.
876-
877-
This feature is currently being beta tested.
878-
879-
In order to enable all resource providers for metric collection, pass:
880-
881-
`metrics_config: {"excluded_resource_providers": []}` (i.e., an empty list
882-
for `excluded_resource_providers`).'
883-
properties:
884-
excluded_resource_providers:
885-
description: List of Microsoft Azure Resource Providers to exclude from
886-
metric collection.
887-
example:
888-
- Microsoft.Sql
889-
- Microsoft.Cdn
890-
items:
891-
type: string
892-
type: array
893-
type: object
894890
CancelDowntimesByScopeRequest:
895891
description: Cancel downtimes according to scope.
896892
properties:
@@ -4185,6 +4181,7 @@ components:
41854181
- ci_test_indexed_spans_usage
41864182
- ci_visibility_itr_usage
41874183
- cloud_siem_usage
4184+
- code_security_host_usage
41884185
- container_excl_agent_usage
41894186
- container_usage
41904187
- cspm_containers_usage
@@ -4258,6 +4255,7 @@ components:
42584255
- CI_TEST_INDEXED_SPANS_USAGE
42594256
- CI_VISIBILITY_ITR_USAGE
42604257
- CLOUD_SIEM_USAGE
4258+
- CODE_SECURITY_HOST_USAGE
42614259
- CONTAINER_EXCL_AGENT_USAGE
42624260
- CONTAINER_USAGE
42634261
- CSPM_CONTAINERS_USAGE
@@ -4654,11 +4652,6 @@ components:
46544652
description: Widget column field.
46554653
example: content
46564654
type: string
4657-
is_clustering_pattern_field_path:
4658-
description: Identifies the clustering pattern field column, usable only
4659-
with logs_pattern_stream.
4660-
example: true
4661-
type: boolean
46624655
width:
46634656
$ref: '#/components/schemas/ListStreamColumnWidth'
46644657
required:
@@ -7943,6 +7936,8 @@ components:
79437936
- ci_visibility_itr_percentage
79447937
- cloud_siem_usage
79457938
- cloud_siem_percentage
7939+
- code_security_host_usage
7940+
- code_security_host_percentage
79467941
- container_excl_agent_usage
79477942
- container_excl_agent_percentage
79487943
- container_usage
@@ -8084,6 +8079,8 @@ components:
80848079
- CI_VISIBILITY_ITR_PERCENTAGE
80858080
- CLOUD_SIEM_USAGE
80868081
- CLOUD_SIEM_PERCENTAGE
8082+
- CODE_SECURITY_HOST_USAGE
8083+
- CODE_SECURITY_HOST_PERCENTAGE
80878084
- CONTAINER_EXCL_AGENT_USAGE
80888085
- CONTAINER_EXCL_AGENT_PERCENTAGE
80898086
- CONTAINER_USAGE
@@ -8311,6 +8308,14 @@ components:
83118308
tag(s).
83128309
format: double
83138310
type: number
8311+
code_security_host_percentage:
8312+
description: The percentage of Code Security host usage by tags.
8313+
format: double
8314+
type: number
8315+
code_security_host_usage:
8316+
description: The Code Security host usage by tags.
8317+
format: double
8318+
type: number
83148319
container_excl_agent_percentage:
83158320
description: The percentage of container usage without the Datadog Agent
83168321
by tag(s).
@@ -10200,6 +10205,19 @@ components:
1020010205
- lookup_enrichment_table
1020110206
- type
1020210207
type: object
10208+
ResourceProviderConfig:
10209+
description: Configuration settings applied to resources from the specified
10210+
Azure resource provider.
10211+
properties:
10212+
metrics_enabled:
10213+
description: Collect metrics for resources from this provider.
10214+
example: true
10215+
type: boolean
10216+
namespace:
10217+
description: The provider namespace to apply this configuration to.
10218+
example: Microsoft.Compute
10219+
type: string
10220+
type: object
1020310221
ResponseMetaAttributes:
1020410222
description: Object describing meta attributes of response.
1020510223
properties:
@@ -15202,7 +15220,7 @@ components:
1520215220
format: int64
1520315221
type: integer
1520415222
public_ids:
15205-
description: An array of Synthetic test IDs you want to delete.
15223+
description: An array of Synthetic test IDs you want uptimes for.
1520615224
example: []
1520715225
items:
1520815226
description: A Synthetic test ID.
@@ -19688,7 +19706,8 @@ components:
1968819706
format: int64
1968919707
type: integer
1969019708
avg_profiled_fargate_tasks:
19691-
description: The average profiled task count for Fargate Profiling.
19709+
description: The average total count for Fargate Container Profiler over
19710+
all hours in the current date for all organizations.
1969219711
format: int64
1969319712
type: integer
1969419713
aws_host_top99p:
@@ -19795,6 +19814,11 @@ components:
1979519814
Analysis committers over all hours in the current date for the given org.
1979619815
format: int64
1979719816
type: integer
19817+
code_security_host_top99p:
19818+
description: Shows the 99th percentile of all Code Security hosts over all
19819+
hours in the current date for the given org.
19820+
format: int64
19821+
type: integer
1979819822
container_avg:
1979919823
description: Shows the average of all distinct containers over all hours
1980019824
in the current date for all organizations.
@@ -19957,6 +19981,16 @@ components:
1995719981
hours in the current date for the given org.
1995819982
format: int64
1995919983
type: integer
19984+
fargate_container_profiler_profiling_fargate_avg:
19985+
description: The average number of Profiling Fargate tasks over all hours
19986+
in the current date for all organizations.
19987+
format: int64
19988+
type: integer
19989+
fargate_container_profiler_profiling_fargate_eks_avg:
19990+
description: The average number of Profiling Fargate Elastic Kubernetes
19991+
Service tasks over all hours in the current date for all organizations.
19992+
format: int64
19993+
type: integer
1996019994
fargate_tasks_count_avg:
1996119995
description: Shows the high-watermark of all Fargate tasks over all hours
1996219996
in the current date for all organizations.
@@ -20454,7 +20488,8 @@ components:
2045420488
format: int64
2045520489
type: integer
2045620490
avg_profiled_fargate_tasks:
20457-
description: The average profiled task count for Fargate Profiling.
20491+
description: The average total count for Fargate Container Profiler over
20492+
all hours in the current month for the given org.
2045820493
format: int64
2045920494
type: integer
2046020495
aws_host_top99p:
@@ -20561,6 +20596,11 @@ components:
2056120596
Analysis committers over all hours in the current date for the given org.
2056220597
format: int64
2056320598
type: integer
20599+
code_security_host_top99p:
20600+
description: Shows the 99th percentile of all Code Security hosts over all
20601+
hours in the current date for the given org.
20602+
format: int64
20603+
type: integer
2056420604
container_avg:
2056520605
description: Shows the average of all distinct containers over all hours
2056620606
in the current date for the given org.
@@ -20729,6 +20769,16 @@ components:
2072920769
hours in the current date for the given org.
2073020770
format: int64
2073120771
type: integer
20772+
fargate_container_profiler_profiling_fargate_avg:
20773+
description: The average number of Profiling Fargate tasks over all hours
20774+
in the current month for the given org.
20775+
format: int64
20776+
type: integer
20777+
fargate_container_profiler_profiling_fargate_eks_avg:
20778+
description: The average number of Profiling Fargate Elastic Kubernetes
20779+
Service tasks over all hours in the current month for the given org.
20780+
format: int64
20781+
type: integer
2073220782
fargate_tasks_count_avg:
2073320783
description: The average task count for Fargate.
2073420784
format: int64
@@ -21224,8 +21274,8 @@ components:
2122421274
format: int64
2122521275
type: integer
2122621276
avg_profiled_fargate_tasks_sum:
21227-
description: Shows the average of all profiled Fargate tasks over all hours
21228-
in the current month for all organizations.
21277+
description: The average total count for Fargate Container Profiler over
21278+
all hours in the current month for all organizations.
2122921279
format: int64
2123021280
type: integer
2123121281
aws_host_top99p_sum:
@@ -21338,6 +21388,11 @@ components:
2133821388
Analysis committers over all hours in the current month for all organizations.
2133921389
format: int64
2134021390
type: integer
21391+
code_security_host_top99p_sum:
21392+
description: Shows the 99th percentile of all Code Security hosts over all
21393+
hours in the current month for all organizations.
21394+
format: int64
21395+
type: integer
2134121396
container_avg_sum:
2134221397
description: Shows the average of all distinct containers over all hours
2134321398
in the current month for all organizations.
@@ -21508,6 +21563,16 @@ components:
2150821563
hours in the current month for all organizations.
2150921564
format: int64
2151021565
type: integer
21566+
fargate_container_profiler_profiling_fargate_avg_sum:
21567+
description: The average number of Profiling Fargate tasks over all hours
21568+
in the current month for all organizations.
21569+
format: int64
21570+
type: integer
21571+
fargate_container_profiler_profiling_fargate_eks_avg_sum:
21572+
description: The average number of Profiling Fargate Elastic Kubernetes
21573+
Service tasks over all hours in the current month for all organizations.
21574+
format: int64
21575+
type: integer
2151121576
fargate_tasks_count_avg_sum:
2151221577
description: Shows the average of all Fargate tasks over all hours in the
2151321578
current month for all organizations.
@@ -23427,6 +23492,12 @@ components:
2342723492
type: apiKey
2342823493
x-auth-id-alias: appKeyAuth
2342923494
x-env-name: DD_APP_KEY
23495+
bearerAuth:
23496+
in: header
23497+
name: Authorization
23498+
scheme: bearer
23499+
type: http
23500+
x-env-name: DD_BEARER_TOKEN
2343023501
info:
2343123502
contact:
2343223503
email: support@datadoghq.com

0 commit comments

Comments
 (0)