@@ -11211,7 +11211,6 @@ components:
11211
11211
description: Whether the email domain allowlist is enabled for the org.
11212
11212
type: boolean
11213
11213
type: object
11214
- x-ignore-duplicate-object: true
11215
11214
DomainAllowlistRequest:
11216
11215
description: Request containing the desired email domain allowlist configuration.
11217
11216
properties:
@@ -11252,7 +11251,6 @@ components:
11252
11251
description: Whether the email domain allowlist is enabled for the org.
11253
11252
type: boolean
11254
11253
type: object
11255
- x-ignore-duplicate-object: true
11256
11254
DomainAllowlistType:
11257
11255
default: domain_allowlist
11258
11256
description: Email domain allowlist allowlist type.
@@ -12190,7 +12188,6 @@ components:
12190
12188
description: Custom extensions. This is the free-formed field to send client-side
12191
12189
metadata. No Datadog features are affected by this field.
12192
12190
type: object
12193
- x-ignore-duplicate-object: true
12194
12191
integrations:
12195
12192
$ref: '#/components/schemas/EntityV3Integrations'
12196
12193
kind:
@@ -12398,7 +12395,6 @@ components:
12398
12395
description: Custom extensions. This is the free-formed field to send client
12399
12396
side metadata. No Datadog features are affected by this field.
12400
12397
type: object
12401
- x-ignore-duplicate-object: true
12402
12398
integrations:
12403
12399
$ref: '#/components/schemas/EntityV3Integrations'
12404
12400
kind:
@@ -12423,7 +12419,6 @@ components:
12423
12419
performanceData:
12424
12420
$ref: '#/components/schemas/EntityV3DatadogPerformance'
12425
12421
type: object
12426
- x-ignore-duplicate-object: true
12427
12422
EntityV3DatastoreKind:
12428
12423
description: The definition of Entity V3 Datastore Kind object.
12429
12424
enum:
@@ -12436,6 +12431,11 @@ components:
12436
12431
additionalProperties: false
12437
12432
description: The definition of Entity V3 Datastore Spec object.
12438
12433
properties:
12434
+ componentOf:
12435
+ description: A list of components the datastore is a part of
12436
+ items:
12437
+ type: string
12438
+ type: array
12439
12439
lifecycle:
12440
12440
description: The lifecycle state of the datastore.
12441
12441
minLength: 1
@@ -12598,7 +12598,6 @@ components:
12598
12598
description: Custom extensions. This is the free-formed field to send client-side
12599
12599
metadata. No Datadog features are affected by this field.
12600
12600
type: object
12601
- x-ignore-duplicate-object: true
12602
12601
integrations:
12603
12602
$ref: '#/components/schemas/EntityV3Integrations'
12604
12603
kind:
@@ -12623,7 +12622,6 @@ components:
12623
12622
performanceData:
12624
12623
$ref: '#/components/schemas/EntityV3DatadogPerformance'
12625
12624
type: object
12626
- x-ignore-duplicate-object: true
12627
12625
EntityV3QueueKind:
12628
12626
description: The definition of Entity V3 Queue Kind object.
12629
12627
enum:
@@ -12636,6 +12634,11 @@ components:
12636
12634
additionalProperties: false
12637
12635
description: The definition of Entity V3 Queue Spec object.
12638
12636
properties:
12637
+ componentOf:
12638
+ description: A list of components the queue is a part of
12639
+ items:
12640
+ type: string
12641
+ type: array
12639
12642
lifecycle:
12640
12643
description: The lifecycle state of the queue.
12641
12644
minLength: 1
@@ -12661,7 +12664,6 @@ components:
12661
12664
description: Custom extensions. This is the free-formed field to send client-side
12662
12665
metadata. No Datadog features are affected by this field.
12663
12666
type: object
12664
- x-ignore-duplicate-object: true
12665
12667
integrations:
12666
12668
$ref: '#/components/schemas/EntityV3Integrations'
12667
12669
kind:
@@ -12702,6 +12704,11 @@ components:
12702
12704
additionalProperties: false
12703
12705
description: The definition of Entity V3 Service Spec object.
12704
12706
properties:
12707
+ componentOf:
12708
+ description: A list of components the service is a part of
12709
+ items:
12710
+ type: string
12711
+ type: array
12705
12712
dependsOn:
12706
12713
description: A list of components the service depends on.
12707
12714
items:
@@ -12737,7 +12744,6 @@ components:
12737
12744
description: Custom extensions. This is the free-formed field to send client-side
12738
12745
metadata. No Datadog features are affected by this field.
12739
12746
type: object
12740
- x-ignore-duplicate-object: true
12741
12747
integrations:
12742
12748
$ref: '#/components/schemas/EntityV3Integrations'
12743
12749
kind:
@@ -28634,11 +28640,19 @@ components:
28634
28640
enum:
28635
28641
- logs
28636
28642
- audit
28643
+ - app_sec_spans
28644
+ - spans
28645
+ - security_runtime
28646
+ - network
28637
28647
example: logs
28638
28648
type: string
28639
28649
x-enum-varnames:
28640
28650
- LOGS
28641
28651
- AUDIT
28652
+ - APP_SEC_SPANS
28653
+ - SPANS
28654
+ - SECURITY_RUNTIME
28655
+ - NETWORK
28642
28656
SecurityMonitoringStandardRuleCreatePayload:
28643
28657
description: Create a new rule.
28644
28658
properties:
@@ -30690,7 +30704,6 @@ components:
30690
30704
example: https://my-org.pagerduty.com/service-directory/PMyService
30691
30705
type: string
30692
30706
type: object
30693
- x-ignore-duplicate-object: true
30694
30707
ServiceDefinitionV2Dot1Slack:
30695
30708
description: Service owner's Slack channel.
30696
30709
properties:
@@ -30896,7 +30909,6 @@ components:
30896
30909
example: https://my-org.pagerduty.com/service-directory/PMyService
30897
30910
type: string
30898
30911
type: object
30899
- x-ignore-duplicate-object: true
30900
30912
ServiceDefinitionV2Dot2Type:
30901
30913
description: The type of service.
30902
30914
example: web
@@ -31196,7 +31208,7 @@ components:
31196
31208
format: int64
31197
31209
type: integer
31198
31210
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
31200
31212
time between a TCP frame being sent and acknowledged).
31201
31213
format: int64
31202
31214
type: integer
@@ -45466,9 +45478,7 @@ paths:
45466
45478
- Cloud Network Monitoring
45467
45479
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
45468
45480
45469
- contact [Datadog support](https://docs.datadoghq.com/help/).
45470
-
45471
- type: safe'
45481
+ contact [Datadog support](https://docs.datadoghq.com/help/).'
45472
45482
/api/v2/on-call/schedules:
45473
45483
post:
45474
45484
description: Create a new on-call schedule
@@ -45520,6 +45530,7 @@ paths:
45520
45530
schema:
45521
45531
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
45522
45532
format: uuid
45533
+ type: string
45523
45534
responses:
45524
45535
'204':
45525
45536
description: No Content
@@ -45555,6 +45566,7 @@ paths:
45555
45566
schema:
45556
45567
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
45557
45568
format: uuid
45569
+ type: string
45558
45570
responses:
45559
45571
'200':
45560
45572
content:
@@ -45594,6 +45606,7 @@ paths:
45594
45606
schema:
45595
45607
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
45596
45608
format: uuid
45609
+ type: string
45597
45610
requestBody:
45598
45611
content:
45599
45612
application/json:
0 commit comments