Skip to content

Commit 3754529

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 773b3560 of spec repo (#1070)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent dcd776d commit 3754529

8 files changed

+78
-8
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.2",
7-
"regenerated": "2022-06-27 09:17:15.188101",
8-
"spec_repo_commit": "3b41c5ef"
7+
"regenerated": "2022-06-27 13:32:33.434285",
8+
"spec_repo_commit": "773b3560"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-06-27 09:17:15.199058",
13-
"spec_repo_commit": "3b41c5ef"
12+
"regenerated": "2022-06-27 13:32:33.527975",
13+
"spec_repo_commit": "773b3560"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,6 +3626,7 @@ components:
36263626
enum:
36273627
- api_usage
36283628
- apm_host_usage
3629+
- appsec_usage
36293630
- browser_usage
36303631
- container_usage
36313632
- custom_timeseries_usage
@@ -3644,6 +3645,7 @@ components:
36443645
x-enum-varnames:
36453646
- API_USAGE
36463647
- APM_HOST_USAGE
3648+
- APPSEC_USAGE
36473649
- BROWSER_USAGE
36483650
- CONTAINER_USAGE
36493651
- CUSTOM_TIMESERIES_USAGE
@@ -6812,6 +6814,8 @@ components:
68126814
- api_percentage
68136815
- apm_host_usage
68146816
- apm_host_percentage
6817+
- appsec_usage
6818+
- appsec_percentage
68156819
- browser_usage
68166820
- browser_percentage
68176821
- container_usage
@@ -6847,6 +6851,8 @@ components:
68476851
- API_PERCENTAGE
68486852
- APM_HOST_USAGE
68496853
- APM_HOST_PERCENTAGE
6854+
- APPSEC_USAGE
6855+
- APPSEC_PERCENTAGE
68506856
- BROWSER_USAGE
68516857
- BROWSER_PERCENTAGE
68526858
- CONTAINER_USAGE
@@ -6895,6 +6901,15 @@ components:
68956901
description: The APM host usage by tag(s).
68966902
format: double
68976903
type: number
6904+
appsec_percentage:
6905+
description: The percentage of Application Security Monitoring host usage
6906+
by tag(s).
6907+
format: double
6908+
type: number
6909+
appsec_usage:
6910+
description: The Application Security Monitoring host usage by tag(s).
6911+
format: double
6912+
type: number
68986913
browser_percentage:
68996914
description: The percentage of synthetic browser test usage by tag(s).
69006915
format: double
@@ -13396,6 +13411,8 @@ components:
1339613411
- snmp_usage
1339713412
- apm_host_usage
1339813413
- api_usage
13414+
- appsec_usage
13415+
- appsec_percentage
1339913416
- container_usage
1340013417
- custom_timeseries_percentage
1340113418
- container_percentage
@@ -13422,6 +13439,8 @@ components:
1342213439
- SNMP_USAGE
1342313440
- APM_HOST_USAGE
1342413441
- API_USAGE
13442+
- APPSEC_USAGE
13443+
- APPSEC_PERCENTAGE
1342513444
- CONTAINER_USAGE
1342613445
- CUSTOM_TIMESERIES_PERCENTAGE
1342713446
- CONTAINER_PERCENTAGE
@@ -13478,6 +13497,8 @@ components:
1347813497
- dbm_queries_percentage
1347913498
- estimated_indexed_logs_usage
1348013499
- estimated_indexed_logs_percentage
13500+
- appsec_usage
13501+
- appsec_percentage
1348113502
- estimated_indexed_spans_usage
1348213503
- estimated_indexed_spans_percentage
1348313504
- '*'
@@ -13515,6 +13536,8 @@ components:
1351513536
- DBM_QUERIES_PERCENTAGE
1351613537
- ESTIMATED_INDEXED_LOGS_USAGE
1351713538
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
13539+
- APPSEC_USAGE
13540+
- APPSEC_PERCENTAGE
1351813541
- ESTIMATED_INDEXED_SPANS_USAGE
1351913542
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
1352013543
- ALL
@@ -13547,6 +13570,13 @@ components:
1354713570
description: The APM host usage by tag(s).
1354813571
format: double
1354913572
type: number
13573+
appsec_percentage:
13574+
description: The percentage of Application Security Monitoring host usage
13575+
by tag(s).
13576+
appsec_usage:
13577+
description: The Application Security Monitoring host usage by tag(s).
13578+
format: double
13579+
type: number
1355013580
browser_percentage:
1355113581
description: The percentage of synthetic browser test usage by tag(s).
1355213582
format: double

src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/monthly_usage_attribution_values.py

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_sort.py

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_supported_metrics.py

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_values.py

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)