datadog_api_client 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +229 -6
  4. data/.generator/schemas/v2/openapi.yaml +1295 -335
  5. data/.github/workflows/docs.yml +2 -0
  6. data/.github/workflows/test.yml +2 -0
  7. data/CHANGELOG.md +19 -0
  8. data/examples/v1/logs-indexes/UpdateLogsIndex.rb +3 -0
  9. data/examples/v1/monitors/CreateMonitor_2012680290.rb +23 -0
  10. data/examples/v1/service-level-objectives/GetSLOHistory.rb +0 -3
  11. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +9 -0
  12. data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
  13. data/examples/v2/ci-visibility-pipelines/AggregateCIAppPipelineEvents.rb +33 -0
  14. data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents.rb +11 -0
  15. data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents_1270618359.rb +10 -0
  16. data/examples/v2/ci-visibility-pipelines/SearchCIAppPipelineEvents.rb +23 -0
  17. data/examples/v2/ci-visibility-pipelines/SearchCIAppPipelineEvents_3246135003.rb +22 -0
  18. data/examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb +36 -0
  19. data/examples/v2/ci-visibility-tests/ListCIAppTestEvents.rb +11 -0
  20. data/examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb +10 -0
  21. data/examples/v2/ci-visibility-tests/SearchCIAppTestEvents.rb +23 -0
  22. data/examples/v2/ci-visibility-tests/SearchCIAppTestEvents_1675695429.rb +20 -0
  23. data/examples/v2/security-monitoring/GetSecurityMonitoringRule.rb +4 -1
  24. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +23 -33
  25. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +1 -1
  26. data/examples/v2/service-definition/DeleteServiceDefinition.rb +1 -1
  27. data/examples/v2/service-definition/GetServiceDefinition.rb +1 -1
  28. data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +1 -1
  29. data/lib/datadog_api_client/configuration.rb +0 -1
  30. data/lib/datadog_api_client/inflector.rb +49 -0
  31. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +0 -6
  32. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -5
  33. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
  34. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +4 -0
  35. data/lib/datadog_api_client/v1/models/monitor_options.rb +11 -1
  36. data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +98 -0
  37. data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options_evaluation_window.rb +148 -0
  38. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
  39. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -1
  40. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +2 -1
  41. data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_operator.rb +26 -0
  42. data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb +150 -0
  43. data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb +118 -0
  44. data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -1
  45. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +2 -2
  46. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  47. data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +31 -0
  48. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
  49. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
  50. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +21 -1
  51. data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -1
  52. data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +31 -1
  53. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +41 -1
  54. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -1
  55. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -1
  56. data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +283 -0
  57. data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +283 -0
  58. data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +1 -1
  59. data/lib/datadog_api_client/v2/api/logs_api.rb +6 -0
  60. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +3 -2
  61. data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value.rb +64 -0
  62. data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value_timeseries_point.rb +108 -0
  63. data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +128 -0
  64. data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort_type.rb +27 -0
  65. data/lib/datadog_api_client/v2/models/ci_app_aggregation_function.rb +37 -0
  66. data/lib/datadog_api_client/v2/models/ci_app_compute.rb +140 -0
  67. data/lib/datadog_api_client/v2/models/ci_app_compute_type.rb +27 -0
  68. data/lib/datadog_api_client/v2/models/ci_app_event_attributes.rb +132 -0
  69. data/lib/datadog_api_client/v2/models/ci_app_group_by_histogram.rb +154 -0
  70. data/lib/datadog_api_client/v2/models/ci_app_group_by_missing.rb +63 -0
  71. data/lib/datadog_api_client/v2/models/ci_app_group_by_total.rb +64 -0
  72. data/lib/datadog_api_client/v2/models/ci_app_pipeline_event.rb +118 -0
  73. data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_type_name.rb +26 -0
  74. data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_request.rb +129 -0
  75. data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_response.rb +120 -0
  76. data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregate_request.rb +143 -0
  77. data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregation_buckets_response.rb +100 -0
  78. data/lib/datadog_api_client/v2/models/ci_app_pipelines_analytics_aggregate_response.rb +118 -0
  79. data/lib/datadog_api_client/v2/models/ci_app_pipelines_bucket_response.rb +108 -0
  80. data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +160 -0
  81. data/lib/datadog_api_client/v2/models/ci_app_pipelines_query_filter.rb +118 -0
  82. data/lib/datadog_api_client/v2/models/ci_app_query_options.rb +109 -0
  83. data/lib/datadog_api_client/v2/models/ci_app_query_page_options.rb +119 -0
  84. data/lib/datadog_api_client/v2/models/ci_app_response_links.rb +99 -0
  85. data/lib/datadog_api_client/v2/models/ci_app_response_metadata.rb +141 -0
  86. data/lib/datadog_api_client/v2/models/ci_app_response_page.rb +98 -0
  87. data/lib/datadog_api_client/v2/models/ci_app_response_status.rb +27 -0
  88. data/lib/datadog_api_client/v2/models/ci_app_sort.rb +27 -0
  89. data/lib/datadog_api_client/v2/models/ci_app_sort_order.rb +27 -0
  90. data/lib/datadog_api_client/v2/models/ci_app_test_event.rb +118 -0
  91. data/lib/datadog_api_client/v2/models/ci_app_test_event_type_name.rb +26 -0
  92. data/lib/datadog_api_client/v2/models/ci_app_test_events_request.rb +129 -0
  93. data/lib/datadog_api_client/v2/models/ci_app_test_events_response.rb +120 -0
  94. data/lib/datadog_api_client/v2/models/ci_app_tests_aggregate_request.rb +143 -0
  95. data/lib/datadog_api_client/v2/models/ci_app_tests_aggregation_buckets_response.rb +100 -0
  96. data/lib/datadog_api_client/v2/models/ci_app_tests_analytics_aggregate_response.rb +118 -0
  97. data/lib/datadog_api_client/v2/models/ci_app_tests_bucket_response.rb +108 -0
  98. data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +160 -0
  99. data/lib/datadog_api_client/v2/models/ci_app_tests_query_filter.rb +118 -0
  100. data/lib/datadog_api_client/v2/models/ci_app_warning.rb +118 -0
  101. data/lib/datadog_api_client/v2/models/logs_query_filter.rb +11 -1
  102. data/lib/datadog_api_client/v2/models/logs_storage_tier.rb +27 -0
  103. data/lib/datadog_api_client/v2/models/rum_query_filter.rb +2 -2
  104. data/lib/datadog_api_client/v2/models/service_definition_v2_opsgenie.rb +14 -14
  105. data/lib/datadog_api_client/version.rb +1 -1
  106. metadata +62 -3
  107. data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +0 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b644f3a01150a30b95f76dcb370201383fc067c48e0edb6d8630a4ca19a5befc
