datadog_api_client 2.38.0 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/.generated-info +4 -0
  3. data/.generator/schemas/v1/openapi.yaml +493 -13
  4. data/.generator/schemas/v2/openapi.yaml +1021 -36
  5. data/.github/workflows/approved_status.yml +1 -0
  6. data/.github/workflows/test.yml +1 -1
  7. data/CHANGELOG.md +16 -0
  8. data/examples/v1/dashboards/CreateDashboard_1751391372.rb +41 -0
  9. data/examples/v1/dashboards/CreatePublicDashboard_1668947073.rb +28 -0
  10. data/examples/v1/dashboards/UpdatePublicDashboard_1708268778.rb +27 -0
  11. data/examples/v1/logs-pipelines/CreateLogsPipeline_1248402480.rb +25 -0
  12. data/examples/v1/logs-pipelines/CreateLogsPipeline_1267211320.rb +27 -0
  13. data/examples/v1/logs-pipelines/CreateLogsPipeline_1271012410.rb +25 -0
  14. data/examples/v1/logs-pipelines/CreateLogsPipeline_3314493032.rb +26 -0
  15. data/examples/v1/logs-pipelines/CreateLogsPipeline_3934594739.rb +26 -0
  16. data/examples/v1/synthetics/SearchTests.rb +5 -0
  17. data/examples/v1/synthetics/SearchTests_195957771.rb +13 -0
  18. data/examples/v2/aws-integration/GetAWSIntegrationIAMPermissions.rb +5 -0
  19. data/examples/v2/cloud-cost-management/CreateCostGCPUsageCostConfig.rb +19 -0
  20. data/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.rb +5 -0
  21. data/examples/v2/cloud-cost-management/ListCostGCPUsageCostConfigs.rb +5 -0
  22. data/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.rb +14 -0
  23. data/examples/v2/datasets/CreateDataset.rb +27 -0
  24. data/examples/v2/datasets/DeleteDataset.rb +5 -0
  25. data/examples/v2/datasets/GetAllDatasets.rb +5 -0
  26. data/examples/v2/datasets/GetDataset.rb +5 -0
  27. data/examples/v2/monitors/CreateMonitorNotificationRule.rb +0 -3
  28. data/examples/v2/monitors/DeleteMonitorNotificationRule.rb +0 -3
  29. data/examples/v2/monitors/GetMonitorNotificationRule.rb +0 -3
  30. data/examples/v2/monitors/GetMonitorNotificationRules.rb +0 -3
  31. data/examples/v2/monitors/UpdateMonitorNotificationRule.rb +0 -3
  32. data/examples/v2/on-call/UpdateOnCallSchedule.rb +1 -1
  33. data/examples/v2/security-monitoring/ListAssetsSBOMs.rb +12 -0
  34. data/lib/datadog_api_client/configuration.rb +1 -5
  35. data/lib/datadog_api_client/inflector.rb +41 -0
  36. data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -0
  37. data/lib/datadog_api_client/v1/api/synthetics_api.rb +72 -0
  38. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
  39. data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +14 -3
  40. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +1 -0
  41. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -1
  42. data/lib/datadog_api_client/v1/models/logs_array_processor.rb +168 -0
  43. data/lib/datadog_api_client/v1/models/logs_array_processor_operation.rb +64 -0
  44. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb +175 -0
  45. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_append_type.rb +26 -0
  46. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_length.rb +165 -0
  47. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_length_type.rb +26 -0
  48. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_select.rb +207 -0
  49. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_select_type.rb +26 -0
  50. data/lib/datadog_api_client/v1/models/logs_array_processor_type.rb +26 -0
  51. data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
  52. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +1 -0
  53. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +14 -0
  54. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +142 -1
  55. data/lib/datadog_api_client/v1/models/selectable_template_variable_items.rb +12 -1
  56. data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +1 -0
  57. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -1
  58. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +81 -1
  59. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +81 -1
  60. data/lib/datadog_api_client/v2/api/aws_integration_api.rb +60 -0
  61. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +264 -0
  62. data/lib/datadog_api_client/v2/api/datasets_api.rb +283 -0
  63. data/lib/datadog_api_client/v2/api/events_api.rb +2 -0
  64. data/lib/datadog_api_client/v2/api/monitors_api.rb +0 -30
  65. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +7 -3
  66. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +111 -0
  67. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
  68. data/lib/datadog_api_client/v2/models/asset_attributes.rb +13 -1
  69. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response.rb +123 -0
  70. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_attributes.rb +125 -0
  71. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_data.rb +125 -0
  72. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_data_type.rb +26 -0
  73. data/lib/datadog_api_client/v2/models/dataset.rb +154 -0
  74. data/lib/datadog_api_client/v2/models/dataset_attributes.rb +197 -0
  75. data/lib/datadog_api_client/v2/models/dataset_create_request.rb +123 -0
  76. data/lib/datadog_api_client/v2/models/dataset_response_multi.rb +125 -0
  77. data/lib/datadog_api_client/v2/models/dataset_response_single.rb +123 -0
  78. data/lib/datadog_api_client/v2/models/filters_per_product.rb +150 -0
  79. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config.rb +154 -0
  80. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb +369 -0
  81. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_data.rb +144 -0
  82. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request.rb +123 -0
  83. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request_attributes.rb +123 -0
  84. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request_type.rb +26 -0
  85. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_data.rb +144 -0
  86. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request.rb +123 -0
  87. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb +217 -0
  88. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_type.rb +26 -0
  89. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_response.rb +105 -0
  90. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_type.rb +26 -0
  91. data/lib/datadog_api_client/v2/models/gcp_usage_cost_configs_response.rb +107 -0
  92. data/lib/datadog_api_client/v2/models/layer_attributes.rb +1 -1
  93. data/lib/datadog_api_client/v2/models/layer_attributes_interval.rb +1 -1
  94. data/lib/datadog_api_client/v2/models/list_assets_sbo_ms_response.rb +145 -0
  95. data/lib/datadog_api_client/v2/models/sbom_attributes.rb +24 -1
  96. data/lib/datadog_api_client/v2/models/sbom_component.rb +46 -1
  97. data/lib/datadog_api_client/v2/models/sbom_component_dependency.rb +117 -0
  98. data/lib/datadog_api_client/v2/models/sbom_component_license.rb +123 -0
  99. data/lib/datadog_api_client/v2/models/sbom_component_license_license.rb +123 -0
  100. data/lib/datadog_api_client/v2/models/sbom_component_license_type.rb +33 -0
  101. data/lib/datadog_api_client/v2/models/sbom_component_property.rb +144 -0
  102. data/lib/datadog_api_client/v2/models/sbom_component_supplier.rb +123 -0
  103. data/lib/datadog_api_client/v2/models/sbom_metadata.rb +25 -3
  104. data/lib/datadog_api_client/v2/models/sbom_metadata_author.rb +105 -0
  105. data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items.rb +1 -1
  106. data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb +1 -1
  107. data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +24 -1
  108. data/lib/datadog_api_client/version.rb +1 -1
  109. metadata +63 -2
  110. data/.apigentools-info +0 -16
@@ -288,6 +288,14 @@ components:
288
288
  required: true
289
289
  schema:
290
290
  type: string
291
+ DatasetID:
292
+ description: The ID of a defined dataset.
293
+ example: 0879ce27-29a1-481f-a12e-bc2a48ec9ae1
294
+ in: path
295
+ name: dataset_id
296
+ required: true
297
+ schema:
298
+ type: string
291
299
  EntityID:
