Skip to content

Commit 5d3824c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2e78bde of spec repo
1 parent 6a4db75 commit 5d3824c

30 files changed

+139
-203
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10129,6 +10129,7 @@ components:
1012910129
CaseObjectAttributes:
1013010130
additionalProperties:
1013110131
items:
10132+
description: An attribute value.
1013210133
type: string
1013310134
type: array
1013410135
description: The definition of `CaseObjectAttributes` object.
@@ -10872,6 +10873,7 @@ components:
1087210873
example:
1087310874
- team-handle-1
1087410875
items:
10876+
description: A team handle to request decisions from.
1087510877
type: string
1087610878
type: array
1087710879
start_date:
@@ -11139,6 +11141,7 @@ components:
1113911141
ChangeRequestObjectAttributes:
1114011142
additionalProperties:
1114111143
items:
11144+
description: An attribute value.
1114211145
type: string
1114311146
type: array
1114411147
description: Custom attributes of the change request as key-value pairs.
@@ -33115,6 +33118,7 @@ components:
3311533118
description: Whether incident integration is enabled
3311633119
type: boolean
3311733120
field_mappings:
33121+
description: List of mappings between incident fields and case fields
3311833122
items:
3311933123
$ref: '#/components/schemas/IntegrationIncidentFieldMappingsItems'
3312033124
type: array
@@ -33125,17 +33129,23 @@ components:
3312533129
$ref: '#/components/schemas/IntegrationIncidentSeverityConfig'
3312633130
type: object
3312733131
IntegrationIncidentFieldMappingsItems:
33132+
description: Mapping between an incident user-defined field and a case field
3312833133
properties:
3312933134
case_field:
33135+
description: The case field to map the incident field value to
3313033136
type: string
3313133137
incident_user_defined_field_id:
33138+
description: The identifier of the incident user-defined field to map from
3313233139
type: string
3313333140
type: object
3313433141
IntegrationIncidentSeverityConfig:
33142+
description: Severity configuration for mapping incident priorities to case
33143+
priorities
3313533144
properties:
3313633145
priority_mapping:
3313733146
additionalProperties:
3313833147
type: string
33148+
description: Mapping of incident severity values to case priority values
3313933149
type: object
3314033150
type: object
3314133151
IntegrationJira:
@@ -33152,34 +33162,46 @@ components:
3315233162
$ref: '#/components/schemas/IntegrationJiraSync'
3315333163
type: object
3315433164
IntegrationJiraAutoCreation:
33165+
description: Auto-creation settings for Jira issues from cases
3315533166
properties:
3315633167
enabled:
33168+
description: Whether automatic Jira issue creation is enabled
3315733169
type: boolean
3315833170
type: object
3315933171
IntegrationJiraMetadata:
33172+
description: Metadata for connecting a case management project to a Jira project
3316033173
properties:
3316133174
account_id:
33175+
description: The Jira account identifier
3316233176
type: string
3316333177
issue_type_id:
33178+
description: The Jira issue type identifier to use when creating issues
3316433179
type: string
3316533180
project_id:
33181+
description: The Jira project identifier to associate with this case project
3316633182
type: string
3316733183
type: object
3316833184
IntegrationJiraSync:
33185+
description: Synchronization configuration for Jira integration
3316933186
properties:
3317033187
enabled:
33188+
description: Whether Jira field synchronization is enabled
3317133189
type: boolean
3317233190
properties:
3317333191
$ref: '#/components/schemas/IntegrationJiraSyncProperties'
3317433192
type: object
3317533193
IntegrationJiraSyncDueDate:
33194+
description: Due date synchronization configuration for Jira integration
3317633195
properties:
3317733196
jira_field_id:
33197+
description: The Jira field identifier used to store the due date
3317833198
type: string
3317933199
sync_type:
33200+
description: The type of synchronization to apply for the due date field
3318033201
type: string
3318133202
type: object
3318233203
IntegrationJiraSyncProperties:
33204+
description: Field synchronization properties for Jira integration
3318333205
properties:
3318433206
assignee:
3318533207
$ref: '#/components/schemas/SyncProperty'
@@ -33188,6 +33210,7 @@ components:
3318833210
custom_fields:
3318933211
additionalProperties:
3319033212
$ref: '#/components/schemas/IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties'
33213+
description: Map of custom field identifiers to their sync configurations
3319133214
type: object
3319233215
description:
3319333216
$ref: '#/components/schemas/SyncProperty'
@@ -33201,8 +33224,10 @@ components:
3320133224
$ref: '#/components/schemas/SyncProperty'
3320233225
type: object
3320333226
IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties:
33227+
description: Synchronization configuration for a Jira custom field
3320433228
properties:
3320533229
sync_type:
33230+
description: The type of synchronization to apply for this custom field
3320633231
type: string
3320733232
value:
3320833233
$ref: '#/components/schemas/AnyValue'
@@ -33241,28 +33266,38 @@ components:
3324133266
description: Whether On-Call integration is enabled
3324233267
type: boolean
3324333268
escalation_queries:
33269+
description: List of escalation queries for routing cases to on-call responders
3324433270
items:
3324533271
$ref: '#/components/schemas/IntegrationOnCallEscalationQueriesItems'
3324633272
type: array
3324733273
type: object
3324833274
IntegrationOnCallEscalationQueriesItems:
33275+
description: An On-Call escalation query entry used to route cases to on-call
33276+
responders
3324933277
properties:
3325033278
enabled:
33279+
description: Whether this escalation query is enabled
3325133280
type: boolean
3325233281
id:
33282+
description: Unique identifier of the escalation query
3325333283
type: string
3325433284
query:
33285+
description: The query used to match cases for escalation
3325533286
type: string
3325633287
target:
3325733288
$ref: '#/components/schemas/IntegrationOnCallEscalationQueriesItemsTarget'
3325833289
type: object
3325933290
IntegrationOnCallEscalationQueriesItemsTarget:
33291+
description: The target recipient for an On-Call escalation query
3326033292
properties:
3326133293
dynamic_team_paging:
33294+
description: Whether to use dynamic team paging for escalation
3326233295
type: boolean
3326333296
team_id:
33297+
description: The identifier of the team to escalate to
3326433298
type: string
3326533299
user_id:
33300+
description: The identifier of the user to escalate to
3326633301
type: string
3326733302
type: object
3326833303
IntegrationServiceNow:
@@ -33283,18 +33318,23 @@ components:
3328333318
$ref: '#/components/schemas/IntegrationServiceNowSyncConfig'
3328433319
type: object
3328533320
IntegrationServiceNowAutoCreation:
33321+
description: Auto-creation settings for ServiceNow incidents from cases
3328633322
properties:
3328733323
enabled:
33324+
description: Whether automatic ServiceNow incident creation is enabled
3328833325
type: boolean
3328933326
type: object
3329033327
IntegrationServiceNowSyncConfig:
33328+
description: Synchronization configuration for ServiceNow integration
3329133329
properties:
3329233330
enabled:
33331+
description: Whether ServiceNow synchronization is enabled
3329333332
type: boolean
3329433333
properties:
3329533334
$ref: '#/components/schemas/IntegrationServiceNowSyncConfig139772721534496'
3329633335
type: object
3329733336
IntegrationServiceNowSyncConfig139772721534496:
33337+
description: Field-level synchronization properties for ServiceNow integration
3329833338
properties:
3329933339
comments:
3330033340
$ref: '#/components/schemas/SyncProperty'
@@ -33304,16 +33344,20 @@ components:
3330433344
$ref: '#/components/schemas/SyncPropertyWithMapping'
3330533345
type: object
3330633346
IntegrationServiceNowSyncConfigPriority:
33347+
description: Priority synchronization configuration for ServiceNow integration
3330733348
properties:
3330833349
impact_mapping:
3330933350
additionalProperties:
3331033351
type: string
33352+
description: Mapping of case priority values to ServiceNow impact values
3331133353
type: object
3331233354
sync_type:
33355+
description: The type of synchronization to apply for priority
3331333356
type: string
3331433357
urgency_mapping:
3331533358
additionalProperties:
3331633359
type: string
33360+
description: Mapping of case priority values to ServiceNow urgency values
3331733361
type: object
3331833362
type: object
3331933363
IntegrationType:
@@ -44821,7 +44865,7 @@ components:
4482144865
Protocol (OTLP) over gRPC and HTTP.
4482244866