4
- data.tar.gz: 391ac5e7f4777d68accc7e8b25cf6ce6618bba0fdfdf401797829d79b02cd627
3
+ metadata.gz: c52c12cb064b4196e587cafc0cae907272b34ff7f17a23644b94bef79e0144f0
4
+ data.tar.gz: 770e7f058b8c952b5c9c583256a69ae72e48eb746b8579b42e767103137d1923
5
5
  SHA512:
6
- metadata.gz: b6b434dc001d7363197c228d06dad89fa2ebf8a93d39a332b7dc621a61008d626574a91fc38d3b9e0474e6e9c306bd9e46189ceeaf253c761d5fa3655c0c6108
7
- data.tar.gz: 22f70d3d75135e4b3288b39faa5fbf03037a32a531d446b62f81be20a3f5cf46327d91d24e51b15109e36e5567c8ec0e9789280c6a698b4cab63cecaaa44f04f
6
+ metadata.gz: fcaf56e3bc30c4db39c78331a5a4937efc8ba9131604d956f8250fc853821bd380335fcf71d177ee3a408d3e006262d4783245c55e720eaa1bfea8a5bbed0b5e
7
+ data.tar.gz: d70ebb156a4e370173c37156162ba2638b3bc2ac47785a8cf4993c0503abc2fe5b104e701d0275832d3c69d69b53c02362e89323f2ac72368acec14291defa1b
data/.apigentools-info CHANGED
@@ -4,13 +4,13 @@
4
4
  "spec_versions": {
5
5
  "v1": {
6
6
  "apigentools_version": "1.6.4",
7
- "regenerated": "2022-10-20 09:07:21.093194",
8
- "spec_repo_commit": "148c906a"
7
+ "regenerated": "2022-11-15 14:55:22.459298",
8
+ "spec_repo_commit": "63774181"
9
9
  },
10
10
  "v2": {
11
11
  "apigentools_version": "1.6.4",
12
- "regenerated": "2022-10-20 09:07:21.105548",
13
- "spec_repo_commit": "148c906a"
12
+ "regenerated": "2022-11-15 14:55:22.471388",
13
+ "spec_repo_commit": "63774181"
14
14
  }
15
15
  }