292
300
  description: UUID or Entity Ref.
293
301
  in: path
@@ -758,7 +766,8 @@ components:
758
766
  description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
759
767
  `dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
760
768
  `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
761
- `connection`, `connection-group`, `rum-application`.'
769
+ `connection`, `connection-group`, `rum-application`, `cross-org-connection`,
770
+ `spreadsheet`.'
762
771
  example: dashboard:abc-def-ghi
763
772
  in: path
764
773
  name: resource_id
@@ -1536,6 +1545,54 @@ components:
1536
1545
  - type
1537
1546
  - credentials
1538
1547
  type: object
1548
+ AWSIntegrationIamPermissionsResponse:
1549
+ description: AWS Integration IAM Permissions response body.
1550
+ properties:
1551
+ data:
1552
+ $ref: '#/components/schemas/AWSIntegrationIamPermissionsResponseData'
1553
+ required:
1554
+ - data
1555
+ type: object
1556
+ AWSIntegrationIamPermissionsResponseAttributes:
1557
+ description: AWS Integration IAM Permissions response attributes.
1558
+ properties:
1559
+ permissions:
1560
+ description: List of AWS IAM permissions required for the integration.
1561
+ example:
1562
+ - account:GetContactInformation
1563
+ - amplify:ListApps
1564
+ - amplify:ListArtifacts
1565
+ - amplify:ListBackendEnvironments
1566
+ - amplify:ListBranches
1567
+ items:
1568
+ example: account:GetContactInformation
1569
+ type: string
1570
+ type: array
1571
+ required:
1572
+ - permissions
1573
+ type: object
1574
+ AWSIntegrationIamPermissionsResponseData:
1575
+ description: AWS Integration IAM Permissions response data.
1576
+ properties:
1577
+ attributes:
1578
+ $ref: '#/components/schemas/AWSIntegrationIamPermissionsResponseAttributes'
1579
+ id:
1580
+ default: permissions
1581
+ description: The `AWSIntegrationIamPermissionsResponseData` `id`.
1582
+ example: permissions
1583
+ type: string
1584
+ type:
1585
+ $ref: '#/components/schemas/AWSIntegrationIamPermissionsResponseDataType'
1586
+ type: object
1587
+ AWSIntegrationIamPermissionsResponseDataType:
1588
+ default: permissions
1589
+ description: The `AWSIntegrationIamPermissionsResponseData` `type`.
1590
+ enum:
1591
+ - permissions
1592
+ example: permissions
1593
+ type: string
1594
+ x-enum-varnames:
1595
+ - PERMISSIONS
1539
1596
  AWSIntegrationType:
1540
1597
  description: The definition of `AWSIntegrationType` object.
1541
1598
  enum:
@@ -3526,6 +3583,14 @@ components:
3526
3583
  $ref: '#/components/schemas/AssetOperatingSystem'
3527
3584
  risks:
3528
3585
  $ref: '#/components/schemas/AssetRisks'
3586
+ teams:
3587
+ description: List of teams that own the asset.
3588
+ example:
3589
+ - compute
3590
+ items:
3591
+ example: compute
3592
+ type: string
3593
+ type: array
3529
3594
  type:
3530
3595
  $ref: '#/components/schemas/AssetType'
3531
3596
  version:
@@ -12121,6 +12186,85 @@ components:
12121
12186
  required:
12122
12187
  - databaseMonitoringTrigger
12123
12188
  type: object
12189
+ Dataset:
12190
+ description: Dataset object.
12191
+ properties:
12192
+ attributes:
12193
+ $ref: '#/components/schemas/DatasetAttributes'
12194
+ id:
12195
+ description: Unique identifier for the dataset.
12196
+ example: 123e4567-e89b-12d3-a456-426614174000
12197
+ type: string
12198
+ type:
12199
+ description: Resource type, always "dataset".
12200
+ example: dataset
12201
+ type: string
12202
+ required:
12203
+ - type
12204
+ - attributes
12205
+ type: object
12206
+ DatasetAttributes:
12207
+ description: Dataset metadata and configuration(s).
12208
+ properties:
12209
+ created_at:
12210
+ description: Timestamp when the dataset was created.
12211
+ format: date-time
12212
+ nullable: true
12213
+ type: string
12214
+ created_by:
12215
+ description: Unique ID of the user who created the dataset.
12216
+ format: uuid
12217
+ type: string
12218
+ name:
12219
+ description: Name of the dataset.
12220
+ example: Security Audit Dataset
12221
+ type: string
12222
+ principals:
12223
+ description: List of access principals, formatted as `principal_type:id`.
12224
+ Principal can be 'team' or 'role'.
12225
+ example:
12226
+ - role:86245fce-0a4e-11f0-92bd-da7ad0900002
12227
+ items:
12228
+ example: role:86245fce-0a4e-11f0-92bd-da7ad0900002
12229
+ type: string
12230
+ type: array
12231
+ product_filters:
12232
+ description: List of product-specific filters.
12233
+ items:
12234
+ $ref: '#/components/schemas/FiltersPerProduct'
12235
+ type: array
12236
+ required:
12237
+ - name
12238
+ - product_filters
12239
+ - principals
12240
+ type: object
12241
+ DatasetCreateRequest:
12242
+ description: Create request for a dataset.
12243
+ properties:
12244
+ data:
12245
+ $ref: '#/components/schemas/Dataset'
12246
+ required:
12247
+ - data
12248
+ type: object
12249
+ DatasetResponseMulti:
12250
+ description: Response containing a list of datasets.
12251
+ properties:
12252
+ data:
12253
+ description: The list of datasets returned in response.
12254
+ items:
12255
+ $ref: '#/components/schemas/Dataset'
12256
+ type: array
12257
+ required:
12258
+ - data
12259
+ type: object
12260
+ DatasetResponseSingle:
12261
+ description: Response containing a single dataset object.
12262
+ properties:
12263
+ data:
12264
+ $ref: '#/components/schemas/Dataset'
12265
+ required:
12266
+ - data
12267
+ type: object
12124
12268
  Date:
12125
12269
  description: Date as Unix timestamp in milliseconds.
12126
12270
  example: 1722439510282
@@ -15579,6 +15723,38 @@ components:
15579
15723
  $ref: '#/components/schemas/FastlyServiceData'
15580
15724
  type: array
15581
15725
  type: object
15726
+ FiltersPerProduct:
15727
+ description: Product-specific filters for the dataset.
15728
+ properties:
15729
+ filters:
15730
+ description: 'Defines the list of tag-based filters used to restrict access
15731
+ to telemetry data for a specific product.
15732
+
15733
+ These filters act as access control rules. Each filter must follow the
15734
+ tag query syntax used by
15735
+
15736
+ Datadog (such as `@tag.key:value`), and only one tag or attribute may
15737
+ be used to define the access strategy
15738
+
15739
+ per telemetry type.'
15740
+ example:
15741
+ - '@application.id:ABCD'
15742
+ items:
15743
+ example: '@application.id:ABCD'
15744
+ type: string
15745
+ type: array
15746
+ product:
15747
+ description: 'Name of the product the dataset is for. Possible values are
15748
+ ''apm'', ''rum'', ''synthetics'',
15749
+
15750
+ ''metrics'', ''logs'', ''sd_repoinfo'', ''error_tracking'', ''cloud_cost'',
15751
+ and ''ml_obs''.'
15752
+ example: logs
15753
+ type: string
15754
+ required:
15755
+ - product
15756
+ - filters
15757
+ type: object
15582
15758
  Finding:
15583
15759
  description: A single finding without the message and resource configuration.
15584
15760
  properties:
@@ -16162,6 +16338,212 @@ components:
16162
16338
  type: string
16163
16339
  x-enum-varnames:
16164
16340
  - GCP_SERVICE_ACCOUNT
16341
+ GCPUsageCostConfig:
16342
+ description: GCP Usage Cost config.
16343
+ properties:
16344
+ attributes:
16345
+ $ref: '#/components/schemas/GCPUsageCostConfigAttributes'
16346
+ id:
16347
+ description: The ID of the GCP Usage Cost config.
16348
+ type: string
16349
+ type:
16350
+ $ref: '#/components/schemas/GCPUsageCostConfigType'
16351
+ required:
16352
+ - attributes
16353
+ - type
16354
+ type: object
16355
+ GCPUsageCostConfigAttributes:
16356
+ description: Attributes for a GCP Usage Cost config.
16357
+ properties:
16358
+ account_id:
16359
+ description: The GCP account ID.
16360
+ example: 123456_A123BC_12AB34
16361
+ type: string
16362
+ bucket_name:
16363
+ description: The GCP bucket name used to store the Usage Cost export.
16364
+ example: dd-cost-bucket
16365
+ type: string
16366
+ created_at:
16367
+ description: The timestamp when the GCP Usage Cost config was created.
16368
+ pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}$
16369
+ type: string
16370
+ dataset:
16371
+ description: The export dataset name used for the GCP Usage Cost Report.
16372
+ example: billing
16373
+ type: string
16374
+ error_messages:
16375
+ description: The error messages for the GCP Usage Cost config.
16376
+ items:
16377
+ type: string
16378
+ nullable: true
16379
+ type: array
16380
+ export_prefix:
16381
+ description: The export prefix used for the GCP Usage Cost Report.
16382
+ example: datadog_cloud_cost_usage_export
16383
+ type: string
16384
+ export_project_name:
16385
+ description: The name of the GCP Usage Cost Report.
16386
+ example: dd-cloud-cost-report
16387
+ type: string
16388
+ months:
16389
+ deprecated: true
16390
+ description: The number of months the report has been backfilled.
16391
+ format: int32
16392
+ maximum: 36
16393
+ type: integer
16394
+ project_id:
16395
+ description: The `project_id` of the GCP Usage Cost report.
16396
+ example: my-project-123
16397
+ type: string
16398
+ service_account:
16399
+ description: The unique GCP service account email.
16400
+ example: dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com
16401
+ type: string
16402
+ status:
16403
+ description: The status of the GCP Usage Cost config.
16404
+ example: active
16405
+ type: string
16406
+ status_updated_at:
16407
+ description: The timestamp when the GCP Usage Cost config status was updated.
16408
+ pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}$
16409
+ type: string
16410
+ updated_at:
16411
+ description: The timestamp when the GCP Usage Cost config status was updated.
16412
+ pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}$
16413
+ type: string
16414
+ required:
16415
+ - account_id
16416
+ - bucket_name
16417
+ - dataset
16418
+ - export_prefix
16419
+ - export_project_name
16420
+ - service_account
16421
+ - status
16422
+ type: object
16423
+ GCPUsageCostConfigPatchData:
16424
+ description: GCP Usage Cost config patch data.
16425
+ properties:
16426
+ attributes:
16427
+ $ref: '#/components/schemas/GCPUsageCostConfigPatchRequestAttributes'
16428
+ type:
16429
+ $ref: '#/components/schemas/GCPUsageCostConfigPatchRequestType'
16430
+ required:
16431
+ - attributes
16432
+ - type
16433
+ type: object
16434
+ GCPUsageCostConfigPatchRequest:
16435
+ description: GCP Usage Cost config patch request.
16436
+ properties:
16437
+ data:
16438
+ $ref: '#/components/schemas/GCPUsageCostConfigPatchData'
16439
+ required:
16440
+ - data
16441
+ type: object
16442
+ GCPUsageCostConfigPatchRequestAttributes:
16443
+ description: Attributes for GCP Usage Cost config patch request.
16444
+ properties:
16445
+ is_enabled:
16446
+ description: Whether or not the Cloud Cost Management account is enabled.
16447
+ example: true
16448
+ type: boolean
16449
+ required:
16450
+ - is_enabled
16451
+ type: object
16452
+ GCPUsageCostConfigPatchRequestType:
16453
+ default: gcp_uc_config_patch_request
16454
+ description: Type of GCP Usage Cost config patch request.
16455
+ enum:
16456
+ - gcp_uc_config_patch_request
16457
+ example: gcp_uc_config_patch_request
16458
+ type: string
16459
+ x-enum-varnames:
16460
+ - GCP_USAGE_COST_CONFIG_PATCH_REQUEST
16461
+ GCPUsageCostConfigPostData:
16462
+ description: GCP Usage Cost config post data.
16463
+ properties:
16464
+ attributes:
16465
+ $ref: '#/components/schemas/GCPUsageCostConfigPostRequestAttributes'
16466
+ type:
16467
+ $ref: '#/components/schemas/GCPUsageCostConfigPostRequestType'
16468
+ required:
16469
+ - attributes
16470
+ - type
16471
+ type: object
16472
+ GCPUsageCostConfigPostRequest:
16473
+ description: GCP Usage Cost config post request.
16474
+ properties:
16475
+ data:
16476
+ $ref: '#/components/schemas/GCPUsageCostConfigPostData'
16477
+ required:
16478
+ - data
16479
+ type: object
16480
+ GCPUsageCostConfigPostRequestAttributes:
16481
+ description: Attributes for GCP Usage Cost config post request.
16482
+ properties:
16483
+ billing_account_id:
16484
+ description: The GCP account ID.
16485
+ example: 123456_A123BC_12AB34
16486
+ type: string
16487
+ bucket_name:
16488
+ description: The GCP bucket name used to store the Usage Cost export.
16489
+ example: dd-cost-bucket
16490
+ type: string
16491
+ export_dataset_name:
16492
+ description: The export dataset name used for the GCP Usage Cost report.
16493
+ example: billing
16494
+ type: string
16495
+ export_prefix:
16496
+ description: The export prefix used for the GCP Usage Cost report.
16497
+ example: datadog_cloud_cost_usage_export
16498
+ type: string
16499
+ export_project_name:
16500
+ description: The name of the GCP Usage Cost report.
16501
+ example: dd-cloud-cost-report
16502
+ type: string
16503
+ service_account:
16504
+ description: The unique GCP service account email.
16505
+ example: dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com
16506
+ type: string
16507
+ required:
16508
+ - billing_account_id
16509
+ - bucket_name
16510
+ - export_project_name
16511
+ - export_dataset_name
16512
+ - service_account
16513
+ type: object
16514
+ GCPUsageCostConfigPostRequestType:
16515
+ default: gcp_uc_config_post_request
16516
+ description: Type of GCP Usage Cost config post request.
16517
+ enum:
16518
+ - gcp_uc_config_post_request
16519
+ example: gcp_usage_cost_config_post_request
16520
+ type: string
16521
+ x-enum-varnames:
16522
+ - GCP_USAGE_COST_CONFIG_POST_REQUEST
16523
+ GCPUsageCostConfigResponse:
16524
+ description: Response of GCP Usage Cost config.
16525
+ properties:
16526
+ data:
16527
+ $ref: '#/components/schemas/GCPUsageCostConfig'
16528
+ type: object
16529
+ GCPUsageCostConfigType:
16530
+ default: gcp_uc_config
16531
+ description: Type of GCP Usage Cost config.
16532
+ enum:
16533
+ - gcp_uc_config
16534
+ example: gcp_uc_config
16535
+ type: string
16536
+ x-enum-varnames:
16537
+ - GCP_UC_CONFIG
16538
+ GCPUsageCostConfigsResponse:
16539
+ description: List of GCP Usage Cost configs.
16540
+ properties:
16541
+ data:
16542
+ description: A GCP Usage Cost config.
16543
+ items:
16544
+ $ref: '#/components/schemas/GCPUsageCostConfig'
16545
+ type: array
16546
+ type: object
16165
16547
  GetActionConnectionResponse:
16166
16548
  description: The response for found connection
16167
16549
  properties:
@@ -19754,7 +20136,7 @@ components:
19754
20136
  type: object
19755
20137
  LayerAttributesInterval:
19756
20138
  description: Defines how often the rotation repeats, using a combination of
19757
- days and optional seconds.
20139
+ days and optional seconds. Should be at least 1 hour.
19758
20140
  properties:
19759
20141
  days:
19760
20142
  description: The number of days in each rotation cycle.
@@ -20085,6 +20467,21 @@ components:
20085
20467
  format: int64
20086
20468
  type: integer
20087
20469
  type: object
20470
+ ListAssetsSBOMsResponse:
20471
+ description: The expected response schema when listing assets SBOMs.
20472
+ properties:
20473
+ data:
20474
+ description: List of assets SBOMs.
20475
+ items:
20476
+ $ref: '#/components/schemas/SBOM'
20477
+ type: array
20478
+ links:
20479
+ $ref: '#/components/schemas/Links'
20480
+ meta:
20481
+ $ref: '#/components/schemas/Metadata'
20482
+ required:
20483
+ - data
20484
+ type: object
20088
20485
  ListDevicesResponse:
20089
20486
  description: List devices response.
20090
20487
  properties:
@@ -32140,6 +32537,11 @@ components:
32140
32537
  items:
32141
32538
  $ref: '#/components/schemas/SBOMComponent'
32142
32539
  type: array
32540
+ dependencies:
32541
+ description: List of dependencies between components of the SBOM.
32542
+ items:
32543
+ $ref: '#/components/schemas/SBOMComponentDependency'
32544
+ type: array
32143
32545
  metadata:
32144
32546
  $ref: '#/components/schemas/SBOMMetadata'
32145
32547
  serialNumber:
@@ -32163,6 +32565,7 @@ components:
32163
32565
  - metadata
32164
32566
  - serialNumber
32165
32567
  - version
32568
+ - dependencies
32166
32569
  type: object
32167
32570
  SBOMComponent:
32168
32571
  description: Software or hardware component.
@@ -32172,16 +32575,28 @@ components:
32172
32575
  elsewhere in the BOM.
32173
32576
  example: pkg:golang/google.golang.org/grpc@1.68.1
32174
32577
  type: string
32578
+ licenses:
32579
+ description: The software licenses of the SBOM component.
32580
+ items:
32581
+ $ref: '#/components/schemas/SBOMComponentLicense'
32582
+ type: array
32175
32583
  name:
32176
32584
  description: The name of the component. This will often be a shortened,
32177
32585
  single name of the component.
32178
32586
  example: google.golang.org/grpc
32179
32587
  type: string
32588
+ properties:
32589
+ description: The custom properties of the component of the SBOM.
32590
+ items:
32591
+ $ref: '#/components/schemas/SBOMComponentProperty'
32592
+ type: array
32180
32593
  purl:
32181
32594
  description: Specifies the package-url (purl). The purl, if specified, MUST
