datadog_api_client 2.6.0 → 2.7.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 (134) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +233 -14
  4. data/.generator/schemas/v2/openapi.yaml +1403 -151
  5. data/CHANGELOG.md +27 -0
  6. data/examples/v1/dashboards/CreateDashboard_1039800684.rb +37 -0
  7. data/examples/v1/dashboards/CreateDashboard_2432046716.rb +33 -0
  8. data/examples/v1/dashboards/CreateDashboard_2610827685.rb +38 -0
  9. data/examples/v1/dashboards/CreateDashboard_2843286292.rb +43 -0
  10. data/examples/v1/gcp-integration/CreateGCPIntegration.rb +1 -0
  11. data/examples/v1/gcp-integration/DeleteGCPIntegration.rb +1 -0
  12. data/examples/v1/gcp-integration/UpdateGCPIntegration.rb +1 -0
  13. data/examples/v1/monitors/ValidateExistingMonitor.rb +1 -0
  14. data/examples/v1/monitors/ValidateMonitor.rb +1 -0
  15. data/examples/v1/service-level-objectives/CreateSLO.rb +2 -2
  16. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +16 -0
  17. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
  18. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +74 -0
  19. data/examples/v1/synthetics/UpdateBrowserTest.rb +16 -0
  20. data/examples/v2/cloudflare-integration/CreateCloudflareAccount.rb +16 -0
  21. data/examples/v2/cloudflare-integration/DeleteCloudflareAccount.rb +5 -0
  22. data/examples/v2/cloudflare-integration/GetCloudflareAccount.rb +8 -0
  23. data/examples/v2/cloudflare-integration/ListCloudflareAccounts.rb +5 -0
  24. data/examples/v2/cloudflare-integration/UpdateCloudflareAccount.rb +18 -0
  25. data/examples/v2/fastly-integration/CreateFastlyAccount.rb +16 -0
  26. data/examples/v2/fastly-integration/CreateFastlyService.rb +18 -0
  27. data/examples/v2/fastly-integration/DeleteFastlyAccount.rb +5 -0
  28. data/examples/v2/fastly-integration/DeleteFastlyService.rb +5 -0
  29. data/examples/v2/fastly-integration/GetFastlyAccount.rb +8 -0
  30. data/examples/v2/fastly-integration/GetFastlyService.rb +5 -0
  31. data/examples/v2/fastly-integration/ListFastlyAccounts.rb +5 -0
  32. data/examples/v2/fastly-integration/ListFastlyServices.rb +5 -0
  33. data/examples/v2/fastly-integration/UpdateFastlyAccount.rb +17 -0
  34. data/examples/v2/fastly-integration/UpdateFastlyService.rb +18 -0
  35. data/examples/v2/metrics/QueryScalarData.rb +5 -6
  36. data/examples/v2/metrics/QueryScalarData_3112571352.rb +35 -0
  37. data/examples/v2/metrics/QueryTimeseriesData.rb +5 -6
  38. data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +35 -0
  39. data/examples/v2/monitors/CreateMonitorConfigPolicy.rb +22 -0
  40. data/examples/v2/monitors/DeleteMonitorConfigPolicy.rb +8 -0
  41. data/examples/v2/monitors/GetMonitorConfigPolicy.rb +8 -0
  42. data/examples/v2/monitors/ListMonitorConfigPolicies.rb +5 -0
  43. data/examples/v2/monitors/UpdateMonitorConfigPolicy.rb +26 -0
  44. data/examples/v2/sensitive-data-scanner/CreateScanningRule.rb +6 -0
  45. data/examples/v2/{users → service-accounts}/CreateServiceAccount.rb +1 -1
  46. data/lib/datadog_api_client/inflector.rb +61 -0
  47. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
  48. data/lib/datadog_api_client/v1/models/gcp_account.rb +11 -1
  49. data/lib/datadog_api_client/v1/models/host_meta.rb +1 -1
  50. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -1
  51. data/lib/datadog_api_client/v1/models/list_stream_compute_aggregation.rb +40 -0
  52. data/lib/datadog_api_client/v1/models/list_stream_compute_items.rb +112 -0
  53. data/lib/datadog_api_client/v1/models/list_stream_group_by_items.rb +102 -0
  54. data/lib/datadog_api_client/v1/models/list_stream_query.rb +61 -1
  55. data/lib/datadog_api_client/v1/models/list_stream_source.rb +2 -0
  56. data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +3 -2
  57. data/lib/datadog_api_client/v1/models/monitor_options.rb +11 -1
  58. data/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb +29 -0
  59. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -2
  60. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +13 -13
  61. data/lib/datadog_api_client/v1/models/run_workflow_widget_definition.rb +187 -0
  62. data/lib/datadog_api_client/v1/models/run_workflow_widget_definition_type.rb +26 -0
  63. data/lib/datadog_api_client/v1/models/run_workflow_widget_input.rb +123 -0
  64. data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +1 -1
  65. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +21 -1
  66. data/lib/datadog_api_client/v1/models/synthetics_test_options_http_version.rb +28 -0
  67. data/lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb +103 -0
  68. data/lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb +126 -0
  69. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
  70. data/lib/datadog_api_client/v2/api/cloudflare_integration_api.rb +355 -0
  71. data/lib/datadog_api_client/v2/api/fastly_integration_api.rb +709 -0
  72. data/lib/datadog_api_client/v2/api/metrics_api.rb +7 -6
  73. data/lib/datadog_api_client/v2/api/monitors_api.rb +355 -0
  74. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +67 -0
  75. data/lib/datadog_api_client/v2/api/users_api.rb +0 -67
  76. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request.rb +102 -0
  77. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request_attributes.rb +133 -0
  78. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request_data.rb +123 -0
  79. data/lib/datadog_api_client/v2/models/cloudflare_account_response.rb +91 -0
  80. data/lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb +112 -0
  81. data/lib/datadog_api_client/v2/models/cloudflare_account_response_data.rb +144 -0
  82. data/lib/datadog_api_client/v2/models/cloudflare_account_type.rb +26 -0
  83. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request.rb +102 -0
  84. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request_attributes.rb +112 -0
  85. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request_data.rb +101 -0
  86. data/lib/datadog_api_client/v2/models/cloudflare_accounts_response.rb +93 -0
  87. data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +11 -1
  88. data/lib/datadog_api_client/v2/models/data_scalar_column.rb +123 -0
  89. data/lib/datadog_api_client/v2/models/fastly_accoun_response_attributes.rb +114 -0
  90. data/lib/datadog_api_client/v2/models/fastly_account_create_request.rb +102 -0
  91. data/lib/datadog_api_client/v2/models/fastly_account_create_request_attributes.rb +135 -0
  92. data/lib/datadog_api_client/v2/models/fastly_account_create_request_data.rb +123 -0
  93. data/lib/datadog_api_client/v2/models/fastly_account_response.rb +91 -0
  94. data/lib/datadog_api_client/v2/models/fastly_account_response_data.rb +144 -0
  95. data/lib/datadog_api_client/v2/models/fastly_account_type.rb +26 -0
  96. data/lib/datadog_api_client/v2/models/fastly_account_update_request.rb +102 -0
  97. data/lib/datadog_api_client/v2/models/fastly_account_update_request_attributes.rb +91 -0
  98. data/lib/datadog_api_client/v2/models/fastly_account_update_request_data.rb +101 -0
  99. data/lib/datadog_api_client/v2/models/fastly_accounts_response.rb +93 -0
  100. data/lib/datadog_api_client/v2/models/fastly_service.rb +114 -0
  101. data/lib/datadog_api_client/v2/models/fastly_service_attributes.rb +93 -0
  102. data/lib/datadog_api_client/v2/models/fastly_service_data.rb +133 -0
  103. data/lib/datadog_api_client/v2/models/fastly_service_request.rb +102 -0
  104. data/lib/datadog_api_client/v2/models/fastly_service_response.rb +91 -0
  105. data/lib/datadog_api_client/v2/models/fastly_service_type.rb +26 -0
  106. data/lib/datadog_api_client/v2/models/fastly_services_response.rb +93 -0
  107. data/lib/datadog_api_client/v2/models/group_scalar_column.rb +113 -0
  108. data/lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb +123 -0
  109. data/lib/datadog_api_client/v2/models/monitor_config_policy_attribute_edit_request.rb +123 -0
  110. data/lib/datadog_api_client/v2/models/monitor_config_policy_attribute_response.rb +101 -0
  111. data/lib/datadog_api_client/v2/models/monitor_config_policy_create_data.rb +123 -0
  112. data/lib/datadog_api_client/v2/models/monitor_config_policy_create_request.rb +102 -0
  113. data/lib/datadog_api_client/v2/models/monitor_config_policy_edit_data.rb +144 -0
  114. data/lib/datadog_api_client/v2/models/monitor_config_policy_edit_request.rb +102 -0
  115. data/lib/datadog_api_client/v2/models/monitor_config_policy_list_response.rb +93 -0
  116. data/lib/datadog_api_client/v2/models/monitor_config_policy_policy.rb +62 -0
  117. data/lib/datadog_api_client/v2/models/monitor_config_policy_policy_create_request.rb +62 -0
  118. data/lib/datadog_api_client/v2/models/monitor_config_policy_resource_type.rb +26 -0
  119. data/lib/datadog_api_client/v2/models/monitor_config_policy_response.rb +91 -0
  120. data/lib/datadog_api_client/v2/models/monitor_config_policy_response_data.rb +111 -0
  121. data/lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy.rb +124 -0
  122. data/lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb +150 -0
  123. data/lib/datadog_api_client/v2/models/monitor_config_policy_type.rb +26 -0
  124. data/lib/datadog_api_client/v2/models/scalar_column.rb +35 -77
  125. data/lib/datadog_api_client/v2/models/scalar_formula_response_atrributes.rb +4 -16
  126. data/lib/datadog_api_client/v2/models/scalar_meta.rb +96 -0
  127. data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
  128. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_aggregation.rb +1 -0
  129. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +11 -1
  130. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +11 -1
  131. data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_attributes.rb +22 -9
  132. data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +4 -1
  133. data/lib/datadog_api_client/version.rb +1 -1
  134. metadata +91 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9f54791d18488ffd9a169623b383b0089eeedade2c3c7f2102fadc2bed95475