4482344867

44824-
**Supported pipeline types:** logs, metrics'
44868+
**Supported pipeline types:** logs'
4482544869
properties:
4482644870
grpc_address_key:
4482744871
description: Environment variable name containing the gRPC server address
@@ -44851,7 +44895,6 @@ components:
4485144895
type: object
4485244896
x-pipeline-types:
4485344897
- logs
44854-
- metrics
4485544898
ObservabilityPipelineOpentelemetrySourceType:
4485644899
default: opentelemetry
4485744900
description: The source type. The value should always be `opentelemetry`.
@@ -50442,6 +50485,7 @@ components:
5044250485
enabled_custom_case_types:
5044350486
description: List of enabled custom case type IDs
5044450487
items:
50488+
description: A custom case type identifier
5044550489
type: string
5044650490
type: array
5044750491
key:
@@ -50462,24 +50506,31 @@ components:
5046250506
description: Project columns configuration
5046350507
properties:
5046450508
columns:
50509+
description: List of column configurations for the project board view
5046550510
items:
5046650511
$ref: '#/components/schemas/ProjectColumnsConfigColumnsItems'
5046750512
type: array
5046850513
type: object
5046950514
ProjectColumnsConfigColumnsItems:
50515+
description: Configuration for a single column in a project board view
5047050516
properties:
5047150517
sort:
5047250518
$ref: '#/components/schemas/ProjectColumnsConfigColumnsItemsSort'
5047350519
sort_field:
50520+
description: The field used to sort items in this column
5047450521
type: string
5047550522
type:
50523+
description: The type of column
5047650524
type: string
5047750525
type: object
5047850526
ProjectColumnsConfigColumnsItemsSort:
50527+
description: Sort configuration for a project board column
5047950528
properties:
5048050529
ascending:
50530+
description: Whether to sort in ascending order
5048150531
type: boolean
5048250532
priority:
50533+
description: The sort priority order for this column
5048350534
format: int64
5048450535
type: integer
5048550536
type: object
@@ -50500,6 +50551,7 @@ components:
5050050551
enabled_custom_case_types:
5050150552
description: List of enabled custom case type IDs
5050250553
items:
50554+
description: A custom case type identifier
5050350555
type: string
5050450556
type: array
5050550557
key:
@@ -50531,24 +50583,34 @@ components:
5053150583
destinations:
5053250584
description: Notification destinations (1=email, 2=slack, 3=in-app)
5053350585
items:
50586+
description: Notification channel identifier (1=email, 2=slack, 3=in-app)
5053450587
type: integer
5053550588
type: array
5053650589
enabled:
5053750590
description: Whether notifications are enabled
5053850591
type: boolean
5053950592
notify_on_case_assignment:
50593+
description: Whether to send a notification when a case is assigned
5054050594
type: boolean
5054150595
notify_on_case_closed:
50596+
description: Whether to send a notification when a case is closed
5054250597
type: boolean
5054350598
notify_on_case_comment:
50599+
description: Whether to send a notification when a comment is added to a
50600+
case
5054450601
type: boolean
5054550602
notify_on_case_comment_mention:
50603+
description: Whether to send a notification when a user is mentioned in
50604+
a case comment
5054650605
type: boolean
5054750606
notify_on_case_priority_change:
50607+
description: Whether to send a notification when a case's priority changes
5054850608
type: boolean
5054950609
notify_on_case_status_change:
50610+
description: Whether to send a notification when a case's status changes
5055050611
type: boolean
5055150612
notify_on_case_unassignment:
50613+
description: Whether to send a notification when a case is unassigned
5055250614
type: boolean
5055350615
type: object
5055450616
ProjectRelationship:
@@ -50633,6 +50695,7 @@ components:
5063350695
enabled_custom_case_types:
5063450696
description: List of enabled custom case type IDs
5063550697
items:
50698+
description: A custom case type identifier
5063650699
type: string
5063750700
type: array
5063850701
name:
@@ -65686,6 +65749,7 @@ components:
6568665749
description: Sync property configuration
6568765750
properties:
6568865751
sync_type:
65752+
description: The direction and type of synchronization for this property
6568965753
type: string
6569065754
type: object
6569165755
SyncPropertyWithMapping:
@@ -65694,12 +65758,15 @@ components:
6569465758
mapping:
6569565759
additionalProperties:
6569665760
type: string
65761+
description: Map of source values to destination values for synchronization
6569765762
type: object
6569865763
name_mapping:
6569965764
additionalProperties:
6570065765
type: string
65766+
description: Map of source names to display names used during synchronization
6570165767
type: object
6570265768
sync_type:
65769+
description: The direction and type of synchronization for this property
6570365770
type: string
6570465771
type: object
6570565772
SyntheticsGlobalVariable:

0 commit comments

Comments
 (0)