32182
32595
  be valid and conform to the [specification](https://github.com/package-url/purl-spec).
32183
32596
  example: pkg:golang/google.golang.org/grpc@1.68.1
32184
32597
  type: string
32598
+ supplier:
32599
+ $ref: '#/components/schemas/SBOMComponentSupplier'
32185
32600
  type:
32186
32601
  $ref: '#/components/schemas/SBOMComponentType'
32187
32602
  version:
@@ -32192,6 +32607,89 @@ components:
32192
32607
  - type
32193
32608
  - name
32194
32609
  - version
32610
+ - supplier
32611
+ type: object
32612
+ SBOMComponentDependency:
32613
+ description: The dependencies of a component of the SBOM.
32614
+ properties:
32615
+ dependsOn:
32616
+ description: The components that are dependencies of the ref component.
32617
+ items:
32618
+ example: pkg:golang/google.golang.org/grpc@1.68.1
32619
+ type: string
32620
+ required:
32621
+ - ref
32622
+ - dependsOn
32623
+ type: array
32624
+ ref:
32625
+ description: The identifier for the related component.
32626
+ example: Repository|github.com/datadog/datadog-agent
32627
+ type: string
32628
+ type: object
32629
+ SBOMComponentLicense:
32630
+ description: The software license of the component of the SBOM.
32631
+ properties:
32632
+ license:
32633
+ $ref: '#/components/schemas/SBOMComponentLicenseLicense'
32634
+ required:
32635
+ - license
32636
+ type: object
32637
+ SBOMComponentLicenseLicense:
32638
+ description: The software license of the component of the SBOM.
32639
+ properties:
32640
+ name:
32641
+ description: The name of the software license of the component of the SBOM.
32642
+ example: MIT
32643
+ type: string
32644
+ required:
32645
+ - name
32646
+ type: object
32647
+ SBOMComponentLicenseType:
32648
+ description: The SBOM component license type.
32649
+ enum:
32650
+ - network_strong_copyleft
32651
+ - non_standard_copyleft
32652
+ - other_non_free
32653
+ - other_non_standard
32654
+ - permissive
32655
+ - public_domain
32656
+ - strong_copyleft
32657
+ - weak_copyleft
32658
+ example: application
32659
+ type: string
32660
+ x-enum-varnames:
32661
+ - NETWORK_STRONG_COPYLEFT
32662
+ - NON_STANDARD_COPYLEFT
32663
+ - OTHER_NON_FREE
32664
+ - OTHER_NON_STANDARD
32665
+ - PERMISSIVE
32666
+ - PUBLIC_DOMAIN
32667
+ - STRONG_COPYLEFT
32668
+ - WEAK_COPYLEFT
32669
+ SBOMComponentProperty:
32670
+ description: The custom property of the component of the SBOM.
32671
+ properties:
32672
+ name:
32673
+ description: The name of the custom property of the component of the SBOM.
32674
+ example: license_type
32675
+ type: string
32676
+ value:
32677
+ description: The value of the custom property of the component of the SBOM.
32678
+ example: permissive
32679
+ type: string
32680
+ required:
32681
+ - name
32682
+ - value
32683
+ type: object
32684
+ SBOMComponentSupplier:
32685
+ description: The supplier of the component.
32686
+ properties:
32687
+ name:
32688
+ description: Identifier of the supplier of the component.
32689
+ example: https://go.dev
32690
+ type: string
32691
+ required:
32692
+ - name
32195
32693
  type: object
32196
32694
  SBOMComponentType:
32197
32695
  description: The SBOM component type
@@ -32226,8 +32724,25 @@ components:
32226
32724
  SBOMMetadata:
32227
32725
  description: Provides additional information about a BOM.
32228
32726
  properties:
32727
+ authors:
32728
+ description: List of authors of the SBOM.
32729
+ items:
32730
+ $ref: '#/components/schemas/SBOMMetadataAuthor'
32731
+ type: array
32229
32732
  component:
32230
32733
  $ref: '#/components/schemas/SBOMMetadataComponent'
32734
+ timestamp:
32735
+ description: The timestamp of the SBOM creation.
32736
+ example: '2025-07-08T07:24:53Z'
32737
+ type: string
32738
+ type: object
32739
+ SBOMMetadataAuthor:
32740
+ description: Author of the SBOM.
32741
+ properties:
32742
+ name:
32743
+ description: The identifier of the Author of the SBOM.
32744
+ example: Datadog, Inc.
32745
+ type: string
32231
32746
  type: object
32232
32747
  SBOMMetadataComponent:
32233
32748
  description: The component that the BOM describes.
@@ -32889,7 +33404,7 @@ components:
32889
33404
  - effective_date: '2025-02-03T05:00:00Z'
32890
33405
  end_date: '2025-12-31T00:00:00Z'
32891
33406
  interval:
32892
- seconds: 300
33407
+ seconds: 3600
32893
33408
  members:
32894
33409
  - user:
32895
33410
  id: 00000000-aba1-0000-0000-000000000000
@@ -41183,6 +41698,14 @@ components:
41183
41698
  type: string
41184
41699
  library:
41185
41700
  $ref: '#/components/schemas/Library'
41701
+ origin:
41702
+ description: Vulnerability origin.
41703
+ example:
41704
+ - agentless-scanner
41705
+ items:
41706
+ example: agentless-scanner
41707
+ type: string
41708
+ type: array
41186
41709
  remediations:
41187
41710
  description: List of remediations.
41188
41711
  items:
@@ -41222,6 +41745,7 @@ components:
41222
41745
  - exposure_time
41223
41746
  - remediations
41224
41747
  - fix_available
41748
+ - origin
41225
41749
  type: object
41226
41750
  VulnerabilityCvss:
41227
41751
  description: Vulnerability severities.
@@ -46254,6 +46778,164 @@ paths:
46254
46778
  summary: Get Custom Costs file
46255
46779
  tags:
46256
46780
  - Cloud Cost Management
46781
+ /api/v2/cost/gcp_uc_config:
46782
+ get:
46783
+ description: List the GCP Usage Cost configs.
46784
+ operationId: ListCostGCPUsageCostConfigs
46785
+ responses:
46786
+ '200':
46787
+ content:
46788
+ application/json:
46789
+ schema:
46790
+ $ref: '#/components/schemas/GCPUsageCostConfigsResponse'
46791
+ description: OK
46792
+ '403':
46793
+ content:
46794
+ application/json:
46795
+ schema:
46796
+ $ref: '#/components/schemas/APIErrorResponse'
46797
+ description: Forbidden
46798
+ '429':
46799
+ $ref: '#/components/responses/TooManyRequestsResponse'
46800
+ security:
46801
+ - apiKeyAuth: []
46802
+ appKeyAuth: []
46803
+ - AuthZ:
46804
+ - cloud_cost_management_read
46805
+ summary: List Cloud Cost Management GCP Usage Cost configs
46806
+ tags:
46807
+ - Cloud Cost Management
46808
+ x-permission:
46809
+ operator: OR
46810
+ permissions:
46811
+ - cloud_cost_management_read
46812
+ post:
46813
+ description: Create a Cloud Cost Management account for an GCP Usage Cost config.
46814
+ operationId: CreateCostGCPUsageCostConfig
46815
+ requestBody:
46816
+ content:
46817
+ application/json:
46818
+ schema:
46819
+ $ref: '#/components/schemas/GCPUsageCostConfigPostRequest'
46820
+ required: true
46821
+ responses:
46822
+ '200':
46823
+ content:
46824
+ application/json:
46825
+ schema:
46826
+ $ref: '#/components/schemas/GCPUsageCostConfigResponse'
46827
+ description: OK
46828
+ '400':
46829
+ content:
46830
+ application/json:
46831
+ schema:
46832
+ $ref: '#/components/schemas/APIErrorResponse'
46833
+ description: Bad Request
46834
+ '403':
46835
+ content:
46836
+ application/json:
46837
+ schema:
46838
+ $ref: '#/components/schemas/APIErrorResponse'
46839
+ description: Forbidden
46840
+ '429':
46841
+ $ref: '#/components/responses/TooManyRequestsResponse'
46842
+ security:
46843
+ - apiKeyAuth: []
46844
+ appKeyAuth: []
46845
+ - AuthZ:
46846
+ - cloud_cost_management_write
46847
+ summary: Create Cloud Cost Management GCP Usage Cost config
46848
+ tags:
46849
+ - Cloud Cost Management
46850
+ x-permission:
46851
+ operator: OR
46852
+ permissions:
46853
+ - cloud_cost_management_write
46854
+ /api/v2/cost/gcp_uc_config/{cloud_account_id}:
46855
+ delete:
46856
+ description: Archive a Cloud Cost Management account.
46857
+ operationId: DeleteCostGCPUsageCostConfig
46858
+ parameters:
46859
+ - $ref: '#/components/parameters/CloudAccountID'
46860
+ responses:
46861
+ '204':
46862
+ description: No Content
46863
+ '400':
46864
+ content:
46865
+ application/json:
46866
+ schema:
46867
+ $ref: '#/components/schemas/APIErrorResponse'
46868
+ description: Bad Request
46869
+ '404':
46870
+ content:
46871
+ application/json:
46872
+ schema:
46873
+ $ref: '#/components/schemas/APIErrorResponse'
46874
+ description: Not Found
46875
+ '429':
46876
+ $ref: '#/components/responses/TooManyRequestsResponse'
46877
+ security:
46878
+ - apiKeyAuth: []
46879
+ appKeyAuth: []
46880
+ - AuthZ:
46881
+ - cloud_cost_management_write
46882
+ summary: Delete Cloud Cost Management GCP Usage Cost config
46883
+ tags:
46884
+ - Cloud Cost Management
46885
+ x-permission:
46886
+ operator: OR
46887
+ permissions:
46888
+ - cloud_cost_management_write
46889
+ patch:
46890
+ description: Update the status of an GCP Usage Cost config (active/archived).
46891
+ operationId: UpdateCostGCPUsageCostConfig
46892
+ parameters:
46893
+ - $ref: '#/components/parameters/CloudAccountID'
46894
+ requestBody:
46895
+ content:
46896
+ application/json:
46897
+ schema:
46898
+ $ref: '#/components/schemas/GCPUsageCostConfigPatchRequest'
46899
+ required: true
46900
+ responses:
46901
+ '200':
46902
+ content:
46903
+ application/json:
46904
+ schema:
46905
+ $ref: '#/components/schemas/GCPUsageCostConfigResponse'
46906
+ description: OK
46907
+ '400':
46908
+ content:
46909
+ application/json:
46910
+ schema:
46911
+ $ref: '#/components/schemas/APIErrorResponse'
46912
+ description: Bad Request
46913
+ '403':
46914
+ content:
46915
+ application/json:
46916
+ schema:
46917
+ $ref: '#/components/schemas/APIErrorResponse'
46918
+ description: Forbidden
46919
+ '404':
46920
+ content:
46921
+ application/json:
46922
+ schema:
46923
+ $ref: '#/components/schemas/APIErrorResponse'
46924
+ description: Not Found
46925
+ '429':
46926
+ $ref: '#/components/responses/TooManyRequestsResponse'
46927
+ security:
46928
+ - apiKeyAuth: []
46929
+ appKeyAuth: []
46930
+ - AuthZ:
46931
+ - cloud_cost_management_write
46932
+ summary: Update Cloud Cost Management GCP Usage Cost config
46933
+ tags:
46934
+ - Cloud Cost Management
46935
+ x-permission:
46936
+ operator: OR
46937
+ permissions:
46938
+ - cloud_cost_management_write
46257
46939
  /api/v2/cost_by_tag/active_billing_dimensions:
46258
46940
  get:
46259
46941
  description: Get active billing dimensions for cost attribution. Cost data for
@@ -46981,6 +47663,135 @@ paths:
46981
47663
  tags:
46982
47664
  - Dashboard Lists
46983
47665
  x-codegen-request-body-name: body
47666
+ /api/v2/datasets:
47667
+ get:
47668
+ description: Get all datasets that have been configured for an organization.
47669
+ operationId: GetAllDatasets
47670
+ responses:
47671
+ '200':
47672
+ content:
47673
+ application/json:
47674
+ schema:
47675
+ $ref: '#/components/schemas/DatasetResponseMulti'
47676
+ description: OK
47677
+ '403':
47678
+ $ref: '#/components/responses/NotAuthorizedResponse'
47679
+ '429':
47680
+ $ref: '#/components/responses/TooManyRequestsResponse'
47681
+ security:
47682
+ - apiKeyAuth: []
47683
+ appKeyAuth: []
47684
+ - AuthZ: []
47685
+ summary: Get all datasets
47686
+ tags:
47687
+ - Datasets
47688
+ x-permission:
47689
+ operator: OPEN
47690
+ permissions: []
47691
+ post:
47692
+ description: Create a dataset with the configurations in the request.
47693
+ operationId: CreateDataset
47694
+ requestBody:
47695
+ content:
47696
+ application/json:
47697
+ example:
47698
+ data:
47699
+ attributes:
47700
+ name: Test RUM Dataset
47701
+ principals:
47702
+ - role:23bacb30-1c59-11f0-a596-da7ad0900002
47703
+ product_filters:
47704
+ - filters:
47705
+ - '@application.id:application_123'
47706
+ product: rum
47707
+ type: dataset
47708
+ schema:
47709
+ $ref: '#/components/schemas/DatasetCreateRequest'
47710
+ description: Dataset payload
47711
+ required: true
47712
+ responses:
47713
+ '200':
47714
+ content:
47715
+ application/json:
47716
+ schema:
47717
+ $ref: '#/components/schemas/DatasetResponseSingle'
47718
+ description: OK
47719
+ '400':
47720
+ $ref: '#/components/responses/BadRequestResponse'
47721
+ '403':
47722
+ $ref: '#/components/responses/NotAuthorizedResponse'
47723
+ '409':
47724
+ $ref: '#/components/responses/ConflictResponse'
47725
+ '429':
47726
+ $ref: '#/components/responses/TooManyRequestsResponse'
47727
+ security:
47728
+ - apiKeyAuth: []
47729
+ appKeyAuth: []
47730
+ - AuthZ: []
47731
+ summary: Create a dataset
47732
+ tags:
47733
+ - Datasets
47734
+ x-codegen-request-body-name: body
47735
+ x-permission:
47736
+ operator: OPEN
47737
+ permissions: []
47738
+ /api/v2/datasets/{dataset_id}:
47739
+ delete:
47740
+ description: Deletes the dataset associated with the ID.
47741
+ operationId: DeleteDataset
47742
+ parameters:
47743
+ - $ref: '#/components/parameters/DatasetID'
47744
+ responses:
47745
+ '204':
47746
+ description: No Content
47747
+ '400':
47748
+ $ref: '#/components/responses/BadRequestResponse'
47749
+ '403':
47750
+ $ref: '#/components/responses/NotAuthorizedResponse'
47751
+ '404':
47752
+ $ref: '#/components/responses/NotFoundResponse'
47753
+ '429':
47754
+ $ref: '#/components/responses/TooManyRequestsResponse'
47755
+ security:
47756
+ - apiKeyAuth: []
47757
+ appKeyAuth: []
47758
+ - AuthZ: []
47759
+ summary: Delete a dataset
47760
+ tags:
47761
+ - Datasets
47762
+ x-permission:
47763
+ operator: OPEN
47764
+ permissions: []
47765
+ get:
47766
+ description: Retrieves the dataset associated with the ID.
47767
+ operationId: GetDataset
47768
+ parameters:
47769
+ - $ref: '#/components/parameters/DatasetID'
47770
+ responses:
47771
+ '200':
47772
+ content:
47773
+ application/json:
47774
+ schema:
47775
+ $ref: '#/components/schemas/DatasetResponseSingle'
47776
+ description: OK
47777
+ '400':
47778
+ $ref: '#/components/responses/BadRequestResponse'
47779
+ '403':
47780
+ $ref: '#/components/responses/NotAuthorizedResponse'
47781
+ '404':
47782
+ $ref: '#/components/responses/NotFoundResponse'
47783
+ '429':
47784
+ $ref: '#/components/responses/TooManyRequestsResponse'
47785
+ security:
47786
+ - apiKeyAuth: []
47787
+ appKeyAuth: []
47788
+ - AuthZ: []
47789
+ summary: Get a single dataset by ID
47790
+ tags:
47791
+ - Datasets
47792
+ x-permission:
47793
+ operator: OPEN
47794
+ permissions: []
46984
47795
  /api/v2/deletion/data/{product}:
46985
47796
  post:
46986
47797
  description: Creates a data deletion request by providing a query and a timeframe
@@ -47864,9 +48675,11 @@ paths:
47864
48675
  permissions:
47865
48676
  - events_read
47866
48677
  post:
47867
- description: "This endpoint allows you to publish events.\n\n\u2705 **Only events
47868
- with the `change` or `alert` category** are in General Availability. For change
47869
- events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
48678
+ description: "This endpoint allows you to publish events.\n\n**Note:** To utilize
48679
+ this endpoint with our client libraries, please ensure you are using the latest
48680
+ version released on or after July 1, 2025. Earlier versions do not support
48681
+ this functionality.\n\n\u2705 **Only events with the `change` or `alert` category**
48682
+ are in General Availability. For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
47870
48683
  for more details.\n\n\u274C For use cases involving other event categories,
47871
48684
  use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n\u274C
47872
48685
  Notifications are not yet supported for events sent to this endpoint. Use
@@ -49155,6 +49968,22 @@ paths:
49155
49968
  x-unstable: '**Note: This endpoint is in Preview. If you have any feedback,
49156
49969
 
49157
49970
  contact [Datadog support](https://docs.datadoghq.com/help/).**'
49971
+ /api/v2/integration/aws/iam_permissions:
49972
+ get:
49973
+ description: Get all AWS IAM permissions required for the AWS integration.
49974
+ operationId: GetAWSIntegrationIAMPermissions
49975
+ responses:
49976
+ '200':
49977
+ content:
49978
+ application/json:
49979
+ schema:
49980
+ $ref: '#/components/schemas/AWSIntegrationIamPermissionsResponse'
49981
+ description: AWS IAM Permissions object
49982
+ '429':
49983
+ $ref: '#/components/responses/TooManyRequestsResponse'
49984
+ summary: Get AWS integration IAM permissions
49985
+ tags:
49986
+ - AWS Integration
49158
49987
  /api/v2/integration/aws/logs/services:
49159
49988
  get:
49160
49989
  description: Get a list of AWS services that can send logs to Datadog.
@@ -52712,9 +53541,6 @@ paths:
52712
53541
  operator: OR
52713
53542
  permissions:
52714
53543
  - monitors_read
52715
- x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
52716
-
52717
- contact [Datadog support](https://docs.datadoghq.com/help/).'
52718
53544
  post:
52719
53545
  description: Creates a monitor notification rule.
52720
53546
  operationId: CreateMonitorNotificationRule
@@ -52758,9 +53584,6 @@ paths:
52758
53584
  operator: OR
52759
53585
  permissions:
52760
53586
  - monitor_config_policy_write
52761
- x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
52762
-
52763
- contact [Datadog support](https://docs.datadoghq.com/help/).'
52764
53587
  /api/v2/monitor/notification_rule/{rule_id}:
52765
53588
  delete:
52766
53589
  description: Deletes a monitor notification rule by `rule_id`.
@@ -52801,9 +53624,6 @@ paths:
52801
53624
  operator: OR
52802
53625
  permissions:
52803
53626
  - monitor_config_policy_write
52804
- x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
52805
-
52806
- contact [Datadog support](https://docs.datadoghq.com/help/).'
52807
53627
  get:
52808
53628
  description: Returns a monitor notification rule by `rule_id`.
52809
53629
  operationId: GetMonitorNotificationRule
@@ -52857,9 +53677,6 @@ paths:
52857
53677
  operator: OR
52858
53678
  permissions:
52859
53679
  - monitors_read
52860
- x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
52861
-
52862
- contact [Datadog support](https://docs.datadoghq.com/help/).'
52863
53680
  patch:
52864
53681
  description: Updates a monitor notification rule by `rule_id`.
52865
53682
  operationId: UpdateMonitorNotificationRule
@@ -52917,9 +53734,6 @@ paths:
52917
53734
  operator: OR
52918
53735
  permissions:
52919
53736
  - monitor_config_policy_write
52920
- x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
52921
-
52922
- contact [Datadog support](https://docs.datadoghq.com/help/).'
52923
53737
  /api/v2/monitor/policy:
52924
53738
  get:
52925
53739
  description: Get all monitor configuration policies.
@@ -55807,7 +56621,8 @@ paths:
55807
56621
  operator: OR
55808
56622
  permissions:
55809
56623
  - observability_pipelines_read
55810
- x-unstable: '**Note**: This endpoint is in Preview.'
56624
+ x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
56625
+ to request access.'
55811
56626
  post:
55812
56627
  description: Create a new pipeline.
55813
56628
  operationId: CreatePipeline
@@ -55839,7 +56654,8 @@ paths:
55839
56654
  operator: OR
55840
56655
  permissions:
55841
56656
  - observability_pipelines_deploy
55842
- x-unstable: '**Note**: This endpoint is in Preview.'
56657
+ x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
56658
+ to request access.'
55843
56659
  /api/v2/remote_config/products/obs_pipelines/pipelines/validate:
55844
56660
  post:
55845
56661
  description: 'Validates a pipeline configuration without creating or updating
@@ -55875,7 +56691,8 @@ paths:
55875
56691
  operator: OR
55876
56692
  permissions:
55877
56693
  - observability_pipelines_read
55878
- x-unstable: '**Note**: This endpoint is in Preview.'
56694
+ x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
56695
+ to request access.'
55879
56696
  /api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}:
55880
56697
  delete:
55881
56698
  description: Delete a pipeline.
@@ -55917,7 +56734,8 @@ paths:
55917
56734
  operator: OR
55918
56735
  permissions:
55919
56736
  - observability_pipelines_delete
55920
- x-unstable: '**Note**: This endpoint is in Preview.'
56737
+ x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
56738
+ to request access.'
55921
56739
  get:
55922
56740
  description: Get a specific pipeline by its ID.
55923
56741
  operationId: GetPipeline
@@ -55950,7 +56768,8 @@ paths:
55950
56768
  operator: OR
55951
56769
  permissions:
55952
56770
  - observability_pipelines_read
55953
- x-unstable: '**Note**: This endpoint is in Preview.'
56771
+ x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
56772
+ to request access.'
55954
56773
  put:
55955
56774
  description: Update a pipeline.
55956
56775
  operationId: UpdatePipeline
@@ -55991,7 +56810,8 @@ paths:
55991
56810
  operator: OR
55992
56811
  permissions:
55993
56812
  - observability_pipelines_deploy
55994
- x-unstable: '**Note**: This endpoint is in Preview.'
56813
+ x-unstable: '**Note**: This endpoint is in Preview. Fill out this [form](https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/)
56814
+ to request access.'
55995
56815
  /api/v2/restriction_policy/{resource_id}:
55996
56816
  delete:
55997
56817
  description: Deletes the restriction policy associated with a specified resource.
@@ -56089,6 +56909,10 @@ paths:
56089
56909
 
56090
56910
  - RUM Applications: `rum-application`
56091
56911
 
56912
+ - Cross Org Connections: `cross-org-connection`
56913
+
56914
+ - Spreadsheets: `spreadsheet`
56915
+
56092
56916
 
56093
56917
  #### Supported relations for resources
56094
56918
 
@@ -56130,7 +56954,11 @@ paths:
56130
56954
 
56131
56955
  Connection Groups | `viewer`, `editor`
56132
56956
 
56133
- RUM Application | `viewer`, `editor`'
56957
+ RUM Application | `viewer`, `editor`
56958
+
56959
+ Cross Org Connections | `viewer`, `editor`
56960
+
56961
+ Spreadsheets | `viewer`, `editor`'
56134
56962
  operationId: UpdateRestrictionPolicy
56135
56963
  parameters:
56136
56964
  - $ref: '#/components/parameters/ResourceID'
@@ -57835,6 +58663,13 @@ paths:
57835
58663
  required: false
57836
58664
  schema:
57837
58665
  type: string
58666
+ - description: Filter by teams.
58667
+ example: compute
58668
+ in: query
58669
+ name: filter[teams]
58670
+ required: false
58671
+ schema:
58672
+ type: string
57838
58673
  - description: Filter by architecture.
57839
58674
  example: arm64
57840
58675
  in: query
@@ -57928,6 +58763,133 @@ paths:
57928
58763
  operator: OR
57929
58764
  permissions:
57930
58765
  - security_monitoring_cws_agent_rules_read
58766
+ /api/v2/security/sboms:
58767
+ get:
58768
+ description: 'Get a list of assets SBOMs for an organization.
58769
+
58770
+
58771
+ ### Pagination
58772
+
58773
+
58774
+ Please review the [Pagination section](#pagination) for the "List Vulnerabilities"
58775
+ endpoint.
58776
+
58777
+
58778
+ ### Filtering
58779
+
58780
+
58781
+ Please review the [Filtering section](#filtering) for the "List Vulnerabilities"
58782
+ endpoint.
58783
+
58784
+
58785
+ ### Metadata
58786
+
58787
+
58788
+ Please review the [Metadata section](#metadata) for the "List Vulnerabilities"
58789
+ endpoint.'
58790
+ operationId: ListAssetsSBOMs
58791
+ parameters:
58792
+ - description: Its value must come from the `links` section of the response
58793
+ of the first request. Do not manually edit it.
58794
+ example: b82cef018aab81ed1d4bb4xb35xxfc065da7efa685fbcecdbd338f3015e3afabbbfa3a911b4984_721ee28a-zecb-4e45-9960-c42065b574f4
58795
+ in: query
58796
+ name: page[token]
58797
+ required: false
58798
+ schema:
58799
+ type: string
58800
+ - description: The page number to be retrieved. It should be equal to or greater
58801
+ than 1.
58802
+ example: 1
58803
+ in: query
58804
+ name: page[number]
58805
+ required: false
58806
+ schema:
58807
+ format: int64
58808
+ minimum: 1
58809
+ type: integer
58810
+ - description: The type of the assets for the SBOM request.
58811
+ example: Repository
58812
+ in: query
58813
+ name: filter[asset_type]
58814
+ required: false
58815
+ schema:
58816
+ $ref: '#/components/schemas/AssetType'
58817
+ - description: The name of the asset for the SBOM request.
58818
+ example: github.com/datadog/datadog-agent
58819
+ in: query
58820
+ name: filter[asset_name]
58821
+ required: false
58822
+ schema:
58823
+ type: string
58824
+ - description: The name of the component that is a dependency of an asset.
58825
+ example: opentelemetry-api
58826
+ in: query
58827
+ name: filter[package_name]
58828
+ required: false
58829
+ schema:
58830
+ type: string
58831
+ - description: The version of the component that is a dependency of an asset.
58832
+ example: 1.33.1
58833
+ in: query
58834
+ name: filter[package_version]
58835
+ required: false
58836
+ schema:
58837
+ type: string
58838
+ - description: The software license name of the component that is a dependency
58839
+ of an asset.
58840
+ example: Apache-2.0
58841
+ in: query
58842
+ name: filter[license_name]
58843
+ required: false
58844
+ schema:
58845
+ type: string
58846
+ - description: The software license type of the component that is a dependency
58847
+ of an asset.
58848
+ example: network_strong_copyleft
58849
+ in: query
58850
+ name: filter[license_type]
58851
+ required: false
58852
+ schema:
58853
+ $ref: '#/components/schemas/SBOMComponentLicenseType'
58854
+ responses:
58855
+ '200':
58856
+ content:
58857
+ application/json:
58858
+ schema:
58859
+ $ref: '#/components/schemas/ListAssetsSBOMsResponse'
58860
+ description: OK
58861
+ '400':
58862
+ content:
58863
+ application/json:
58864
+ schema:
58865
+ $ref: '#/components/schemas/JSONAPIErrorResponse'
58866
+ description: 'Bad request: The server cannot process the request due to
58867
+ invalid syntax in the request.'
58868
+ '403':
58869
+ content:
58870
+ application/json:
58871
+ schema:
58872
+ $ref: '#/components/schemas/JSONAPIErrorResponse'
58873
+ description: 'Forbidden: Access denied'
58874
+ '404':
58875
+ content:
58876
+ application/json:
58877
+ schema:
58878
+ $ref: '#/components/schemas/JSONAPIErrorResponse'
58879
+ description: 'Not found: asset not found'
58880
+ '429':
58881
+ $ref: '#/components/responses/TooManyRequestsResponse'
58882
+ security:
58883
+ - apiKeyAuth: []
58884
+ appKeyAuth: []
58885
+ - AuthZ:
58886
+ - appsec_vm_read
58887
+ summary: List assets SBOMs
58888
+ tags:
58889
+ - Security Monitoring
58890
+ x-unstable: '**Note**: This endpoint is a private preview.
58891
+
58892
+ If you are interested in accessing this API, [fill out this form](https://forms.gle/kMYC1sDr6WDUBDsx9).'
57931
58893
  /api/v2/security/sboms/{asset_type}:
57932
58894
  get:
57933
58895
  description: 'Get a single SBOM related to an asset by its type and name.
@@ -58419,6 +59381,13 @@ paths:
58419
59381
  required: false
58420
59382
  schema:
58421
59383
  type: string
59384
+ - description: Filter by origin.
59385
+ example: agentless-scanner
59386
+ in: query
59387
+ name: filter[origin]
59388
+ required: false
59389
+ schema:
59390
+ type: string
58422
59391
  - description: Filter by asset name.
58423
59392
  example: datadog-agent
58424
59393
  in: query
@@ -58498,6 +59467,13 @@ paths:
58498
59467
  required: false
58499
59468
  schema:
58500
59469
  type: string
59470
+ - description: Filter by asset teams.
59471
+ example: compute
59472
+ in: query
59473
+ name: filter[asset.teams]
59474
+ required: false
59475
+ schema:
59476
+ type: string
58501
59477
  - description: Filter by asset architecture.
58502
59478
  example: arm64
58503
59479
  in: query
@@ -63100,15 +64076,16 @@ paths:
63100
64076
  `fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`,
63101
64077
  `ingested_spans`, `iot`,
63102
64078
 
63103
- `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`,
63104
- `observability_pipelines`,
64079
+ `lambda_traced_invocations`, `llm_observability`, `logs`, `network_flows`,
64080
+ `network_hosts`, `network_monitoring`,
63105
64081
 
63106
- `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
63107
- `sds`, `snmp`, `software_delivery`,
64082
+ `observability_pipelines`, `online_archive`, `profiling`, `product_analytics`,
64083
+ `rum`, `rum_browser_sessions`,
63108
64084
 
63109
- `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
63110
- `timeseries`, `vuln_management`,
64085
+ `rum_mobile_sessions`, `sds`, `snmp`, `software_delivery`, `synthetics_api`,
64086
+ `synthetics_browser`,
63111
64087
 
64088
+ `synthetics_mobile`, `synthetics_parallel_testing`, `timeseries`, `vuln_management`
63112
64089
  and `workflow_executions`.
63113
64090
 
63114
64091
  The following product family has been **deprecated**: `audit_logs`.'
@@ -64333,8 +65310,8 @@ tags:
64333
65310
  for more information.
64334
65311
  name: Case Management
64335
65312
  - description: The Cloud Cost Management API allows you to set up, edit, and delete
64336
- Cloud Cost Management accounts for AWS and Azure. You can query your cost data
64337
- by using the [Metrics endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-data-across-multiple-products)
65313
+ Cloud Cost Management accounts for AWS, Azure, and GCP. You can query your cost
65314
+ data by using the [Metrics endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-data-across-multiple-products)
64338
65315
  and the `cloud_cost` data source. For more information, see the [Cloud Cost Management
64339
65316
  documentation](https://docs.datadoghq.com/cloud_cost_management/).
64340
65317
  name: Cloud Cost Management
@@ -64375,6 +65352,14 @@ tags:
64375
65352
  the allowed products. It's currently enabled for Logs and RUM and depends on `logs_delete_data`
64376
65353
  and `rum_delete_data` permissions respectively.
64377
65354
  name: Data Deletion
65355
+ - description: 'Data Access Controls in Datadog is a feature that allows administrators
65356
+ and access managers to regulate
65357
+
65358
+ access to sensitive data. By defining Restricted Datasets, you can ensure that
65359
+ only specific teams or roles can
65360
+
65361
+ view certain types of telemetry (for example, logs, traces, metrics, and RUM data).'
65362
+ name: Datasets
64378
65363
  - description: 'Configure your Datadog Email Domain Allowlist directly through the
64379
65364
  Datadog API.
64380
65365