4
- data.tar.gz: e4f9d850a6d9596e5d12dc06f40ffec4464b2f5daef925b3570938f8d02db63b
3
+ metadata.gz: 51e5e16ca6bfef7998f07b014a76e4dd7094d0df48adb23611f48a0d0473c8b0
4
+ data.tar.gz: 86266b38280b894c9af29edc4428429a6d9dd56e56f681371d05849c05e4db97
5
5
  SHA512:
6
- metadata.gz: 8ce2ca17498c4146dde563ce46ff0f1bf32f9694fd3e45a41ed9ddc8dd96a21f8ecdda8e6d7057f8e6e22aa608ba180fee4132ebde8e53e1d5c9b32287aa7c1b
7
- data.tar.gz: c90b27e3c63b686a803c442fe6764e22b8e91c52a531ab3568995cd25a7546e512fec2f5ba0ae4b72af3ba76d480327c4d8e57401107327899ba480a2dfb98bb
6
+ metadata.gz: add86b5cf7128ad5fdccd90eba761c544e41fbaa3a937e8bc09febb3543078e5ac7ab3d0768e137e8c57e20358890e8d94f968e8d3483fdedda9035e9432d1ad
7
+ data.tar.gz: '08eeb4d325a6ba1e97f6e009f2ceed062de7f3396a727b2934e0017d3bb8f70a45fc834d86e23ee1ace47f4ea91f8047dbb698aa842c0a0876f99d5e15579dd2'
data/.apigentools-info CHANGED
@@ -4,13 +4,13 @@
4
4
  "spec_versions": {
5
5
  "v1": {
6
6
  "apigentools_version": "1.6.4",
7
- "regenerated": "2023-01-11 12:48:09.134631",
8
- "spec_repo_commit": "c986b09e"
7
+ "regenerated": "2023-02-08 16:22:44.829792",
8
+ "spec_repo_commit": "c826f5c2"
9
9
  },
10
10
  "v2": {
11
11
  "apigentools_version": "1.6.4",
12
- "regenerated": "2023-01-11 12:48:09.150441",
13
- "spec_repo_commit": "c986b09e"
12
+ "regenerated": "2023-02-08 16:22:44.841610",
13
+ "spec_repo_commit": "c826f5c2"
14
14
  }
15
15
  }
