@@ -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:
@@ -27095,6 +27101,8 @@ components:
27095
27101
properties:
27096
27102
data:
27097
27103
$ref: '#/components/schemas/ScheduleCreateRequestData'
27104
+ required:
27105
+ - data
27098
27106
type: object
27099
27107
ScheduleCreateRequestData:
27100
27108
description: The core data wrapper for creating a schedule, encompassing attributes,
@@ -27106,6 +27114,9 @@ components:
27106
27114
$ref: '#/components/schemas/ScheduleCreateRequestDataRelationships'
27107
27115
type:
27108
27116
$ref: '#/components/schemas/ScheduleCreateRequestDataType'
27117
+ required:
27118
+ - attributes
27119
+ - type
27109
27120
type: object
27110
27121
ScheduleCreateRequestDataAttributes:
27111
27122
description: Describes the main attributes for creating a new schedule, including
@@ -27207,7 +27218,7 @@ components:
27207
27218
with an `id`.
27208
27219
properties:
27209
27220
id:
27210
- description: The user's UUID .
27221
+ description: The user's ID .
27211
27222
type: string
27212
27223
type: object
27213
27224
ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27307,6 +27318,7 @@ components:
27307
27318
description: Schedules resource type.
27308
27319
enum:
27309
27320
- schedules
27321
+ example: schedules
27310
27322
type: string
27311
27323
x-enum-varnames:
27312
27324
- SCHEDULES
@@ -27317,7 +27329,8 @@ components:
27317
27329
attributes:
27318
27330
$ref: '#/components/schemas/ScheduleDataAttributes'
27319
27331
id:
27320
- description: The schedule's unique identifier (UUID).
27332
+ description: The schedule's unique identifier.
27333
+ example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
27321
27334
type: string
27322
27335
relationships:
27323
27336
$ref: '#/components/schemas/ScheduleDataRelationships'
@@ -27374,6 +27387,7 @@ components:
27374
27387
properties:
27375
27388
id:
27376
27389
description: The unique identifier of the layer in this relationship.
27390
+ example: 67963b57-d67c-dfa7-b180-62ee9301d2f5
27377
27391
type: string
27378
27392
type:
27379
27393
$ref: '#/components/schemas/ScheduleDataRelationshipsLayersDataItemsType'
@@ -27383,6 +27397,7 @@ components:
27383
27397
description: Layers resource type.
27384
27398
enum:
27385
27399
- layers
27400
+ example: layers
27386
27401
type: string
27387
27402
x-enum-varnames:
27388
27403
- LAYERS
@@ -27401,6 +27416,7 @@ components:
27401
27416
properties:
27402
27417
id:
27403
27418
description: The unique identifier of the team in this relationship.
27419
+ example: 00000000-da3a-0000-0000-000000000000
27404
27420
type: string
27405
27421
type:
27406
27422
$ref: '#/components/schemas/ScheduleDataRelationshipsTeamsDataItemsType'
@@ -27410,6 +27426,7 @@ components:
27410
27426
description: Teams resource type.
27411
27427
enum:
27412
27428
- teams
27429
+ example: teams
27413
27430
type: string
27414
27431
x-enum-varnames:
27415
27432
- TEAMS
@@ -27448,7 +27465,7 @@ components:
27448
27465
type: object
27449
27466
ScheduleMemberRelationshipsUserData:
27450
27467
description: Points to the user data associated with this schedule member, including
27451
- a UUID and type.
27468
+ an ID and type.
27452
27469
properties:
27453
27470
id:
27454
27471
description: The user's unique identifier.
@@ -27529,6 +27546,8 @@ components:
27529
27546
properties:
27530
27547
data:
27531
27548
$ref: '#/components/schemas/ScheduleUpdateRequestData'
27549
+ required:
27550
+ - data
27532
27551
type: object
27533
27552
ScheduleUpdateRequestData:
27534
27553
description: Contains all data needed to update an existing schedule, including
@@ -27537,12 +27556,17 @@ components:
27537
27556
attributes:
27538
27557
$ref: '#/components/schemas/ScheduleUpdateRequestDataAttributes'
27539
27558
id:
27540
- description: The UUID of the schedule to be updated.
27559
+ description: The ID of the schedule to be updated.
27560
+ example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
27541
27561
type: string
27542
27562
relationships:
27543
27563
$ref: '#/components/schemas/ScheduleUpdateRequestDataRelationships'
27544
27564
type:
27545
27565
$ref: '#/components/schemas/ScheduleUpdateRequestDataType'
27566
+ required:
27567
+ - attributes
27568
+ - type
27569
+ - id
27546
27570
type: object
27547
27571
ScheduleUpdateRequestDataAttributes:
27548
27572
description: Defines the updatable attributes for a schedule, such as name,
@@ -27642,7 +27666,7 @@ components:
27642
27666
`id` is required.
27643
27667
properties:
27644
27668
id:
27645
- description: The user's UUID .
27669
+ description: The user's ID .
27646
27670
type: string
27647
27671
type: object
27648
27672
ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27739,6 +27763,7 @@ components:
27739
27763
description: Schedules resource type.
27740
27764
enum:
27741
27765
- schedules
27766
+ example: schedules
27742
27767
type: string
27743
27768
x-enum-varnames:
27744
27769
- SCHEDULES
@@ -29296,11 +29321,19 @@ components:
29296
29321
enum:
29297
29322
- logs
29298
29323
- audit
29324
+ - app_sec_spans
29325
+ - spans
29326
+ - security_runtime
29327
+ - network
29299
29328
example: logs
29300
29329
type: string
29301
29330
x-enum-varnames:
29302
29331
- LOGS
29303
29332
- AUDIT
29333
+ - APP_SEC_SPANS
29334
+ - SPANS
29335
+ - SECURITY_RUNTIME
29336
+ - NETWORK
29304
29337
SecurityMonitoringStandardRuleCreatePayload:
29305
29338
description: Create a new rule.
29306
29339
properties:
@@ -31352,7 +31385,6 @@ components:
31352
31385
example: https://my-org.pagerduty.com/service-directory/PMyService
31353
31386
type: string
31354
31387
type: object
31355
- x-ignore-duplicate-object: true
31356
31388
ServiceDefinitionV2Dot1Slack:
31357
31389
description: Service owner's Slack channel.
31358
31390
properties:
@@ -31558,7 +31590,6 @@ components:
31558
31590
example: https://my-org.pagerduty.com/service-directory/PMyService
31559
31591
type: string
31560
31592
type: object
31561
- x-ignore-duplicate-object: true
31562
31593
ServiceDefinitionV2Dot2Type:
31563
31594
description: The type of service.
31564
31595
example: web
@@ -31858,7 +31889,7 @@ components:
31858
31889
format: int64
31859
31890
type: integer
31860
31891
rtt_micro_seconds:
31861
- description: Measured as TCP smoothed roundtrip time in microseconds (the
31892
+ description: Measured as TCP smoothed round trip time in microseconds (the
31862
31893
time between a TCP frame being sent and acknowledged).
31863
31894
format: int64
31864
31895
type: integer
@@ -46128,9 +46159,7 @@ paths:
46128
46159
- Cloud Network Monitoring
46129
46160
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
46130
46161
46131
- contact [Datadog support](https://docs.datadoghq.com/help/).
46132
-
46133
- type: safe'
46162
+ contact [Datadog support](https://docs.datadoghq.com/help/).'
46134
46163
/api/v2/on-call/schedules:
46135
46164
post:
46136
46165
description: Create a new on-call schedule
@@ -46170,18 +46199,18 @@ paths:
46170
46199
summary: Create on-call schedule
46171
46200
tags:
46172
46201
- On-Call
46173
- /api/v2/on-call/schedules/{schedule_uuid }:
46202
+ /api/v2/on-call/schedules/{schedule_id }:
46174
46203
delete:
46175
46204
description: Delete an on-call schedule
46176
46205
operationId: DeleteOnCallSchedule
46177
46206
parameters:
46178
- - description: The UUID of the schedule
46207
+ - description: The ID of the schedule
46179
46208
in: path
46180
- name: schedule_uuid
46209
+ name: schedule_id
46181
46210
required: true
46182
46211
schema:
46183
46212
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46184
- format: uuid
46213
+ type: string
46185
46214
responses:
46186
46215
'204':
46187
46216
description: No Content
@@ -46210,13 +46239,13 @@ paths:
46210
46239
name: include
46211
46240
schema:
46212
46241
type: string
46213
- - description: The UUID of the schedule
46242
+ - description: The ID of the schedule
46214
46243
in: path
46215
- name: schedule_uuid
46244
+ name: schedule_id
46216
46245
required: true
46217
46246
schema:
46218
46247
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46219
- format: uuid
46248
+ type: string
46220
46249
responses:
46221
46250
'200':
46222
46251
content:
@@ -46249,13 +46278,13 @@ paths:
46249
46278
name: include
46250
46279
schema:
46251
46280
type: string
46252
- - description: The UUID of the schedule
46281
+ - description: The ID of the schedule
46253
46282
in: path
46254
- name: schedule_uuid
46283
+ name: schedule_id
46255
46284
required: true
46256
46285
schema:
46257
46286
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46258
- format: uuid
46287
+ type: string
46259
46288
requestBody:
46260
46289
content:
46261
46290
application/json:
0 commit comments