16
16
  }
@@ -3661,6 +3661,7 @@ components:
3661
3661
  - api_usage
3662
3662
  - apm_fargate_usage
3663
3663
  - apm_host_usage
3664
+ - appsec_fargate_usage
3664
3665
  - appsec_usage
3665
3666
  - browser_usage
3666
3667
  - container_usage
@@ -3689,6 +3690,7 @@ components:
3689
3690
  - API_USAGE
3690
3691
  - APM_FARGATE_USAGE
3691
3692
  - APM_HOST_USAGE
3693
+ - APPSEC_FARGATE_USAGE
3692
3694
  - APPSEC_USAGE
3693
3695
  - BROWSER_USAGE
3694
3696
  - CONTAINER_USAGE
@@ -4839,6 +4841,7 @@ components:
4839
4841
  daily_limit:
4840
4842
  description: The number of log events you can send in this index per day
4841
4843
  before you are rate-limited.
4844
+ example: 300000000
4842
4845
  format: int64
4843
4846
  type: integer
4844
4847
  disable_daily_limit:
@@ -4849,6 +4852,7 @@ components:
4849
4852
  omitted, the index''s current
4850
4853
 
4851
4854
  `daily_limit` is maintained.'
4855
+ example: false
4852
4856
  type: boolean
4853
4857
  exclusion_filters:
4854
4858
  description: 'An array of exclusion objects. The logs are tested against
@@ -4874,6 +4878,7 @@ components:
4874
4878
  for all logs
4875
4879
 
4876
4880
  already in this index. It may also affect billing.'
4881
+ example: 15
4877
4882
  format: int64
4878
4883
  type: integer
4879
4884
  required:
@@ -6042,12 +6047,20 @@ components:
6042
6047
  - rum
6043
6048
  - ci_pipelines
6044
6049
  - ci_tests
6050
+ - audit
6051
+ - events
6052
+ - logs
6053
+ - spans
6045
6054
  example: rum
6046
6055
  type: string
6047
6056
  x-enum-varnames:
6048
6057
  - RUM
6049
6058
  - CI_PIPELINES
6050
6059
  - CI_TESTS
6060
+ - AUDIT
6061
+ - EVENTS
6062
+ - LOGS
6063
+ - SPANS
6051
6064
  MonitorFormulaAndFunctionQueryDefinition:
6052
6065
  description: A formula and function query.
6053
6066
  oneOf:
@@ -6332,6 +6345,8 @@ components:
6332
6345
  to `false` for sparse metrics,\notherwise some evaluations are skipped.
6333
6346
  Default is false."
6334
6347
  type: boolean
6348
+ scheduling_options:
6349
+ $ref: '#/components/schemas/MonitorOptionsSchedulingOptions'
6335
6350
  silenced:
6336
6351
  additionalProperties:
6337
6352
  description: UTC epoch timestamp in seconds when the downtime for the