16
16
  }
@@ -2838,6 +2838,12 @@ components:
2838
2838
  Only hosts that match one of the defined tags are imported into Datadog.'
2839
2839
  example: key:value,filter:example
2840
2840
  type: string
2841
+ is_cspm_enabled:
2842
+ default: false
2843
+ description: When enabled, Datadog performs configuration checks across
2844
+ your Google Cloud environment by continuously scanning every resource.
2845
+ example: true
2846
+ type: boolean
2841
2847
  private_key:
2842
2848
  description: Your private key name found in your JSON service account key.
2843
2849
  example: private_key
@@ -3435,8 +3441,6 @@ components:
3435
3441
  items:
3436
3442
  description: Version name.
3437
3443
  example: Mac
3438
- nullable: true
3439
- type: string
3440
3444
  type: array
3441
3445
  machine:
3442
3446
  description: The machine architecture.
@@ -3648,6 +3652,7 @@ components:
3648
3652
  - appsec_fargate_usage
3649
3653
  - appsec_usage
3650
3654
  - browser_usage
3655
+ - container_excl_agent_usage
3651
3656
  - container_usage
3652
3657
  - cspm_containers_usage
3653
3658
  - cspm_hosts_usage
@@ -3669,7 +3674,6 @@ components:
3669
3674
  - profiled_host_usage
