@@ -1095,7 +1095,7 @@ components:
1095
1095
x-enum-varnames:
1096
1096
- API_KEYS
1097
1097
APITrigger:
1098
- description: Trigger a workflow VIA an API. The workflow must be published.
1098
+ description: Trigger a workflow from an API request . The workflow must be published.
1099
1099
properties:
1100
1100
rateLimit:
1101
1101
$ref: '#/components/schemas/TriggerRateLimit'
@@ -2313,7 +2313,7 @@ components:
2313
2313
description: Schema for an App-based trigger.
2314
2314
properties:
2315
2315
appTrigger:
2316
- description: Trigger a workflow VIA an App.
2316
+ description: Trigger a workflow from an App.
2317
2317
type: object
2318
2318
startStepNames:
2319
2319
$ref: '#/components/schemas/StartStepNames'
@@ -6525,7 +6525,7 @@ components:
6525
6525
- IN_PROGRESS
6526
6526
- CLOSED
6527
6527
CaseTrigger:
6528
- description: Trigger a workflow VIA a Case. For automatic triggering a handle
6528
+ description: Trigger a workflow from a Case. For automatic triggering a handle
6529
6529
must be configured and the workflow must be published.
6530
6530
properties:
6531
6531
rateLimit:
@@ -6762,7 +6762,7 @@ components:
6762
6762
description: Schema for a Change Event-based trigger.
6763
6763
properties:
6764
6764
changeEventTrigger:
6765
- description: Trigger a workflow VIA a Change Event.
6765
+ description: Trigger a workflow from a Change Event.
6766
6766
type: object
6767
6767
startStepNames:
6768
6768
$ref: '#/components/schemas/StartStepNames'
@@ -10589,7 +10589,7 @@ components:
10589
10589
description: Schema for a Dashboard-based trigger.
10590
10590
properties:
10591
10591
dashboardTrigger:
10592
- description: Trigger a workflow VIA a Dashboard.
10592
+ description: Trigger a workflow from a Dashboard.
10593
10593
type: object
10594
10594
startStepNames:
10595
10595
$ref: '#/components/schemas/StartStepNames'
@@ -10813,6 +10813,17 @@ components:
10813
10813
type: string
10814
10814
x-enum-varnames:
10815
10815
- DATATRANSFORM
10816
+ DatabaseMonitoringTriggerWrapper:
10817
+ description: Schema for a Database Monitoring-based trigger.
10818
+ properties:
10819
+ databaseMonitoringTrigger:
10820
+ description: Trigger a workflow from Database Monitoring.
10821
+ type: object
10822
+ startStepNames:
10823
+ $ref: '#/components/schemas/StartStepNames'
10824
+ required:
10825
+ - databaseMonitoringTrigger
10826
+ type: object
10816
10827
Date:
10817
10828
description: Date as Unix timestamp in milliseconds.
10818
10829
example: 1722439510282
@@ -14393,9 +14404,9 @@ components:
14393
14404
example: https://github.com/organization/example-repository
14394
14405
type: string
14395
14406
GithubWebhookTrigger:
14396
- description: Trigger a workflow VIA GitHub webhook. To trigger a workflow from
14397
- GitHub, you must set a `webhookSecret`. In your GitHub Webhook Settings, set
14398
- the Payload URL to "base_url"/api/v2/workflows/"workflow_id"/webhook?orgId="org_id",
14407
+ description: Trigger a workflow from a GitHub webhook. To trigger a workflow
14408
+ from GitHub, you must set a `webhookSecret`. In your GitHub Webhook Settings,
14409
+ set the Payload URL to "base_url"/api/v2/workflows/"workflow_id"/webhook?orgId="org_id",
14399
14410
select application/json for the content type, and be highly recommend enabling
14400
14411
SSL verification for security. The workflow must be published.
14401
14412
properties:
@@ -16706,7 +16717,7 @@ components:
16706
16717
x-enum-varnames:
16707
16718
- INCIDENT_TODOS
16708
16719
IncidentTrigger:
16709
- description: Trigger a workflow VIA an Incident. For automatic triggering a
16720
+ description: Trigger a workflow from an Incident. For automatic triggering a
16710
16721
handle must be configured and the workflow must be published.
16711
16722
properties:
16712
16723
rateLimit:
@@ -21179,7 +21190,7 @@ components:
21179
21190
$ref: '#/components/schemas/MonitorDowntimeMatchResourceType'
21180
21191
type: object
21181
21192
MonitorTrigger:
21182
- description: Trigger a workflow VIA a Monitor. For automatic triggering a handle
21193
+ description: Trigger a workflow from a Monitor. For automatic triggering a handle
21183
21194
must be configured and the workflow must be published.
21184
21195
properties:
21185
21196
rateLimit:
@@ -21317,6 +21328,17 @@ components:
21317
21328
meta:
21318
21329
$ref: '#/components/schemas/MonthlyCostAttributionMeta'
21319
21330
type: object
21331
+ NotebookTriggerWrapper:
21332
+ description: Schema for a Notebook-based trigger.
21333
+ properties:
21334
+ notebookTrigger:
21335
+ description: Trigger a workflow from a Notebook.
21336
+ type: object
21337
+ startStepNames:
21338
+ $ref: '#/components/schemas/StartStepNames'
21339
+ required:
21340
+ - notebookTrigger
21341
+ type: object
21320
21342
NotificationRule:
21321
21343
description: 'Notification rules allow full control over notifications generated
21322
21344
by the various Datadog security products.
@@ -26139,7 +26161,7 @@ components:
26139
26161
$ref: '#/components/schemas/ScalarFormulaResponseType'
26140
26162
type: object
26141
26163
ScheduleTrigger:
26142
- description: Trigger a workflow VIA a Schedule. The workflow must be published.
26164
+ description: Trigger a workflow from a Schedule. The workflow must be published.
26143
26165
properties:
26144
26166
rruleExpression:
26145
26167
description: Recurrence rule expression for scheduling.
@@ -28436,7 +28458,7 @@ components:
28436
28458
type: string
28437
28459
type: object
28438
28460
SecurityTrigger:
28439
- description: Trigger a workflow VIA a Security Signal or Finding. For automatic
28461
+ description: Trigger a workflow from a Security Signal or Finding. For automatic
28440
28462
triggering a handle must be configured and the workflow must be published.
28441
28463
properties:
28442
28464
rateLimit:
@@ -28475,6 +28497,17 @@ components:
28475
28497
required:
28476
28498
- trigger_source
28477
28499
type: object
28500
+ SelfServiceTriggerWrapper:
28501
+ description: Schema for a Self Service-based trigger.
28502
+ properties:
28503
+ selfServiceTrigger:
28504
+ description: Trigger a workflow from Self Service.
28505
+ type: object
28506
+ startStepNames:
28507
+ $ref: '#/components/schemas/StartStepNames'
28508
+ required:
28509
+ - selfServiceTrigger
28510
+ type: object
28478
28511
SensitiveDataScannerConfigRequest:
28479
28512
description: Group reorder request.
28480
28513
properties:
@@ -30195,7 +30228,7 @@ components:
30195
30228
description: Schema for a Slack-based trigger.
30196
30229
properties:
30197
30230
slackTrigger:
30198
- description: Trigger a workflow VIA Slack. The workflow must be published.
30231
+ description: Trigger a workflow from Slack. The workflow must be published.
30199
30232
type: object
30200
30233
startStepNames:
30201
30234
$ref: '#/components/schemas/StartStepNames'
@@ -30249,6 +30282,17 @@ components:
30249
30282
required:
30250
30283
- attributes
30251
30284
type: object
30285
+ SoftwareCatalogTriggerWrapper:
30286
+ description: Schema for a Software Catalog-based trigger.
30287
+ properties:
30288
+ softwareCatalogTrigger:
30289
+ description: Trigger a workflow from Software Catalog.
30290
+ type: object
30291
+ startStepNames:
30292
+ $ref: '#/components/schemas/StartStepNames'
30293
+ required:
30294
+ - softwareCatalogTrigger
30295
+ type: object
30252
30296
SortDirection:
30253
30297
default: desc
30254
30298
description: The direction to sort by.
@@ -32108,13 +32152,17 @@ components:
32108
32152
- $ref: '#/components/schemas/AppTriggerWrapper'
32109
32153
- $ref: '#/components/schemas/CaseTriggerWrapper'
32110
32154
- $ref: '#/components/schemas/ChangeEventTriggerWrapper'
32155
+ - $ref: '#/components/schemas/DatabaseMonitoringTriggerWrapper'
32111
32156
- $ref: '#/components/schemas/DashboardTriggerWrapper'
32112
32157
- $ref: '#/components/schemas/GithubWebhookTriggerWrapper'
32113
32158
- $ref: '#/components/schemas/IncidentTriggerWrapper'
32114
32159
- $ref: '#/components/schemas/MonitorTriggerWrapper'
32160
+ - $ref: '#/components/schemas/NotebookTriggerWrapper'
32115
32161
- $ref: '#/components/schemas/ScheduleTriggerWrapper'
32116
32162
- $ref: '#/components/schemas/SecurityTriggerWrapper'
32163
+ - $ref: '#/components/schemas/SelfServiceTriggerWrapper'
32117
32164
- $ref: '#/components/schemas/SlackTriggerWrapper'
32165
+ - $ref: '#/components/schemas/SoftwareCatalogTriggerWrapper'
32118
32166
- $ref: '#/components/schemas/WorkflowTriggerWrapper'
32119
32167
TriggerRateLimit:
32120
32168
description: Defines a rate limit for a trigger.
@@ -33743,7 +33791,7 @@ components:
33743
33791
startStepNames:
33744
33792
$ref: '#/components/schemas/StartStepNames'
33745
33793
workflowTrigger:
33746
- description: Trigger a workflow VIA the Datadog UI. Only required if no
33794
+ description: Trigger a workflow from the Datadog UI. Only required if no
33747
33795
other trigger exists.
33748
33796
type: object
33749
33797
required:
0 commit comments