Skip to content

Commit 4732381

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c4d34cf7 of spec repo
1 parent 7c7b04d commit 4732381

File tree

90 files changed

+5800
-34
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

+5800
-34
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-08 20:55:42.865376",
8-
"spec_repo_commit": "21cf6edb"
7+
"regenerated": "2025-04-09 13:02:20.202197",
8+
"spec_repo_commit": "c4d34cf7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-08 20:55:42.884212",
13-
"spec_repo_commit": "21cf6edb"
12+
"regenerated": "2025-04-09 13:02:20.219008",
13+
"spec_repo_commit": "c4d34cf7"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+59-30
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:
@@ -27135,6 +27141,8 @@ components:
2713527141
properties:
2713627142
data:
2713727143
$ref: '#/components/schemas/ScheduleCreateRequestData'
27144+
required:
27145+
- data
2713827146
type: object
2713927147
ScheduleCreateRequestData:
2714027148
description: The core data wrapper for creating a schedule, encompassing attributes,
@@ -27146,6 +27154,9 @@ components:
2714627154
$ref: '#/components/schemas/ScheduleCreateRequestDataRelationships'
2714727155
type:
2714827156
$ref: '#/components/schemas/ScheduleCreateRequestDataType'
27157+
required:
27158+
- attributes
27159+
- type
2714927160
type: object
2715027161
ScheduleCreateRequestDataAttributes:
2715127162
description: Describes the main attributes for creating a new schedule, including
@@ -27247,7 +27258,7 @@ components:
2724727258
with an `id`.
2724827259
properties:
2724927260
id:
27250-
description: The user's UUID.
27261+
description: The user's ID.
2725127262
type: string
2725227263
type: object
2725327264
ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27347,6 +27358,7 @@ components:
2734727358
description: Schedules resource type.
2734827359
enum:
2734927360
- schedules
27361+
example: schedules
2735027362
type: string
2735127363
x-enum-varnames:
2735227364
- SCHEDULES
@@ -27357,7 +27369,8 @@ components:
2735727369
attributes:
2735827370
$ref: '#/components/schemas/ScheduleDataAttributes'
2735927371
id:
27360-
description: The schedule's unique identifier (UUID).
27372+
description: The schedule's unique identifier.
27373+
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
2736127374
type: string
2736227375
relationships:
2736327376
$ref: '#/components/schemas/ScheduleDataRelationships'
@@ -27414,6 +27427,7 @@ components:
2741427427
properties:
2741527428
id:
2741627429
description: The unique identifier of the layer in this relationship.
27430+
example: 67963b57-d67c-dfa7-b180-62ee9301d2f5
2741727431
type: string
2741827432
type:
2741927433
$ref: '#/components/schemas/ScheduleDataRelationshipsLayersDataItemsType'
@@ -27423,6 +27437,7 @@ components:
2742327437
description: Layers resource type.
2742427438
enum:
2742527439
- layers
27440+
example: layers
2742627441
type: string
2742727442
x-enum-varnames:
2742827443
- LAYERS
@@ -27441,6 +27456,7 @@ components:
2744127456
properties:
2744227457
id:
2744327458
description: The unique identifier of the team in this relationship.
27459+
example: 00000000-da3a-0000-0000-000000000000
2744427460
type: string
2744527461
type:
2744627462
$ref: '#/components/schemas/ScheduleDataRelationshipsTeamsDataItemsType'
@@ -27450,6 +27466,7 @@ components:
2745027466
description: Teams resource type.
2745127467
enum:
2745227468
- teams
27469+
example: teams
2745327470
type: string
2745427471
x-enum-varnames:
2745527472
- TEAMS
@@ -27488,7 +27505,7 @@ components:
2748827505
type: object
2748927506
ScheduleMemberRelationshipsUserData:
2749027507
description: Points to the user data associated with this schedule member, including
27491-
a UUID and type.
27508+
an ID and type.
2749227509
properties:
2749327510
id:
2749427511
description: The user's unique identifier.
@@ -27569,6 +27586,8 @@ components:
2756927586
properties:
2757027587
data:
2757127588
$ref: '#/components/schemas/ScheduleUpdateRequestData'
27589+
required:
27590+
- data
2757227591
type: object
2757327592
ScheduleUpdateRequestData:
2757427593
description: Contains all data needed to update an existing schedule, including
@@ -27577,12 +27596,17 @@ components:
2757727596
attributes:
2757827597
$ref: '#/components/schemas/ScheduleUpdateRequestDataAttributes'
2757927598
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
2758127601
type: string
2758227602
relationships:
2758327603
$ref: '#/components/schemas/ScheduleUpdateRequestDataRelationships'
2758427604
type:
2758527605
$ref: '#/components/schemas/ScheduleUpdateRequestDataType'
27606+
required:
27607+
- attributes
27608+
- type
27609+
- id
2758627610
type: object
2758727611
ScheduleUpdateRequestDataAttributes:
2758827612
description: Defines the updatable attributes for a schedule, such as name,
@@ -27682,7 +27706,7 @@ components:
2768227706
`id` is required.
2768327707
properties:
2768427708
id:
27685-
description: The user's UUID.
27709+
description: The user's ID.
2768627710
type: string
2768727711
type: object
2768827712
ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems:
@@ -27779,6 +27803,7 @@ components:
2777927803
description: Schedules resource type.
2778027804
enum:
2778127805
- schedules
27806+
example: schedules
2778227807
type: string
2778327808
x-enum-varnames:
2778427809
- SCHEDULES
@@ -29336,11 +29361,19 @@ components:
2933629361
enum:
2933729362
- logs
2933829363
- audit
29364+
- app_sec_spans
29365+
- spans
29366+
- security_runtime
29367+
- network
2933929368
example: logs
2934029369
type: string
2934129370
x-enum-varnames:
2934229371
- LOGS
2934329372
- AUDIT
29373+
- APP_SEC_SPANS
29374+
- SPANS
29375+
- SECURITY_RUNTIME
29376+
- NETWORK
2934429377
SecurityMonitoringStandardRuleCreatePayload:
2934529378
description: Create a new rule.
2934629379
properties:
@@ -31392,7 +31425,6 @@ components:
3139231425
example: https://my-org.pagerduty.com/service-directory/PMyService
3139331426
type: string
3139431427
type: object
31395-
x-ignore-duplicate-object: true
3139631428
ServiceDefinitionV2Dot1Slack:
3139731429
description: Service owner's Slack channel.
3139831430
properties:
@@ -31598,7 +31630,6 @@ components:
3159831630
example: https://my-org.pagerduty.com/service-directory/PMyService
3159931631
type: string
3160031632
type: object
31601-
x-ignore-duplicate-object: true
3160231633
ServiceDefinitionV2Dot2Type:
3160331634
description: The type of service.
3160431635
example: web
@@ -31898,7 +31929,7 @@ components:
3189831929
format: int64
3189931930
type: integer
3190031931
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
3190231933
time between a TCP frame being sent and acknowledged).
3190331934
format: int64
3190431935
type: integer
@@ -46168,9 +46199,7 @@ paths:
4616846199
- Cloud Network Monitoring
4616946200
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
4617046201

