@@ -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:
@@ -27135,6 +27141,8 @@ components:
27135
27141
properties:
27136
27142
data:
27137
27143
$ref: '#/components/schemas/ScheduleCreateRequestData'
27144
+ required:
27145
+ - data
27138
27146
type: object
27139
27147
ScheduleCreateRequestData:
27140
27148
description: The core data wrapper for creating a schedule, encompassing attributes,
@@ -27146,6 +27154,9 @@ components:
27146
27154
$ref: '#/components/schemas/ScheduleCreateRequestDataRelationships'
27147
27155
type:
27148
27156
$ref: '#/components/schemas/ScheduleCreateRequestDataType'
27157
+ required:
27158
+ - attributes
27159
+ - type
27149
27160
type: object
27150
27161
ScheduleCreateRequestDataAttributes:
27151
27162
description: Describes the main attributes for creating a new schedule, including
@@ -27247,7 +27258,7 @@ components:
27247
27258
with an `id`.
27248
27259
properties:
27249
27260
id:
27250
- description: The user's UUID .
27261
+ description: The user's ID .
27251
27262
type: string
27252
27263
type: object
27253
27264
ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27347,6 +27358,7 @@ components:
27347
27358
description: Schedules resource type.
27348
27359
enum:
27349
27360
- schedules
27361
+ example: schedules
27350
27362
type: string
27351
27363
x-enum-varnames:
27352
27364
- SCHEDULES
@@ -27357,7 +27369,8 @@ components:
27357
27369
attributes:
27358
27370
$ref: '#/components/schemas/ScheduleDataAttributes'
27359
27371
id:
27360
- description: The schedule's unique identifier (UUID).
27372
+ description: The schedule's unique identifier.
27373
+ example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
27361
27374
type: string
27362
27375
relationships:
27363
27376
$ref: '#/components/schemas/ScheduleDataRelationships'
@@ -27414,6 +27427,7 @@ components:
27414
27427
properties:
27415
27428
id:
27416
27429
description: The unique identifier of the layer in this relationship.
27430
+ example: 67963b57-d67c-dfa7-b180-62ee9301d2f5
27417
27431
type: string
27418
27432
type:
27419
27433
$ref: '#/components/schemas/ScheduleDataRelationshipsLayersDataItemsType'
@@ -27423,6 +27437,7 @@ components:
27423
27437
description: Layers resource type.
27424
27438
enum:
27425
27439
- layers
27440
+ example: layers
27426
27441
type: string
27427
27442
x-enum-varnames:
27428
27443
- LAYERS
@@ -27441,6 +27456,7 @@ components:
27441
27456
properties:
27442
27457
id:
27443
27458
description: The unique identifier of the team in this relationship.
27459
+ example: 00000000-da3a-0000-0000-000000000000
27444
27460
type: string
27445
27461
type:
27446
27462
$ref: '#/components/schemas/ScheduleDataRelationshipsTeamsDataItemsType'
@@ -27450,6 +27466,7 @@ components:
27450
27466
description: Teams resource type.
27451
27467
enum:
27452
27468
- teams
27469
+ example: teams
27453
27470
type: string
27454
27471
x-enum-varnames:
27455
27472
- TEAMS
@@ -27488,7 +27505,7 @@ components:
27488
27505
type: object
27489
27506
ScheduleMemberRelationshipsUserData:
27490
27507
description: Points to the user data associated with this schedule member, including
27491
- a UUID and type.
27508
+ an ID and type.
27492
27509
properties:
27493
27510
id:
27494
27511
description: The user's unique identifier.
@@ -27569,6 +27586,8 @@ components:
27569
27586
properties:
27570
27587
data:
27571
27588
$ref: '#/components/schemas/ScheduleUpdateRequestData'
27589
+ required:
27590
+ - data
27572
27591
type: object
27573
27592
ScheduleUpdateRequestData:
27574
27593
description: Contains all data needed to update an existing schedule, including
@@ -27577,12 +27596,17 @@ components:
27577
27596
attributes:
27578
27597
$ref: '#/components/schemas/ScheduleUpdateRequestDataAttributes'
27579
27598
id:
27580
- description: The UUID of the schedule to be updated.
27599
+ description: The ID of the schedule to be updated.
27600
+ example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
27581
27601
type: string
27582
27602
relationships:
27583
27603
$ref: '#/components/schemas/ScheduleUpdateRequestDataRelationships'
27584
27604
type:
27585
27605
$ref: '#/components/schemas/ScheduleUpdateRequestDataType'
27606
+ required:
27607
+ - attributes
27608
+ - type
27609
+ - id
27586
27610
type: object
27587
27611
ScheduleUpdateRequestDataAttributes:
27588
27612
description: Defines the updatable attributes for a schedule, such as name,
@@ -27682,7 +27706,7 @@ components:
27682
27706
`id` is required.
27683
27707
properties:
27684
27708
id:
27685
- description: The user's UUID .
27709
+ description: The user's ID .
27686
27710
type: string
27687
27711
type: object
27688
27712
ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27779,6 +27803,7 @@ components:
27779
27803
description: Schedules resource type.
27780
27804
enum:
27781
27805
- schedules
27806
+ example: schedules
27782
27807
type: string
27783
27808
x-enum-varnames:
27784
27809
- SCHEDULES
@@ -29336,11 +29361,19 @@ components:
29336
29361
enum:
29337
29362
- logs
29338
29363
- audit
29364
+ - app_sec_spans
29365
+ - spans
29366
+ - security_runtime
29367
+ - network
29339
29368
example: logs
29340
29369
type: string
29341
29370
x-enum-varnames:
29342
29371
- LOGS
29343
29372
- AUDIT
29373
+ - APP_SEC_SPANS
29374
+ - SPANS
29375
+ - SECURITY_RUNTIME
29376
+ - NETWORK
29344
29377
SecurityMonitoringStandardRuleCreatePayload:
29345
29378
description: Create a new rule.
29346
29379
properties:
@@ -31392,7 +31425,6 @@ components:
31392
31425
example: https://my-org.pagerduty.com/service-directory/PMyService
31393
31426
type: string
31394
31427
type: object
31395
- x-ignore-duplicate-object: true
31396
31428
ServiceDefinitionV2Dot1Slack:
31397
31429
description: Service owner's Slack channel.
31398
31430
properties:
@@ -31598,7 +31630,6 @@ components:
31598
31630
example: https://my-org.pagerduty.com/service-directory/PMyService
31599
31631
type: string
31600
31632
type: object
31601
- x-ignore-duplicate-object: true
31602
31633
ServiceDefinitionV2Dot2Type:
31603
31634
description: The type of service.
31604
31635
example: web
@@ -31898,7 +31929,7 @@ components:
31898
31929
format: int64
31899
31930
type: integer
31900
31931
rtt_micro_seconds:
31901
- description: Measured as TCP smoothed roundtrip time in microseconds (the
31932
+ description: Measured as TCP smoothed round trip time in microseconds (the
31902
31933
time between a TCP frame being sent and acknowledged).
31903
31934
format: int64
31904
31935
type: integer
@@ -46168,9 +46199,7 @@ paths:
46168
46199
- Cloud Network Monitoring
46169
46200
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
46170
46201
46171
- contact [Datadog support](https://docs.datadoghq.com/help/).
46172
-
46173
- type: safe'
46202
+ contact [Datadog support](https://docs.datadoghq.com/help/).'
46174
46203
/api/v2/on-call/schedules:
46175
46204
post:
46176
46205
description: Create a new on-call schedule
@@ -46210,18 +46239,18 @@ paths:
46210
46239
summary: Create on-call schedule
46211
46240
tags:
46212
46241
- On-Call
46213
- /api/v2/on-call/schedules/{schedule_uuid }:
46242
+ /api/v2/on-call/schedules/{schedule_id }:
46214
46243
delete:
46215
46244
description: Delete an on-call schedule
46216
46245
operationId: DeleteOnCallSchedule
46217
46246
parameters:
46218
- - description: The UUID of the schedule
46247
+ - description: The ID of the schedule
46219
46248
in: path
46220
- name: schedule_uuid
46249
+ name: schedule_id
46221
46250
required: true
46222
46251
schema:
46223
46252
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46224
- format: uuid
46253
+ type: string
46225
46254
responses:
46226
46255
'204':
46227
46256
description: No Content
@@ -46250,13 +46279,13 @@ paths:
46250
46279
name: include
46251
46280
schema:
46252
46281
type: string
46253
- - description: The UUID of the schedule
46282
+ - description: The ID of the schedule
46254
46283
in: path
46255
- name: schedule_uuid
46284
+ name: schedule_id
46256
46285
required: true
46257
46286
schema:
46258
46287
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46259
- format: uuid
46288
+ type: string
46260
46289
responses:
46261
46290
'200':
46262
46291
content:
@@ -46289,13 +46318,13 @@ paths:
46289
46318
name: include
46290
46319
schema:
46291
46320
type: string
46292
- - description: The UUID of the schedule
46321
+ - description: The ID of the schedule
46293
46322
in: path
46294
- name: schedule_uuid
46323
+ name: schedule_id
46295
46324
required: true
46296
46325
schema:
46297
46326
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46298
- format: uuid
46327
+ type: string
46299
46328
requestBody:
46300
46329
content:
46301
46330
application/json:
0 commit comments