@@ -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:
@@ -26433,6 +26439,8 @@ components:
26433
26439
properties:
26434
26440
data:
26435
26441
$ref: '#/components/schemas/ScheduleCreateRequestData'
26442
+ required:
26443
+ - data
26436
26444
type: object
26437
26445
ScheduleCreateRequestData:
26438
26446
description: The core data wrapper for creating a schedule, encompassing attributes,
@@ -26444,6 +26452,9 @@ components:
26444
26452
$ref: '#/components/schemas/ScheduleCreateRequestDataRelationships'
26445
26453
type:
26446
26454
$ref: '#/components/schemas/ScheduleCreateRequestDataType'
26455
+ required:
26456
+ - attributes
26457
+ - type
26447
26458
type: object
26448
26459
ScheduleCreateRequestDataAttributes:
26449
26460
description: Describes the main attributes for creating a new schedule, including
@@ -26545,7 +26556,7 @@ components:
26545
26556
with an `id`.
26546
26557
properties:
26547
26558
id:
26548
- description: The user's UUID .
26559
+ description: The user's ID .
26549
26560
type: string
26550
26561
type: object
26551
26562
ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -26645,6 +26656,7 @@ components:
26645
26656
description: Schedules resource type.
26646
26657
enum:
26647
26658
- schedules
26659
+ example: schedules
26648
26660
type: string
26649
26661
x-enum-varnames:
26650
26662
- SCHEDULES
@@ -26655,7 +26667,8 @@ components:
26655
26667
attributes:
26656
26668
$ref: '#/components/schemas/ScheduleDataAttributes'
26657
26669
id:
26658
- description: The schedule's unique identifier (UUID).
26670
+ description: The schedule's unique identifier.
26671
+ example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
26659
26672
type: string
26660
26673
relationships:
26661
26674
$ref: '#/components/schemas/ScheduleDataRelationships'
@@ -26712,6 +26725,7 @@ components:
26712
26725
properties:
26713
26726
id:
26714
26727
description: The unique identifier of the layer in this relationship.
26728
+ example: 67963b57-d67c-dfa7-b180-62ee9301d2f5
26715
26729
type: string
26716
26730
type:
26717
26731
$ref: '#/components/schemas/ScheduleDataRelationshipsLayersDataItemsType'
@@ -26721,6 +26735,7 @@ components:
26721
26735
description: Layers resource type.
26722
26736
enum:
26723
26737
- layers
26738
+ example: layers
26724
26739
type: string
26725
26740
x-enum-varnames:
26726
26741
- LAYERS
@@ -26739,6 +26754,7 @@ components:
26739
26754
properties:
26740
26755
id:
26741
26756
description: The unique identifier of the team in this relationship.
26757
+ example: 00000000-da3a-0000-0000-000000000000
26742
26758
type: string
26743
26759
type:
26744
26760
$ref: '#/components/schemas/ScheduleDataRelationshipsTeamsDataItemsType'
@@ -26748,6 +26764,7 @@ components:
26748
26764
description: Teams resource type.
26749
26765
enum:
26750
26766
- teams
26767
+ example: teams
26751
26768
type: string
26752
26769
x-enum-varnames:
26753
26770
- TEAMS
@@ -26786,7 +26803,7 @@ components:
26786
26803
type: object
26787
26804
ScheduleMemberRelationshipsUserData:
26788
26805
description: Points to the user data associated with this schedule member, including
26789
- a UUID and type.
26806
+ an ID and type.
26790
26807
properties:
26791
26808
id:
26792
26809
description: The user's unique identifier.
@@ -26867,6 +26884,8 @@ components:
26867
26884
properties:
26868
26885
data:
26869
26886
$ref: '#/components/schemas/ScheduleUpdateRequestData'
26887
+ required:
26888
+ - data
26870
26889
type: object
26871
26890
ScheduleUpdateRequestData:
26872
26891
description: Contains all data needed to update an existing schedule, including
@@ -26875,12 +26894,17 @@ components:
26875
26894
attributes:
26876
26895
$ref: '#/components/schemas/ScheduleUpdateRequestDataAttributes'
26877
26896
id:
26878
- description: The UUID of the schedule to be updated.
26897
+ description: The ID of the schedule to be updated.
26898
+ example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
26879
26899
type: string
26880
26900
relationships:
26881
26901
$ref: '#/components/schemas/ScheduleUpdateRequestDataRelationships'
26882
26902
type:
26883
26903
$ref: '#/components/schemas/ScheduleUpdateRequestDataType'
26904
+ required:
26905
+ - attributes
26906
+ - type
26907
+ - id
26884
26908
type: object
26885
26909
ScheduleUpdateRequestDataAttributes:
26886
26910
description: Defines the updatable attributes for a schedule, such as name,
@@ -26980,7 +27004,7 @@ components:
26980
27004
`id` is required.
26981
27005
properties:
26982
27006
id:
26983
- description: The user's UUID .
27007
+ description: The user's ID .
26984
27008
type: string
26985
27009
type: object
26986
27010
ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27077,6 +27101,7 @@ components:
27077
27101
description: Schedules resource type.
27078
27102
enum:
27079
27103
- schedules
27104
+ example: schedules
27080
27105
type: string
27081
27106
x-enum-varnames:
27082
27107
- SCHEDULES
@@ -28634,11 +28659,19 @@ components:
28634
28659
enum:
28635
28660
- logs
28636
28661
- audit
28662
+ - app_sec_spans
28663
+ - spans
28664
+ - security_runtime
28665
+ - network
28637
28666
example: logs
28638
28667
type: string
28639
28668
x-enum-varnames:
28640
28669
- LOGS
28641
28670
- AUDIT
28671
+ - APP_SEC_SPANS
28672
+ - SPANS
28673
+ - SECURITY_RUNTIME
28674
+ - NETWORK
28642
28675
SecurityMonitoringStandardRuleCreatePayload:
28643
28676
description: Create a new rule.
28644
28677
properties:
@@ -30690,7 +30723,6 @@ components:
30690
30723
example: https://my-org.pagerduty.com/service-directory/PMyService
30691
30724
type: string
30692
30725
type: object
30693
- x-ignore-duplicate-object: true
30694
30726
ServiceDefinitionV2Dot1Slack:
30695
30727
description: Service owner's Slack channel.
30696
30728
properties:
@@ -30896,7 +30928,6 @@ components:
30896
30928
example: https://my-org.pagerduty.com/service-directory/PMyService
30897
30929
type: string
30898
30930
type: object
30899
- x-ignore-duplicate-object: true
30900
30931
ServiceDefinitionV2Dot2Type:
30901
30932
description: The type of service.
30902
30933
example: web
@@ -31196,7 +31227,7 @@ components:
31196
31227
format: int64
31197
31228
type: integer
31198
31229
rtt_micro_seconds:
31199
- description: Measured as TCP smoothed roundtrip time in microseconds (the
31230
+ description: Measured as TCP smoothed round trip time in microseconds (the
31200
31231
time between a TCP frame being sent and acknowledged).
31201
31232
format: int64
31202
31233
type: integer
@@ -45466,9 +45497,7 @@ paths:
45466
45497
- Cloud Network Monitoring
45467
45498
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
45468
45499
45469
- contact [Datadog support](https://docs.datadoghq.com/help/).
45470
-
45471
- type: safe'
45500
+ contact [Datadog support](https://docs.datadoghq.com/help/).'
45472
45501
/api/v2/on-call/schedules:
45473
45502
post:
45474
45503
description: Create a new on-call schedule
@@ -45508,18 +45537,18 @@ paths:
45508
45537
summary: Create on-call schedule
45509
45538
tags:
45510
45539
- On-Call
45511
- /api/v2/on-call/schedules/{schedule_uuid }:
45540
+ /api/v2/on-call/schedules/{schedule_id }:
45512
45541
delete:
45513
45542
description: Delete an on-call schedule
45514
45543
operationId: DeleteOnCallSchedule
45515
45544
parameters:
45516
- - description: The UUID of the schedule
45545
+ - description: The ID of the schedule
45517
45546
in: path
45518
- name: schedule_uuid
45547
+ name: schedule_id
45519
45548
required: true
45520
45549
schema:
45521
45550
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
45522
- format: uuid
45551
+ type: string
45523
45552
responses:
45524
45553
'204':
45525
45554
description: No Content
@@ -45548,13 +45577,13 @@ paths:
45548
45577
name: include
45549
45578
schema:
45550
45579
type: string
45551
- - description: The UUID of the schedule
45580
+ - description: The ID of the schedule
45552
45581
in: path
45553
- name: schedule_uuid
45582
+ name: schedule_id
45554
45583
required: true
45555
45584
schema:
45556
45585
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
45557
- format: uuid
45586
+ type: string
45558
45587
responses:
45559
45588
'200':
45560
45589
content:
@@ -45587,13 +45616,13 @@ paths:
45587
45616
name: include
45588
45617
schema:
45589
45618
type: string
45590
- - description: The UUID of the schedule
45619
+ - description: The ID of the schedule
45591
45620
in: path
45592
- name: schedule_uuid
45621
+ name: schedule_id
45593
45622
required: true
45594
45623
schema:
45595
45624
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
45596
- format: uuid
45625
+ type: string
45597
45626
requestBody:
45598
45627
content:
45599
45628
application/json:
0 commit comments