Skip to content

Commit a83a61e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0a38431a of spec repo
1 parent 5f722eb commit a83a61e

File tree

90 files changed

+5759
-19
lines changed

Some content is hidden

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

90 files changed

+5759
-19
lines changed

.apigentools-info

+4-4
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": "2025-04-03 16:28:02.680829",
8-
"spec_repo_commit": "4468962d"
7+
"regenerated": "2025-04-04 07:29:44.899316",
8+
"spec_repo_commit": "0a38431a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-03 16:28:02.696576",
13-
"spec_repo_commit": "4468962d"
12+
"regenerated": "2025-04-04 07:29:44.915540",
13+
"spec_repo_commit": "0a38431a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+28-15
Original file line numberDiff line numberDiff line change
@@ -11211,7 +11211,6 @@ components:
1121111211
description: Whether the email domain allowlist is enabled for the org.
1121211212
type: boolean
1121311213
type: object
11214-
x-ignore-duplicate-object: true
1121511214
DomainAllowlistRequest:
1121611215
description: Request containing the desired email domain allowlist configuration.
1121711216
properties:
@@ -11252,7 +11251,6 @@ components:
1125211251
description: Whether the email domain allowlist is enabled for the org.
1125311252
type: boolean
1125411253
type: object
11255-
x-ignore-duplicate-object: true
1125611254
DomainAllowlistType:
1125711255
default: domain_allowlist
1125811256
description: Email domain allowlist allowlist type.
@@ -12190,7 +12188,6 @@ components:
1219012188
description: Custom extensions. This is the free-formed field to send client-side
1219112189
metadata. No Datadog features are affected by this field.
1219212190
type: object
12193-
x-ignore-duplicate-object: true
1219412191
integrations:
1219512192
$ref: '#/components/schemas/EntityV3Integrations'
1219612193
kind:
@@ -12398,7 +12395,6 @@ components:
1239812395
description: Custom extensions. This is the free-formed field to send client
1239912396
side metadata. No Datadog features are affected by this field.
1240012397
type: object
12401-
x-ignore-duplicate-object: true
1240212398
integrations:
1240312399
$ref: '#/components/schemas/EntityV3Integrations'
1240412400
kind:
@@ -12423,7 +12419,6 @@ components:
1242312419
performanceData:
1242412420
$ref: '#/components/schemas/EntityV3DatadogPerformance'
1242512421
type: object
12426-
x-ignore-duplicate-object: true
1242712422
EntityV3DatastoreKind:
1242812423
description: The definition of Entity V3 Datastore Kind object.
1242912424
enum:
@@ -12436,6 +12431,11 @@ components:
1243612431
additionalProperties: false
1243712432
description: The definition of Entity V3 Datastore Spec object.
1243812433
properties:
12434+
componentOf:
12435+
description: A list of components the datastore is a part of
12436+
items:
12437+
type: string
12438+
type: array
1243912439
lifecycle:
1244012440
description: The lifecycle state of the datastore.
1244112441
minLength: 1
@@ -12598,7 +12598,6 @@ components:
1259812598
description: Custom extensions. This is the free-formed field to send client-side
1259912599
metadata. No Datadog features are affected by this field.
1260012600
type: object
12601-
x-ignore-duplicate-object: true
1260212601
integrations:
1260312602
$ref: '#/components/schemas/EntityV3Integrations'
1260412603
kind:
@@ -12623,7 +12622,6 @@ components:
1262312622
performanceData:
1262412623
$ref: '#/components/schemas/EntityV3DatadogPerformance'
1262512624
type: object
12626-
x-ignore-duplicate-object: true
1262712625
EntityV3QueueKind:
1262812626
description: The definition of Entity V3 Queue Kind object.
1262912627
enum:
@@ -12636,6 +12634,11 @@ components:
1263612634
additionalProperties: false
1263712635
description: The definition of Entity V3 Queue Spec object.
1263812636
properties:
12637+
componentOf:
12638+
description: A list of components the queue is a part of
12639+
items:
12640+
type: string
12641+
type: array
1263912642
lifecycle:
1264012643
description: The lifecycle state of the queue.
1264112644
minLength: 1
@@ -12661,7 +12664,6 @@ components:
1266112664
description: Custom extensions. This is the free-formed field to send client-side
1266212665
metadata. No Datadog features are affected by this field.
1266312666
type: object
12664-
x-ignore-duplicate-object: true
1266512667
integrations:
1266612668
$ref: '#/components/schemas/EntityV3Integrations'
1266712669
kind:
@@ -12702,6 +12704,11 @@ components:
1270212704
additionalProperties: false
1270312705
description: The definition of Entity V3 Service Spec object.
1270412706
properties:
12707+
componentOf:
12708+
description: A list of components the service is a part of
12709+
items:
12710+
type: string
12711+
type: array
1270512712
dependsOn:
1270612713
description: A list of components the service depends on.
1270712714
items:
@@ -12737,7 +12744,6 @@ components:
1273712744
description: Custom extensions. This is the free-formed field to send client-side
1273812745
metadata. No Datadog features are affected by this field.
1273912746
type: object
12740-
x-ignore-duplicate-object: true
1274112747
integrations:
1274212748
$ref: '#/components/schemas/EntityV3Integrations'
1274312749
kind:
@@ -28634,11 +28640,19 @@ components:
2863428640
enum:
2863528641
- logs
2863628642
- audit
28643+
- app_sec_spans
28644+
- spans
28645+
- security_runtime
28646+
- network
2863728647
example: logs
2863828648
type: string
2863928649
x-enum-varnames:
2864028650
- LOGS
2864128651
- AUDIT
28652+
- APP_SEC_SPANS
28653+
- SPANS
28654+
- SECURITY_RUNTIME
28655+
- NETWORK
2864228656
SecurityMonitoringStandardRuleCreatePayload:
2864328657
description: Create a new rule.
2864428658
properties:
@@ -30690,7 +30704,6 @@ components:
3069030704
example: https://my-org.pagerduty.com/service-directory/PMyService
3069130705
type: string
3069230706
type: object
30693-
x-ignore-duplicate-object: true
3069430707
ServiceDefinitionV2Dot1Slack:
3069530708
description: Service owner's Slack channel.
3069630709
properties:
@@ -30896,7 +30909,6 @@ components:
3089630909
example: https://my-org.pagerduty.com/service-directory/PMyService
3089730910
type: string
3089830911
type: object
30899-
x-ignore-duplicate-object: true
3090030912
ServiceDefinitionV2Dot2Type:
3090130913
description: The type of service.
3090230914
example: web
@@ -31196,7 +31208,7 @@ components:
3119631208
format: int64
3119731209
type: integer
3119831210
rtt_micro_seconds:
31199-
description: Measured as TCP smoothed roundtrip time in microseconds (the
31211+
description: Measured as TCP smoothed round trip time in microseconds (the
3120031212
time between a TCP frame being sent and acknowledged).
3120131213
format: int64
3120231214
type: integer
@@ -45466,9 +45478,7 @@ paths:
4546645478
- Cloud Network Monitoring
4546745479
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
4546845480

45469-
contact [Datadog support](https://docs.datadoghq.com/help/).
45470-
45471-
type: safe'
45481+
contact [Datadog support](https://docs.datadoghq.com/help/).'
4547245482
/api/v2/on-call/schedules:
4547345483
post:
4547445484
description: Create a new on-call schedule
@@ -45520,6 +45530,7 @@ paths:
4552045530
schema:
4552145531
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
4552245532
format: uuid
45533+
type: string
4552345534
responses:
4552445535
'204':
4552545536
description: No Content
@@ -45555,6 +45566,7 @@ paths:
4555545566
schema:
4555645567
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
4555745568
format: uuid
45569+
type: string
4555845570
responses:
4555945571
'200':
4556045572
content:
@@ -45594,6 +45606,7 @@ paths:
4559445606
schema:
4559545607
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
4559645608
format: uuid
45609+
type: string
4559745610
requestBody:
4559845611
content:
4559945612
application/json:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2025-04-04T01:44:14.114Z"

0 commit comments

Comments
 (0)