3670
3675
  - snmp_usage
3671
3676
  - estimated_rum_sessions_usage
3672
- - cont_usage
3673
3677
  type: string
3674
3678
  x-enum-varnames:
3675
3679
  - API_USAGE
@@ -3678,6 +3682,7 @@ components:
3678
3682
  - APPSEC_FARGATE_USAGE
3679
3683
  - APPSEC_USAGE
3680
3684
  - BROWSER_USAGE
3685
+ - CONTAINER_EXCL_AGENT_USAGE
3681
3686
  - CONTAINER_USAGE
3682
3687
  - CSPM_CONTAINERS_USAGE
3683
3688
  - CSPM_HOSTS_USAGE
@@ -3699,7 +3704,6 @@ components:
3699
3704
  - PROFILED_HOST_USAGE
3700
3705
  - SNMP_USAGE
3701
3706
  - ESTIMATED_RUM_SESSIONS_USAGE
3702
- - CONT_USAGE
3703
3707
  IFrameWidgetDefinition:
3704
3708
  description: The iframe widget allows you to embed a portion of any other web
3705
3709
  page on your dashboard. Only available on FREE layout dashboards.
@@ -4002,11 +4006,88 @@ components:
4002
4006
  - AUTO
4003
4007
  - COMPACT
4004
4008
  - FULL
4009
+ ListStreamComputeAggregation:
4010
+ description: Aggregation value.
4011
+ enum:
4012
+ - count
4013
+ - cardinality
4014
+ - median
4015
+ - pc75
4016
+ - pc90
4017
+ - pc95
4018
+ - pc98
4019
+ - pc99
4020
+ - sum
4021
+ - min
4022
+ - max
4023
+ - avg
4024
+ - earliest
4025
+ - latest
4026
+ - most_frequent
4027
+ example: count
4028
+ type: string
4029
+ x-enum-varnames:
4030
+ - COUNT
4031
+ - CARDINALITY
4032
+ - MEDIAN
4033
+ - PC75
4034
+ - PC90
4035
+ - PC95
4036
+ - PC98
4037
+ - PC99
4038
+ - SUM
4039
+ - MIN
4040
+ - MAX
4041
+ - AVG
4042
+ - EARLIEST
4043
+ - LATEST
4044
+ - MOST_FREQUENT
4045
+ ListStreamComputeItems:
4046
+ description: List of facets and aggregations which to compute.
4047
+ properties:
4048
+ aggregation:
4049
+ $ref: '#/components/schemas/ListStreamComputeAggregation'
4050
+ facet:
4051
+ description: Facet name.
4052
+ example: resource_name
4053
+ type: string
4054
+ required:
4055
+ - aggregation
4056
+ type: object
4057
+ ListStreamGroupByItems:
4058
+ description: List of facets on which to group.
4059
+ properties:
4060
+ facet:
4061
+ description: Facet name.
4062
+ example: resource_name
4063
+ type: string
4064
+ required:
4065
+ - facet
4066
+ type: object
4005
4067
  ListStreamQuery:
4006
4068
  description: Updated list stream widget.
4007
4069
  properties:
