@@ -1615,34 +1615,6 @@ components:
1615
1615
type: string
1616
1616
x-enum-varnames:
1617
1617
- apm_retention_filter
1618
- AppBuilderError:
1619
- description: The definition of `AppBuilderError` object.
1620
- properties:
1621
- errors:
1622
- description: The `AppBuilderError` `errors`.
1623
- items:
1624
- $ref: '#/components/schemas/AppBuilderErrorErrorsItems'
1625
- type: array
1626
- type: object
1627
- AppBuilderErrorErrorsItems:
1628
- description: The definition of `AppBuilderErrorErrorsItems` object.
1629
- properties:
1630
- detail:
1631
- description: The `items` `detail`.
1632
- type: string
1633
- source:
1634
- $ref: '#/components/schemas/AppBuilderErrorErrorsItemsSource'
1635
- type: object
1636
- AppBuilderErrorErrorsItemsSource:
1637
- description: The definition of `AppBuilderErrorErrorsItemsSource` object.
1638
- properties:
1639
- parameter:
1640
- description: The `source` `parameter`.
1641
- type: string
1642
- pointer:
1643
- description: The `source` `pointer`.
1644
- type: string
1645
- type: object
1646
1618
AppBuilderEvent:
1647
1619
additionalProperties: {}
1648
1620
description: The definition of `AppBuilderEvent` object.
@@ -30153,19 +30125,19 @@ paths:
30153
30125
content:
30154
30126
application/json:
30155
30127
schema:
30156
- $ref: '#/components/schemas/AppBuilderError '
30128
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30157
30129
description: Bad Request
30158
30130
'403':
30159
30131
content:
30160
30132
application/json:
30161
30133
schema:
30162
- $ref: '#/components/schemas/AppBuilderError '
30163
- description: Forbidden, e.g. missing permissions to delete one or more apps
30134
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30135
+ description: Forbidden
30164
30136
'404':
30165
30137
content:
30166
30138
application/json:
30167
30139
schema:
30168
- $ref: '#/components/schemas/AppBuilderError '
30140
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30169
30141
description: Not Found
30170
30142
'429':
30171
30143
$ref: '#/components/responses/TooManyRequestsResponse'
@@ -30196,19 +30168,19 @@ paths:
30196
30168
schema:
30197
30169
format: int64
30198
30170
type: integer
30199
- - description: The `AppsFilter` `user_name` .
30171
+ - description: Filter apps by the app creator. Usually the user's email .
30200
30172
in: query
30201
30173
name: filter[user_name]
30202
30174
required: false
30203
30175
schema:
30204
30176
type: string
30205
- - description: The `AppsFilter` `user_uuid` .
30177
+ - description: Filter apps by the app creator's UUID .
30206
30178
in: query
30207
30179
name: filter[user_uuid]
30208
30180
required: false
30209
30181
schema:
30210
30182
type: string
30211
- - description: The `AppsFilter` ` name` .
30183
+ - description: Filter by app name.
30212
30184
in: query
30213
30185
name: filter[name]
30214
30186
required: false
@@ -30220,25 +30192,32 @@ paths:
30220
30192
required: false
30221
30193
schema:
30222
30194
type: string
30223
- - description: The `AppsFilter` `deployed` .
30195
+ - description: Filter apps by whether they are published .
30224
30196
in: query
30225
30197
name: filter[deployed]
30226
30198
required: false
30227
30199
schema:
30228
30200
type: boolean
30229
- - description: The `AppsFilter` ` tags` .
30201
+ - description: Filter apps by tags.
30230
30202
in: query
30231
30203
name: filter[tags]
30232
30204
required: false
30233
30205
schema:
30234
30206
type: string
30235
- - description: The `AppsFilter` `favorite` .
30207
+ - description: Filter apps by whether you have added them to your favorites .
30236
30208
in: query
30237
30209
name: filter[favorite]
30238
30210
required: false
30239
30211
schema:
30240
30212
type: boolean
30241
- - explode: false
30213
+ - description: Filter apps by whether they are enabled for self-service.
30214
+ in: query
30215
+ name: filter[self_service]
30216
+ required: false
30217
+ schema:
30218
+ type: boolean
30219
+ - description: The fields and direction to sort apps by.
30220
+ explode: false
30242
30221
in: query
30243
30222
name: sort
30244
30223
required: false
@@ -30258,13 +30237,13 @@ paths:
30258
30237
content:
30259
30238
application/json:
30260
30239
schema:
30261
- $ref: '#/components/schemas/AppBuilderError '
30262
- description: Bad Request, e.g. invalid sort parameter
30240
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30241
+ description: Bad Request
30263
30242
'403':
30264
30243
content:
30265
30244
application/json:
30266
30245
schema:
30267
- $ref: '#/components/schemas/AppBuilderError '
30246
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30268
30247
description: Forbidden
30269
30248
'429':
30270
30249
$ref: '#/components/responses/TooManyRequestsResponse'
@@ -30297,15 +30276,14 @@ paths:
30297
30276
content:
30298
30277
application/json:
30299
30278
schema:
30300
- $ref: '#/components/schemas/AppBuilderError '
30279
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30301
30280
description: Bad Request
30302
30281
'403':
30303
30282
content:
30304
30283
application/json:
30305
30284
schema:
30306
- $ref: '#/components/schemas/AppBuilderError'
30307
- description: Forbidden, e.g. missing required permissions to a connection
30308
- or workflow used in the app
30285
+ $ref: '#/components/schemas/JSONAPIErrorResponse'
30286
+ description: Forbidden
30309
30287
'429':
30310
30288
$ref: '#/components/responses/TooManyRequestsResponse'
30311
30289
summary: Create App
@@ -30340,25 +30318,25 @@ paths:
30340
30318
content:
30341
30319
application/json:
30342
30320
schema:
30343
- $ref: '#/components/schemas/AppBuilderError '
30321
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30344
30322
description: Bad Request
30345
30323
'403':
30346
30324
content:
30347
30325
application/json:
30348
30326
schema:
30349
- $ref: '#/components/schemas/AppBuilderError '
30327
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30350
30328
description: Forbidden
30351
30329
'404':
30352
30330
content:
30353
30331
application/json:
30354
30332
schema:
30355
- $ref: '#/components/schemas/AppBuilderError '
30333
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30356
30334
description: Not Found
30357
30335
'410':
30358
30336
content:
30359
30337
application/json:
30360
30338
schema:
30361
- $ref: '#/components/schemas/AppBuilderError '
30339
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30362
30340
description: Gone
30363
30341
'429':
30364
30342
$ref: '#/components/responses/TooManyRequestsResponse'
@@ -30391,19 +30369,19 @@ paths:
30391
30369
content:
30392
30370
application/json:
30393
30371
schema:
30394
- $ref: '#/components/schemas/AppBuilderError '
30372
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30395
30373
description: Bad Request
30396
30374
'403':
30397
30375
content:
30398
30376
application/json:
30399
30377
schema:
30400
- $ref: '#/components/schemas/AppBuilderError '
30378
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30401
30379
description: Forbidden
30402
30380
'404':
30403
30381
content:
30404
30382
application/json:
30405
30383
schema:
30406
- $ref: '#/components/schemas/AppBuilderError '
30384
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30407
30385
description: Not Found
30408
30386
'429':
30409
30387
$ref: '#/components/responses/TooManyRequestsResponse'
@@ -30443,15 +30421,14 @@ paths:
30443
30421
content:
30444
30422
application/json:
30445
30423
schema:
30446
- $ref: '#/components/schemas/AppBuilderError '
30424
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30447
30425
description: Bad Request
30448
30426
'403':
30449
30427
content:
30450
30428
application/json:
30451
30429
schema:
30452
- $ref: '#/components/schemas/AppBuilderError'
30453
- description: Forbidden, e.g. missing required permissions to a connection
30454
- or workflow used in the app
30430
+ $ref: '#/components/schemas/JSONAPIErrorResponse'
30431
+ description: Forbidden
30455
30432
'429':
30456
30433
$ref: '#/components/responses/TooManyRequestsResponse'
30457
30434
summary: Update App
@@ -30486,25 +30463,25 @@ paths:
30486
30463
content:
30487
30464
application/json:
30488
30465
schema:
30489
- $ref: '#/components/schemas/AppBuilderError '
30466
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30490
30467
description: Bad Request
30491
30468
'403':
30492
30469
content:
30493
30470
application/json:
30494
30471
schema:
30495
- $ref: '#/components/schemas/AppBuilderError '
30472
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30496
30473
description: Forbidden
30497
30474
'404':
30498
30475
content:
30499
30476
application/json:
30500
30477
schema:
30501
- $ref: '#/components/schemas/AppBuilderError '
30478
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30502
30479
description: Not Found
30503
30480
'429':
30504
30481
$ref: '#/components/responses/TooManyRequestsResponse'
30505
30482
summary: Disable App
30506
30483
tags:
30507
- - App Deployment
30484
+ - Apps
30508
30485
x-permission:
30509
30486
operator: OR
30510
30487
permissions:
@@ -30531,25 +30508,25 @@ paths:
30531
30508
content:
30532
30509
application/json:
30533
30510
schema:
30534
- $ref: '#/components/schemas/AppBuilderError '
30511
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30535
30512
description: Bad Request
30536
30513
'403':
30537
30514
content:
30538
30515
application/json:
30539
30516
schema:
30540
- $ref: '#/components/schemas/AppBuilderError '
30517
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30541
30518
description: Forbidden
30542
30519
'404':
30543
30520
content:
30544
30521
application/json:
30545
30522
schema:
30546
- $ref: '#/components/schemas/AppBuilderError '
30523
+ $ref: '#/components/schemas/JSONAPIErrorResponse '
30547
30524
description: Not Found
30548
30525
'429':
30549
30526
$ref: '#/components/responses/TooManyRequestsResponse'
30550
30527
summary: Deploy App
30551
30528
tags:
30552
- - App Deployment
30529
+ - Apps
30553
30530
x-permission:
30554
30531
operator: OR
30555
30532
permissions:
@@ -46584,9 +46561,10 @@ tags:
46584
46561
externalDocs:
46585
46562
url: https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection
46586
46563
name: AWS Logs Integration
46587
- - description: Deploy and disable apps in App Builder.
46588
- name: App Deployment
46589
- - description: Create, read, update, and delete apps in App Builder.
46564
+ - description: Datadog App Builder provides a low-code solution to rapidly develop
46565
+ and integrate secure, customized applications into your monitoring stack that
46566
+ are built to accelerate remediation at scale. These API endpoints allow you to
46567
+ create, read, update, delete, and publish apps.
46590
46568
name: Apps
46591
46569
- description: Search your Audit Logs events over HTTP.
46592
46570
name: Audit
0 commit comments