@@ -6383,6 +6398,39 @@ components:
6383
6398
  type: string
6384
6399
  readOnly: true
6385
6400
  type: object
6401
+ MonitorOptionsSchedulingOptions:
6402
+ description: Configuration options for scheduling.
6403
+ properties:
6404
+ evaluation_window:
6405
+ $ref: '#/components/schemas/MonitorOptionsSchedulingOptionsEvaluationWindow'
6406
+ type: object
6407
+ MonitorOptionsSchedulingOptionsEvaluationWindow:
6408
+ description: Configuration options for the evaluation window. If `hour_starts`
6409
+ is set, no other fields may be set. Otherwise, `day_starts` and `month_starts`
6410
+ must be set together.
6411
+ properties:
6412
+ day_starts:
6413
+ description: The time of the day at which a one day cumulative evaluation
6414
+ window starts. Must be defined in UTC time in `HH:mm` format.
6415
+ example: 04:00
6416
+ type: string
6417
+ hour_starts:
6418
+ description: The minute of the hour at which a one hour cumulative evaluation
6419
+ window starts.
6420
+ example: 0
6421
+ format: int32
6422
+ maximum: 59
6423
+ minimum: 0
6424
+ type: integer
6425
+ month_starts:
6426
+ description: The day of the month at which a one month cumulative evaluation
6427
+ window starts.
6428
+ example: 1
6429
+ format: int32
6430
+ maximum: 1
6431
+ minimum: 1
6432
+ type: integer
6433
+ type: object
6386
6434
  MonitorOverallStates:
6387
6435
  description: The different states your monitor can be in.
6388
6436
  enum:
@@ -6935,6 +6983,8 @@ components:
6935
6983
  - api_percentage
6936
6984
  - apm_fargate_usage
6937
6985
  - apm_fargate_percentage
6986
+ - appsec_fargate_usage
6987
+ - appsec_fargate_percentage
6938
6988
  - apm_host_usage
6939
6989
  - apm_host_percentage
6940
6990
  - appsec_usage
@@ -6990,6 +7040,8 @@ components:
6990
7040
  - API_PERCENTAGE
6991
7041
  - APM_FARGATE_USAGE
6992
7042
  - APM_FARGATE_PERCENTAGE
7043
+ - APPSEC_FARGATE_USAGE
7044
+ - APPSEC_FARGATE_PERCENTAGE
6993
7045
  - APM_HOST_USAGE
6994
7046
  - APM_HOST_PERCENTAGE
6995
7047
  - APPSEC_USAGE
@@ -7066,6 +7118,16 @@ components:
7066
7118
  description: The APM host usage by tag(s).
7067
7119
  format: double
7068
7120
  type: number
7121
+ appsec_fargate_percentage:
7122
+ description: The percentage of Application Security Monitoring ECS Fargate
7123
+ task usage by tag(s).
7124
+ format: double
7125
+ type: number
7126
+ appsec_fargate_usage:
7127
+ description: The Application Security Monitoring ECS Fargate task usage
7128
+ by tag(s).
7129
+ format: double
7130
+ type: number
7069
7131
  appsec_percentage:
7070
7132
  description: The percentage of Application Security Monitoring host usage
7071
7133
  by tag(s).
@@ -11240,6 +11302,7 @@ components:
11240
11302
  oneOf:
11241
11303
  - $ref: '#/components/schemas/SyntheticsAssertionTarget'
11242
11304
  - $ref: '#/components/schemas/SyntheticsAssertionJSONPathTarget'
11305
+ - $ref: '#/components/schemas/SyntheticsAssertionXPathTarget'
11243
11306
  type: object
11244
11307
  SyntheticsAssertionJSONPathOperator:
11245
11308
  description: Assertion operator to apply.
@@ -11369,6 +11432,42 @@ components:
11369
11432
  - RECEIVED_MESSAGE
11370
11433
  - GRPC_HEALTHCHECK_STATUS