4070
+ compute:
4071
+ description: Compute configuration for the List Stream Widget. Compute can
4072
+ be used only with the logs_transaction_stream (from 1 to 5 items) list
4073
+ stream source.
4074
+ items:
4075
+ $ref: '#/components/schemas/ListStreamComputeItems'
4076
+ maxItems: 5
4077
+ minItems: 1
4078
+ type: array
4008
4079
  data_source:
4009
4080
  $ref: '#/components/schemas/ListStreamSource'
4081
+ event_size:
4082
+ $ref: '#/components/schemas/WidgetEventSize'
4083
+ group_by:
4084
+ description: Group by configuration for the List Stream Widget. Group by
4085
+ can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream
4086
+ (one group by item is required) list stream source.
4087
+ items:
4088
+ $ref: '#/components/schemas/ListStreamGroupByItems'
4089
+ maxItems: 3
4090
+ type: array
4010
4091
  indexes:
4011
4092
  description: List of indexes.
4012
4093
  items:
@@ -4042,6 +4123,8 @@ components:
4042
4123
  - rum_issue_stream
4043
4124
  - apm_issue_stream
4044
4125
  - logs_pattern_stream
4126
+ - logs_transaction_stream
4127
+ - event_stream
4045
4128
  example: apm_issue_stream
4046
4129
  type: string
4047
4130
  x-enum-varnames:
@@ -4050,6 +4133,8 @@ components:
4050
4133
  - RUM_ISSUE_STREAM
4051
4134
  - APM_ISSUE_STREAM
4052
4135
  - LOGS_PATTERN_STREAM
4136
+ - LOGS_TRANSACTION_STREAM
4137
+ - EVENT_STREAM
4053
4138
  ListStreamWidgetDefinition:
4054
4139
  description: 'The list stream visualization displays a table of recent events
4055
4140
  in your application that
@@ -5710,10 +5795,13 @@ components:
5710
5795
  unit:
5711
5796
  description: 'Detailed information about the metric unit.
5712
5797
 
5713
- First element describes the "primary unit" (for example, `bytes` in `bytes
5714
- per second`),
5798
+ The first element describes the "primary unit" (for example, `bytes` in
5799
+ `bytes per second`).
5800
+
5801
+ The second element describes the "per unit" (for example, `second` in
5802
+ `bytes per second`).
5715
5803
 
5716
- second describes the "per unit" (for example, `second` in `bytes per second`).'
5804
+ If the second element is not present, the API returns null.'
5717
5805
  items:
5718
5806
  $ref: '#/components/schemas/MetricsQueryUnit'
5719
5807
  maxItems: 2
@@ -6279,6 +6367,8 @@ components:
6279
6367
  format: int64
6280
6368
  nullable: true
6281
6369
  type: integer
6370
+ notification_preset_name:
6371
+ $ref: '#/components/schemas/MonitorOptionsNotificationPresets'
6282
6372
  notify_audit:
6283
6373
  default: false
6284
6374
  description: A Boolean indicating whether tagged users is notified on changes
@@ -6391,6 +6481,20 @@ components:
6391
6481
  type: string
6392
6482
  readOnly: true
6393
6483
  type: object
6484
+ MonitorOptionsNotificationPresets:
6485
+ default: show_all
6486
+ description: Toggles the display of additional content sent in the monitor notification.
6487
+ enum:
6488
+ - show_all
6489
+ - hide_query
6490
+ - hide_handles
6491
+ - hide_all
6492
+ type: string
6493
+ x-enum-varnames:
6494
+ - SHOW_ALL
6495
+ - HIDE_QUERY
6496
+ - HIDE_HANDLES
6497
+ - HIDE_ALL
6394
6498
  MonitorOptionsSchedulingOptions:
6395
6499
  description: Configuration options for scheduling.
6396
6500
  properties:
@@ -6984,6 +7088,8 @@ components:
6984
7088
  - appsec_percentage
6985
7089
  - browser_usage
6986
7090
  - browser_percentage
7091
+ - container_excl_agent_usage
7092
+ - container_excl_agent_percentage
6987
7093
  - container_usage
6988
7094
  - container_percentage
6989
7095
  - cspm_containers_percentage
@@ -7026,8 +7132,6 @@ components:
7026
7132
  - snmp_percentage
7027
7133
  - estimated_rum_sessions_usage
