Skip to content

Commit 1127fcd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 150ace98 of spec repo
1 parent edbfaff commit 1127fcd

File tree

27 files changed

+239
-89
lines changed

27 files changed

+239
-89
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-01-08 16:03:16.737338",
8-
"spec_repo_commit": "8b5aed97"
7+
"regenerated": "2024-01-08 18:58:20.833900",
8+
"spec_repo_commit": "150ace98"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-08 16:03:16.752830",
13-
"spec_repo_commit": "8b5aed97"
12+
"regenerated": "2024-01-08 18:58:20.857880",
13+
"spec_repo_commit": "150ace98"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,6 +3776,22 @@ components:
37763776
description: The name of the Cloudflare account.
37773777
example: test-name
37783778
type: string
3779+
resources:
3780+
description: An allowlist of resources to restrict pulling metrics for.
3781+
example:
3782+
- web
3783+
- dns
3784+
items:
3785+
type: string
3786+
type: array
3787+
zones:
3788+
description: An allowlist of zones to restrict pulling metrics for.
3789+
example:
3790+
- zone_id_1
3791+
- zone_id_2
3792+
items:
3793+
type: string
3794+
type: array
37793795
required:
37803796
- api_key
37813797
- name
@@ -3808,6 +3824,22 @@ components:
38083824
description: The name of the Cloudflare account.
38093825
example: test-name
38103826
type: string
3827+
resources:
3828+
description: An allowlist of resources to restrict pulling metrics for.
3829+
example:
3830+
- web
3831+
- dns
3832+
items:
3833+
type: string
3834+
type: array
3835+
zones:
3836+
description: An allowlist of zones to restrict pulling metrics for.
3837+
example:
3838+
- zone_id_1
3839+
- zone_id_2
3840+
items:
3841+
type: string
3842+
type: array
38113843
required:
38123844
- name
38133845
type: object
@@ -3856,6 +3888,22 @@ components:
38563888
key is provided (and not a token), this field is also required.
38573889
example: test-email@example.com
38583890
type: string
3891+
resources:
3892+
description: An allowlist of resources to restrict pulling metrics for.
3893+
example:
3894+
- web
3895+
- dns
3896+
items:
3897+
type: string
3898+
type: array
3899+
zones:
3900+
description: An allowlist of zones to restrict pulling metrics for.
3901+
example:
3902+
- zone_id_1
3903+
- zone_id_2
3904+
items:
3905+
type: string
3906+
type: array
38593907
required:
38603908
- api_key
38613909
type: object
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-01-26T10:55:04.225Z
1+
2024-01-04T18:40:40.939Z

cassettes/features/v2/cloudflare_integration/Add-Cloudflare-account-returns-Bad-Request-response-due-to-missing-email.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-01-26T10:54:47.296Z
1+
2024-01-04T18:40:41.099Z

cassettes/features/v2/cloudflare_integration/Add-Cloudflare-account-returns-Bad-Request-response-using-invalid-auth-key.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-03T19:17:37.850Z

cassettes/features/v2/cloudflare_integration/Add-Cloudflare-account-returns-CREATED-response-with-optional-filters.yml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-01-26T10:54:24.725Z
1+
2024-01-04T18:40:41.520Z

cassettes/features/v2/cloudflare_integration/Add-Cloudflare-account-returns-CREATED-response.yml

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

0 commit comments

Comments
 (0)