11371
11434
  - CONNECTION
11435
+ SyntheticsAssertionXPathOperator:
11436
+ description: Assertion operator to apply.
11437
+ enum:
11438
+ - validatesXPath
11439
+ example: validatesXPath
11440
+ type: string
11441
+ x-enum-varnames:
11442
+ - VALIDATES_X_PATH
11443
+ SyntheticsAssertionXPathTarget:
11444
+ description: An assertion for the `validatesXPath` operator.
11445
+ properties:
11446
+ operator:
11447
+ $ref: '#/components/schemas/SyntheticsAssertionXPathOperator'
11448
+ property:
11449
+ description: The associated assertion property.
11450
+ type: string
11451
+ target:
11452
+ $ref: '#/components/schemas/SyntheticsAssertionXPathTargetTarget'
11453
+ type:
11454
+ $ref: '#/components/schemas/SyntheticsAssertionType'
11455
+ required:
11456
+ - type
11457
+ - operator
11458
+ type: object
11459
+ SyntheticsAssertionXPathTargetTarget:
11460
+ description: Composed target for `validatesXPath` operator.
11461
+ properties:
11462
+ operator:
11463
+ description: The specific operator to use on the path.
11464
+ type: string
11465
+ targetValue:
11466
+ description: The path target value to compare to.
11467
+ xPath:
11468
+ description: The X path to assert.
11469
+ type: string
11470
+ type: object
11372
11471
  SyntheticsBasicAuth:
11373
11472
  description: Object to handle basic authentication when performing the test.
11374
11473
  oneOf:
@@ -12685,6 +12784,9 @@ components:
12685
12784
  name:
12686
12785
  description: The name of the step.
12687
12786
  type: string
12787
+ noScreenshot:
12788
+ description: A boolean set to not take a screenshot for the step.
12789
+ type: boolean
12688
12790
  params:
12689
12791
  description: The parameters of the step.
12690
12792
  type: object
@@ -12993,7 +13095,8 @@ components:
12993
13095
  certificates.'
12994
13096
  type: boolean
12995
13097
  allow_insecure:
12996
- description: Allows loading insecure content for an HTTP request.
13098
+ description: Allows loading insecure content for an HTTP request in an API
13099
+ test.
12997
13100
  type: boolean
12998
13101
  checkCertificateRevocation:
12999
13102
  description: For SSL test, whether or not the test should fail on revoked
@@ -13017,7 +13120,7 @@ components:
13017
13120
  description: For API HTTP test, whether or not the test should follow redirects.
13018
13121
  type: boolean
13019
13122
  ignoreServerCertificateError:
13020
- description: Ignore server certificate error.
13123
+ description: Ignore server certificate error for browser tests.
13021
13124
  type: boolean
13022
13125
  initialNavigationTimeout:
13023
13126
  description: Timeout before declaring the initial step as failed (in seconds)
@@ -13132,6 +13235,8 @@ components:
13132
13235
  body:
13133
13236
  description: Body to include in the test.
13134
13237
  type: string
13238
+ bodyType:
13239
+ $ref: '#/components/schemas/SyntheticsTestRequestBodyType'
13135
13240
  certificate:
13136
13241
  $ref: '#/components/schemas/SyntheticsTestRequestCertificate'
13137
13242
  certificateDomains:
@@ -13210,6 +13315,24 @@ components:
13210
13315
  example: https://example.com
13211
13316
  type: string
13212
13317
  type: object
13318
+ SyntheticsTestRequestBodyType:
13319
+ description: Type of the request body.
13320
+ enum:
13321
+ - text/plain
13322
+ - application/json
13323
+ - text/xml
13324
+ - text/html
13325
+ - application/x-www-form-urlencoded
13326
+ - graphql
13327
+ example: text/plain
13328
+ type: string
13329
+ x-enum-varnames:
13330
+ - TEXT_PLAIN
13331
+ - APPLICATION_JSON
13332
+ - TEXT_XML
13333
+ - TEXT_HTML
13334
+ - APPLICATION_X_WWW_FORM_URLENCODED
13335
+ - GRAPHQL
13213
13336
  SyntheticsTestRequestCertificate:
13214
13337
  description: Client certificate to use when performing the test request.
13215
13338
  properties:
@@ -14167,6 +14290,8 @@ components:
14167
14290
  - estimated_ingested_spans_percentage
14168
14291
  - apm_fargate_usage
14169
14292
  - apm_fargate_percentage
14293
+ - appsec_fargate_usage
14294
+ - appsec_fargate_percentage
14170
14295
  type: string
14171
14296
  x-enum-varnames:
14172
14297
  - API_PERCENTAGE
@@ -14201,6 +14326,8 @@ components:
14201
14326
  - ESTIMATED_INGESTED_SPANS_PERCENTAGE
14202
14327
  - APM_FARGATE_USAGE
14203
14328
  - APM_FARGATE_PERCENTAGE
14329
+ - APPSEC_FARGATE_USAGE
14330
+ - APPSEC_FARGATE_PERCENTAGE
14204
14331
  UsageAttributionSupportedMetrics:
14205
14332
  description: Supported fields for usage attribution requests (valid requests
14206
14333
  contain one or more metrics, or `*` for all).
@@ -14247,6 +14374,8 @@ components:
14247
14374
  - estimated_ingested_spans_percentage
14248
14375
  - apm_fargate_usage
14249
14376
  - apm_fargate_percentage
14377
+ - appsec_fargate_usage
14378
+ - appsec_fargate_percentage
14250
14379
  - '*'
14251
14380
  type: string
14252
14381
  x-enum-varnames:
@@ -14292,6 +14421,8 @@ components:
14292
14421
  - ESTIMATED_INGESTED_SPANS_PERCENTAGE
14293
14422
  - APM_FARGATE_USAGE
14294
14423
  - APM_FARGATE_PERCENTAGE
14424
+ - APPSEC_FARGATE_USAGE
14425
+ - APPSEC_FARGATE_PERCENTAGE
14295
14426
  - ALL
14296
14427
  UsageAttributionTagNames:
14297
14428
  additionalProperties:
@@ -14348,6 +14479,16 @@ components:
14348
14479
  description: The APM host usage by tag(s).
14349
14480
  format: double
14350
14481
  type: number
14482
+ appsec_fargate_percentage:
14483
+ description: The percentage of Application Security Monitoring ECS Fargate
14484
+ task usage by tag(s).
14485
+ format: double
14486
+ type: number
14487
+ appsec_fargate_usage:
14488
+ description: The Application Security Monitoring ECS Fargate task usage
14489
+ by tag(s).
14490
+ format: double
14491
+ type: number
14351
14492
  appsec_percentage:
14352
14493
  description: The percentage of Application Security Monitoring host usage
14353
14494
  by tag(s).
@@ -15033,6 +15174,11 @@ components:
15033
15174
  hour.
15034
15175
  format: int64
15035
15176
  type: integer
15177
+ appsec_fargate_count:
15178
+ description: The Application Security Monitoring ECS Fargate tasks during
15179
+ the given hour.
15180
+ format: int64
15181
+ type: integer
15036
15182
  avg_profiled_fargate_tasks:
15037
15183
  description: The average profiled task count for Fargate Profiling.
15038
15184
  format: int64
@@ -15677,6 +15823,18 @@ components:
15677
15823
  description: Sensitive Data Scanner usage for a given organization for a given
15678
15824
  hour.
15679
15825
  properties:
15826
+ apm_scanned_bytes:
15827
+ description: "The total number of bytes scanned of APM usage across all
15828
+ usage types by the Sensitive Data Scanner from the start of the given
15829
+ hour\u2019s month until the given hour."
15830
+ format: int64
15831
+ type: integer
15832
+ events_scanned_bytes:
15833
+ description: "The total number of bytes scanned of Events usage across all
15834
+ usage types by the Sensitive Data Scanner from the start of the given
15835
+ hour\u2019s month until the given hour."
15836
+ format: int64
15837
+ type: integer
15680
15838
  hour:
15681
15839
  description: The hour for the usage.
15682
15840
  format: date-time
@@ -15693,6 +15851,12 @@ components:
15693
15851
  public_id:
15694
15852
  description: The organization public ID.
15695
15853
  type: string
15854
+ rum_scanned_bytes:
15855
+ description: "The total number of bytes scanned of RUM usage across all
15856
+ usage types by the Sensitive Data Scanner from the start of the given
15857
+ hour\u2019s month until the given hour."
15858
+ format: int64
15859
+ type: integer
15696
15860
  total_scanned_bytes:
15697
15861
  description: "The total number of bytes scanned across all usage types by
15698
15862
  the Sensitive Data Scanner from the start of the given hour\u2019s month
@@ -15846,6 +16010,11 @@ components:
15846
16010
  hours in the current date for all organizations.
15847
16011
  format: int64
15848
16012
  type: integer
16013
+ appsec_fargate_count_avg:
16014
+ description: Shows the average of all Application Security Monitoring ECS
16015
+ Fargate tasks over all hours in the current date for all organizations.
16016
+ format: int64
16017
+ type: integer
15849
16018
  audit_logs_lines_indexed_sum:
15850
16019
  description: Shows the sum of audit logs lines indexed over all hours in
15851
16020
  the current date for all organizations.
@@ -16120,11 +16289,26 @@ components:
16120
16289
  hours in the current date for all organizations.
16121
16290
  format: int64
16122
16291
  type: integer
16292
+ sds_apm_scanned_bytes_sum:
16293
+ description: Sum of all APM bytes scanned with sensitive data scanner over
16294
+ all hours in the current date for all organizations.
16295
+ format: int64
16296
+ type: integer
16297
+ sds_events_scanned_bytes_sum:
16298
+ description: Sum of all event stream events bytes scanned with sensitive
16299
+ data scanner over all hours in the current date for all organizations.
16300
+ format: int64
16301
+ type: integer
16123
16302
  sds_logs_scanned_bytes_sum:
16124
16303
  description: Shows the sum of all bytes scanned of logs usage by the Sensitive
16125
16304
  Data Scanner over all hours in the current month for all organizations.
16126
16305
  format: int64
16127
16306
  type: integer
16307
+ sds_rum_scanned_bytes_sum:
16308
+ description: Sum of all RUM bytes scanned with sensitive data scanner over
16309
+ all hours in the current date for all organizations.
16310
+ format: int64
16311
+ type: integer
16128
16312
  sds_total_scanned_bytes_sum:
16129
16313
  description: Shows the sum of all bytes scanned across all usage types by
16130
16314
  the Sensitive Data Scanner over all hours in the current month for all
@@ -16181,6 +16365,11 @@ components:
16181
16365
  hours in the current date for the given org.
16182
16366
  format: int64
16183
16367
  type: integer
16368
+ appsec_fargate_count_avg:
16369
+ description: Shows the average of all Application Security Monitoring ECS
16370
+ Fargate tasks over all hours in the current months for the given org.
16371
+ format: int64
16372
+ type: integer
16184
16373
  audit_logs_lines_indexed_sum:
16185
16374
  description: Shows the sum of all audit logs lines indexed over all hours
16186
16375
  in the current date for the given org.
@@ -16458,11 +16647,26 @@ components:
16458
16647
  hours in the current date for the given org.
16459
16648
  format: int64
16460
16649
  type: integer
16650
+ sds_apm_scanned_bytes_sum:
16651
+ description: Sum of all APM bytes scanned with sensitive data scanner over
16652
+ all hours in the current date for the given org.
16653
+ format: int64
16654
+ type: integer
16655
+ sds_events_scanned_bytes_sum:
16656
+ description: Sum of all event stream events bytes scanned with sensitive
16657
+ data scanner over all hours in the current date for the given org.
16658
+ format: int64
16659
+ type: integer
16461
16660
  sds_logs_scanned_bytes_sum:
16462
16661
  description: Shows the sum of all bytes scanned of logs usage by the Sensitive
16463
16662
  Data Scanner over all hours in the current month for the given org.
16464
16663
  format: int64
16465
16664
  type: integer
16665
+ sds_rum_scanned_bytes_sum:
16666
+ description: Sum of all RUM bytes scanned with sensitive data scanner over
16667
+ all hours in the current date for the given org.
16668
+ format: int64
16669
+ type: integer
16466
16670
  sds_total_scanned_bytes_sum:
16467
16671
  description: Shows the sum of all bytes scanned across all usage types by
16468
16672
  the Sensitive Data Scanner over all hours in the current month for the
@@ -16519,6 +16723,11 @@ components:
16519
16723
  hours in the current months for all organizations.
16520
16724
  format: int64
16521
16725
  type: integer
16726
+ appsec_fargate_count_avg_sum:
16727
+ description: Shows the average of all Application Security Monitoring ECS
16728
+ Fargate tasks over all hours in the current months for all organizations.
16729
+ format: int64
16730
+ type: integer
16522
16731
  audit_logs_lines_indexed_agg_sum:
16523
16732
  description: Shows the sum of all audit logs lines indexed over all hours
16524
16733
  in the current months for all organizations.
@@ -16833,11 +17042,26 @@ components:
16833
17042
  hours in the current months for all organizations.
16834
17043
  format: int64
16835
17044
  type: integer
17045
+ sds_apm_scanned_bytes_sum:
17046
+ description: Sum of all APM bytes scanned with sensitive data scanner in
17047
+ the current months for all organizations.
17048
+ format: int64
17049
+ type: integer
17050
+ sds_events_scanned_bytes_sum:
17051
+ description: Sum of all event stream events bytes scanned with sensitive
17052
+ data scanner in the current months for all organizations.
17053
+ format: int64
17054
+ type: integer
16836
17055
  sds_logs_scanned_bytes_sum:
16837
17056
  description: Shows the sum of all bytes scanned of logs usage by the Sensitive
16838
17057
  Data Scanner over all hours in the current month for all organizations.
16839
17058
  format: int64
16840
17059
  type: integer
17060
+ sds_rum_scanned_bytes_sum:
17061
+ description: Sum of all RUM bytes scanned with sensitive data scanner in
17062
+ the current months for all organizations.
17063
+ format: int64
17064
+ type: integer
16841
17065
  sds_total_scanned_bytes_sum:
16842
17066
  description: Shows the sum of all bytes scanned across all usage types by
16843
17067
  the Sensitive Data Scanner over all hours in the current month for all
@@ -18068,6 +18292,7 @@ components:
18068
18292
  user_access_invite: Invite other users to your organization.
18069
18293
  user_access_manage: Disable users, manage user roles, manage SAML-to-role
18070
18294
  mappings, and configure logs restriction queries.
18295
+ user_access_read: View users and their roles and settings.
18071
18296
  tokenUrl: /oauth2/v1/token
18072
18297
  type: oauth2
18073
18298
  apiKeyAuth:
@@ -25208,9 +25433,6 @@ paths:
25208
25433
  summary: Get an SLO's history
25209
25434
  tags:
25210
25435
  - Service Level Objectives
25211
- x-unstable: '**Note**: This endpoint is in public beta.
25212
-
25213
- If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
25214
25436
  /api/v1/synthetics/ci/batch/{batch_id}:
25215
25437
  get:
25216
25438
  description: Get a batch's updated details.
@@ -28942,7 +29164,8 @@ paths:
28942
29164
  security:
28943
29165
  - apiKeyAuth: []
28944
29166
  appKeyAuth: []
28945
- - AuthZ: []
29167
+ - AuthZ:
29168
+ - user_access_read
28946
29169
  summary: List all users
28947
29170
  tags:
28948
29171
  - Users