7028
7134
  - estimated_rum_sessions_percentage
7029
- - cont_usage
7030
- - cont_percentage
7031
7135
  - '*'
7032
7136
  type: string
7033
7137
  x-enum-varnames:
@@ -7043,6 +7147,8 @@ components:
7043
7147
  - APPSEC_PERCENTAGE
7044
7148
  - BROWSER_USAGE
7045
7149
  - BROWSER_PERCENTAGE
7150
+ - CONTAINER_EXCL_AGENT_USAGE
7151
+ - CONTAINER_EXCL_AGENT_PERCENTAGE
7046
7152
  - CONTAINER_USAGE
7047
7153
  - CONTAINER_PERCENTAGE
7048
7154
  - CSPM_CONTAINERS_PERCENTAGE
@@ -7085,8 +7191,6 @@ components:
7085
7191
  - SNMP_PERCENTAGE
7086
7192
  - ESTIMATED_RUM_SESSIONS_USAGE
7087
7193
  - ESTIMATED_RUM_SESSIONS_PERCENTAGE
7088
- - CONT_USAGE
7089
- - CONT_PERCENTAGE
7090
7194
  - ALL
7091
7195
  MonthlyUsageAttributionValues:
7092
7196
  description: Fields in Usage Summary by tag(s).
@@ -7142,12 +7246,12 @@ components:
7142
7246
  description: The synthetic browser test usage by tag(s).
7143
7247
  format: double
7144
7248
  type: number
7145
- cont_percentage:
7249
+ container_excl_agent_percentage:
7146
7250
  description: The percentage of container usage without the Datadog Agent
7147
7251
  by tag(s).
7148
7252
  format: double
7149
7253
  type: number
7150
- cont_usage:
7254
+ container_excl_agent_usage:
7151
7255
  description: The container usage without the Datadog Agent by tag(s).
7152
7256
  format: double
7153
7257
  type: number
@@ -8623,6 +8727,65 @@ components:
8623
8727
  page:
8624
8728
  $ref: '#/components/schemas/Pagination'
8625
8729
  type: object
8730
+ RunWorkflowWidgetDefinition:
8731
+ description: Run workflow is widget that allows you to run a workflow from a
8732
+ dashboard.
8733
+ properties:
8734
+ custom_links:
8735
+ description: List of custom links.
8736
+ items:
8737
+ $ref: '#/components/schemas/WidgetCustomLink'
8738
+ type: array
8739
+ inputs:
8740
+ description: Array of workflow inputs to map to dashboard template variables.
8741
+ items:
8742
+ $ref: '#/components/schemas/RunWorkflowWidgetInput'
8743
+ type: array
8744
+ time:
8745
+ $ref: '#/components/schemas/WidgetTime'
8746
+ title:
8747
+ description: Title of your widget.
8748
+ type: string
8749
+ title_align:
8750
+ $ref: '#/components/schemas/WidgetTextAlign'
8751
+ title_size:
8752
+ description: Size of the title.
8753
+ type: string
8754
+ type:
8755
+ $ref: '#/components/schemas/RunWorkflowWidgetDefinitionType'
8756
+ workflow_id:
8757
+ description: Workflow id.
8758
+ example: <workflow_id>
8759
+ type: string
8760
+ required:
8761
+ - type
8762
+ - workflow_id
8763
+ type: object
8764
+ RunWorkflowWidgetDefinitionType:
8765
+ default: run_workflow
8766
+ description: Type of the run workflow widget.
8767
+ enum:
8768
+ - run_workflow
8769
+ example: run_workflow
8770
+ type: string
8771
+ x-enum-varnames:
8772
+ - RUN_WORKFLOW
8773
+ RunWorkflowWidgetInput:
8774
+ description: Object to map a dashboard template variable to a workflow input.
8775
+ properties:
8776
+ name:
8777
+ description: Name of the workflow input.
8778
+ example: Environment
8779
+ type: string
8780
+ value:
8781
+ description: Dashboard template variable. Can be suffixed with '.value'
8782
+ or '.key'.
8783
+ example: $env.value
8784
+ type: string
8785
+ required:
8786
+ - name
8787
+ - value
8788
+ type: object
8626
8789
  SLOBulkDelete:
8627
8790
  additionalProperties:
8628
8791
  description: An array of all SLO timeframes.