46171-
contact [Datadog support](https://docs.datadoghq.com/help/).
46172-
46173-
type: safe'
46202+
contact [Datadog support](https://docs.datadoghq.com/help/).'
4617446203
/api/v2/on-call/schedules:
4617546204
post:
4617646205
description: Create a new on-call schedule
@@ -46210,18 +46239,18 @@ paths:
4621046239
summary: Create on-call schedule
4621146240
tags:
4621246241
- On-Call
46213-
/api/v2/on-call/schedules/{schedule_uuid}:
46242+
/api/v2/on-call/schedules/{schedule_id}:
4621446243
delete:
4621546244
description: Delete an on-call schedule
4621646245
operationId: DeleteOnCallSchedule
4621746246
parameters:
46218-
- description: The UUID of the schedule
46247+
- description: The ID of the schedule
4621946248
in: path
46220-
name: schedule_uuid
46249+
name: schedule_id
4622146250
required: true
4622246251
schema:
4622346252
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46224-
format: uuid
46253+
type: string
4622546254
responses:
4622646255
'204':
4622746256
description: No Content
@@ -46250,13 +46279,13 @@ paths:
4625046279
name: include
4625146280
schema:
4625246281
type: string
46253-
- description: The UUID of the schedule
46282+
- description: The ID of the schedule
4625446283
in: path
46255-
name: schedule_uuid
46284+
name: schedule_id
4625646285
required: true
4625746286
schema:
4625846287
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46259-
format: uuid
46288+
type: string
4626046289
responses:
4626146290
'200':
4626246291
content:
@@ -46289,13 +46318,13 @@ paths:
4628946318
name: include
4629046319
schema:
4629146320
type: string
46292-
- description: The UUID of the schedule
46321+
- description: The ID of the schedule
4629346322
in: path
46294-
name: schedule_uuid
46323+
name: schedule_id
4629546324
required: true
4629646325
schema:
4629746326
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
46298-
format: uuid
46327+
type: string
4629946328
requestBody:
4630046329
content:
4630146330
application/json:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2025-04-07T02:59:16.973Z"

0 commit comments

Comments
 (0)