@@ -12518,7 +12681,7 @@ components:
12518
12681
  type: string
12519
12682
  secure:
12520
12683
  description: Whether the value of this variable will be obfuscated in test
12521
- results.
12684
+ results. Only for config variables of type `text`.
12522
12685
  example: false
12523
12686
  type: boolean
12524
12687
  type:
@@ -13449,6 +13612,8 @@ components:
13449
13612
  follow_redirects:
13450
13613
  description: For API HTTP test, whether or not the test should follow redirects.
13451
13614
  type: boolean
13615
+ httpVersion:
13616
+ $ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
13452
13617
  ignoreServerCertificateError:
13453
13618
  description: Ignore server certificate error for browser tests.
13454
13619
  type: boolean
@@ -13488,6 +13653,8 @@ components:
13488
13653
  $ref: '#/components/schemas/SyntheticsTestOptionsRetry'
13489
13654
  rumSettings:
13490
13655
  $ref: '#/components/schemas/SyntheticsBrowserTestRumSettings'
13656
+ scheduling:
13657
+ $ref: '#/components/schemas/SyntheticsTestOptionsScheduling'
13491
13658
  tick_every:
13492
13659
  description: The frequency at which to run the Synthetic test (in seconds).
13493
13660
  format: int64
@@ -13495,6 +13662,17 @@ components:
13495
13662
  minimum: 30
13496
13663
  type: integer
13497
13664
  type: object
13665
+ SyntheticsTestOptionsHTTPVersion:
13666
+ description: HTTP version to use for a Synthetic test.
13667
+ enum:
13668
+ - http1
13669
+ - http2
13670
+ - any
13671
+ type: string
13672
+ x-enum-varnames:
13673
+ - HTTP1
13674
+ - HTTP2
13675
+ - ANY
13498
13676
  SyntheticsTestOptionsMonitorOptions:
13499
13677
  description: 'Object containing the options for a Synthetic test as a monitor
13500
13678
 
@@ -13527,6 +13705,46 @@ components:
13527
13705
  format: double
13528
13706
  type: number
13529
13707
  type: object
13708
+ SyntheticsTestOptionsScheduling:
13709
+ description: Object containing timeframes and timezone used for advanced scheduling.
13710
+ properties:
13711
+ timeframes:
13712
+ description: Array containing objects describing the scheduling pattern
13713
+ to apply to each day.
13714
+ example:
13715
+ - day: 1
13716
+ from: 07:00
13717
+ to: '16:00'
13718
+ - day: 3
13719
+ from: 07:00
13720
+ to: '16:00'
13721
+ items:
13722
+ $ref: '#/components/schemas/SyntheticsTestOptionsSchedulingTimeframe'
13723
+ type: array
13724
+ timezone:
13725
+ description: Timezone in which the timeframe is based.
13726
+ example: America/New_York
13727
+ type: string
13728
+ type: object
13729
+ SyntheticsTestOptionsSchedulingTimeframe:
13730
+ description: Object describing a timeframe.
13731
+ properties:
13732
+ day:
13733
+ description: Number representing the day of the week.
13734
+ example: 1
13735
+ format: int32
13736
+ maximum: 7
13737
+ minimum: 1
13738
+ type: integer
13739
+ from:
13740
+ description: The hour of the day on which scheduling starts.
13741
+ example: 07:00
13742
+ type: string
13743
+ to:
13744
+ description: The hour of the day on which scheduling ends.
13745
+ example: '16:00'
13746
+ type: string
13747
+ type: object
13530
13748
  SyntheticsTestPauseStatus:
13531
13749
  description: 'Define whether you want to start (`live`) or pause (`paused`)
13532
13750
  a
@@ -18121,6 +18339,7 @@ components:
18121
18339
  - $ref: '#/components/schemas/MonitorSummaryWidgetDefinition'
18122
18340
  - $ref: '#/components/schemas/NoteWidgetDefinition'
18123
18341
  - $ref: '#/components/schemas/QueryValueWidgetDefinition'
18342
+ - $ref: '#/components/schemas/RunWorkflowWidgetDefinition'
18124
18343
  - $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
18125
18344
  - $ref: '#/components/schemas/SLOWidgetDefinition'
18126
18345
  - $ref: '#/components/schemas/SLOListWidgetDefinition'