datadog_api_client 1.0.0.beta.3 → 1.0.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 (245) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.azure-pipelines/all.yml +0 -1
  4. data/.rubocop.yml +1 -1
  5. data/CHANGELOG.md +23 -0
  6. data/Gemfile +1 -1
  7. data/LICENSE-3rdparty.csv +0 -1
  8. data/check-examples.sh +7 -2
  9. data/data/v1/openapi.yaml +1963 -245
  10. data/data/v2/openapi.yaml +67 -13
  11. data/docs/v1/DashboardsAPI.md +10 -5
  12. data/docs/v1/DistributionWidgetDefinition.md +9 -3
  13. data/docs/v1/DistributionWidgetXAxis.md +24 -0
  14. data/docs/v1/DistributionWidgetYAxis.md +26 -0
  15. data/docs/v1/EventsAPI.md +7 -3
  16. data/docs/v1/GroupWidgetDefinition.md +8 -0
  17. data/docs/v1/ImageWidgetDefinition.md +11 -1
  18. data/docs/v1/LogsByRetention.md +22 -0
  19. data/docs/v1/LogsByRetentionMonthlyUsage.md +20 -0
  20. data/docs/v1/LogsByRetentionOrgUsage.md +18 -0
  21. data/docs/v1/LogsByRetentionOrgs.md +18 -0
  22. data/docs/v1/LogsRetentionAggSumUsage.md +24 -0
  23. data/docs/v1/LogsRetentionSumUsage.md +24 -0
  24. data/docs/v1/MonitorsAPI.md +1 -1
  25. data/docs/v1/NoteWidgetDefinition.md +5 -1
  26. data/docs/v1/NotebookAbsoluteTime.md +22 -0
  27. data/docs/v1/NotebookAuthor.md +34 -0
  28. data/docs/v1/NotebookCellCreateRequest.md +20 -0
  29. data/docs/v1/NotebookCellCreateRequestAttributes.md +57 -0
  30. data/docs/v1/NotebookCellResourceType.md +15 -0
  31. data/docs/v1/NotebookCellResponse.md +22 -0
  32. data/docs/v1/NotebookCellResponseAttributes.md +57 -0
  33. data/docs/v1/NotebookCellTime.md +49 -0
  34. data/docs/v1/NotebookCellUpdateRequest.md +22 -0
  35. data/docs/v1/NotebookCellUpdateRequestAttributes.md +57 -0
  36. data/docs/v1/NotebookCreateData.md +20 -0
  37. data/docs/v1/NotebookCreateDataAttributes.md +24 -0
  38. data/docs/v1/NotebookCreateRequest.md +18 -0
  39. data/docs/v1/NotebookDistributionCellAttributes.md +24 -0
  40. data/docs/v1/NotebookGlobalTime.md +49 -0
  41. data/docs/v1/NotebookGraphSize.md +15 -0
  42. data/docs/v1/NotebookHeatMapCellAttributes.md +24 -0
  43. data/docs/v1/NotebookLogStreamCellAttributes.md +22 -0
  44. data/docs/v1/NotebookMarkdownCellAttributes.md +18 -0
  45. data/docs/v1/NotebookMarkdownCellDefinition.md +21 -0
  46. data/docs/v1/NotebookMarkdownCellDefinitionType.md +15 -0
  47. data/docs/v1/NotebookRelativeTime.md +18 -0
  48. data/docs/v1/NotebookResourceType.md +15 -0
  49. data/docs/v1/NotebookResponse.md +18 -0
  50. data/docs/v1/NotebookResponseData.md +22 -0
  51. data/docs/v1/NotebookResponseDataAttributes.md +30 -0
  52. data/docs/v1/NotebookSplitBy.md +20 -0
  53. data/docs/v1/NotebookStatus.md +15 -0
  54. data/docs/v1/NotebookTimeseriesCellAttributes.md +24 -0
  55. data/docs/v1/NotebookToplistCellAttributes.md +24 -0
  56. data/docs/v1/NotebookUpdateCell.md +49 -0
  57. data/docs/v1/NotebookUpdateData.md +20 -0
  58. data/docs/v1/NotebookUpdateDataAttributes.md +24 -0
  59. data/docs/v1/NotebookUpdateRequest.md +18 -0
  60. data/docs/v1/NotebooksAPI.md +339 -0
  61. data/docs/v1/NotebooksResponse.md +20 -0
  62. data/docs/v1/NotebooksResponseMeta.md +18 -0
  63. data/docs/v1/NotebooksResponsePage.md +20 -0
  64. data/docs/v1/README.md +66 -9
  65. data/docs/v1/SLOListResponse.md +3 -1
  66. data/docs/v1/SLOListResponseMetadata.md +18 -0
  67. data/docs/v1/SLOListResponseMetadataPage.md +20 -0
  68. data/docs/v1/SLOResponse.md +1 -1
  69. data/docs/v1/SLOResponseData.md +44 -0
  70. data/docs/v1/ServiceLevelObjectivesAPI.md +8 -4
  71. data/docs/v1/SyntheticsAPI.md +28 -156
  72. data/docs/v1/SyntheticsAPIStep.md +4 -0
  73. data/docs/v1/SyntheticsBrowserTestConfig.md +2 -0
  74. data/docs/v1/SyntheticsTestConfig.md +1 -1
  75. data/docs/v1/SyntheticsTestOptions.md +1 -1
  76. data/docs/v1/SyntheticsTestRequest.md +6 -0
  77. data/docs/v1/UsageAttributionSupportedMetrics.md +15 -0
  78. data/docs/v1/UsageAttributionValues.md +8 -0
  79. data/docs/v1/UsageHostHour.md +3 -1
  80. data/docs/v1/UsageIoTHour.md +1 -1
  81. data/docs/v1/UsageLogsByRetentionHour.md +24 -0
  82. data/docs/v1/UsageLogsByRetentionResponse.md +18 -0
  83. data/docs/v1/UsageMeteringAPI.md +69 -2
  84. data/docs/v1/UsageSummaryDate.md +11 -9
  85. data/docs/v1/UsageSummaryDateOrg.md +3 -1
  86. data/docs/v1/UsageSummaryResponse.md +5 -1
  87. data/docs/v1/WidgetHorizontalAlign.md +15 -0
  88. data/docs/v1/WidgetLayout.md +2 -0
  89. data/docs/v1/WidgetMarker.md +1 -1
  90. data/docs/v1/WidgetVerticalAlign.md +15 -0
  91. data/docs/v2/IncidentServiceUpdateData.md +1 -1
  92. data/docs/v2/IncidentServicesAPI.md +1 -1
  93. data/docs/v2/IncidentTeamUpdateData.md +1 -1
  94. data/docs/v2/IncidentTeamsAPI.md +1 -1
  95. data/docs/v2/MetricsAPI.md +1 -11
  96. data/extract-code-blocks.sh +6 -2
  97. data/lib/datadog_api_client/v1.rb +54 -0
  98. data/lib/datadog_api_client/v1/api/dashboards_api.rb +3 -0
  99. data/lib/datadog_api_client/v1/api/events_api.rb +14 -4
  100. data/lib/datadog_api_client/v1/api/monitors_api.rb +2 -2
  101. data/lib/datadog_api_client/v1/api/notebooks_api.rb +418 -0
  102. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +3 -0
  103. data/lib/datadog_api_client/v1/api/synthetics_api.rb +14 -170
  104. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +79 -2
  105. data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +36 -6
  106. data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +259 -0
  107. data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +269 -0
  108. data/lib/datadog_api_client/v1/models/group_widget_definition.rb +42 -1
  109. data/lib/datadog_api_client/v1/models/image_widget_definition.rb +56 -4
  110. data/lib/datadog_api_client/v1/models/logs_by_retention.rb +243 -0
  111. data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +235 -0
  112. data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +225 -0
  113. data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +225 -0
  114. data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +253 -0
  115. data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +253 -0
  116. data/lib/datadog_api_client/v1/models/note_widget_definition.rb +25 -4
  117. data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +253 -0
  118. data/lib/datadog_api_client/v1/models/notebook_author.rb +303 -0
  119. data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +243 -0
  120. data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +113 -0
  121. data/lib/datadog_api_client/v1/models/notebook_cell_resource_type.rb +39 -0
  122. data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +258 -0
  123. data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +113 -0
  124. data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +109 -0
  125. data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +258 -0
  126. data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +113 -0
  127. data/lib/datadog_api_client/v1/models/notebook_create_data.rb +243 -0
  128. data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +298 -0
  129. data/lib/datadog_api_client/v1/models/notebook_create_request.rb +227 -0
  130. data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +255 -0
  131. data/lib/datadog_api_client/v1/models/notebook_global_time.rb +109 -0
  132. data/lib/datadog_api_client/v1/models/notebook_graph_size.rb +43 -0
  133. data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +255 -0
  134. data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +246 -0
  135. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +227 -0
  136. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +244 -0
  137. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition_type.rb +39 -0
  138. data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +227 -0
  139. data/lib/datadog_api_client/v1/models/notebook_resource_type.rb +39 -0
  140. data/lib/datadog_api_client/v1/models/notebook_response.rb +222 -0
  141. data/lib/datadog_api_client/v1/models/notebook_response_data.rb +258 -0
  142. data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +327 -0
  143. data/lib/datadog_api_client/v1/models/notebook_split_by.rb +247 -0
  144. data/lib/datadog_api_client/v1/models/notebook_status.rb +39 -0
  145. data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +255 -0
  146. data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +255 -0
  147. data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +109 -0
  148. data/lib/datadog_api_client/v1/models/notebook_update_data.rb +243 -0
  149. data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +298 -0
  150. data/lib/datadog_api_client/v1/models/notebook_update_request.rb +227 -0
  151. data/lib/datadog_api_client/v1/models/notebooks_response.rb +234 -0
  152. data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +222 -0
  153. data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +233 -0
  154. data/lib/datadog_api_client/v1/models/slo_list_response.rb +13 -4
  155. data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +222 -0
  156. data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +233 -0
  157. data/lib/datadog_api_client/v1/models/slo_response.rb +1 -1
  158. data/lib/datadog_api_client/v1/models/slo_response_data.rb +363 -0
  159. data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +21 -1
  160. data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +4 -0
  161. data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +11 -1
  162. data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +0 -5
  163. data/lib/datadog_api_client/v1/models/synthetics_test_details_sub_type.rb +1 -0
  164. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +1 -1
  165. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +79 -1
  166. data/lib/datadog_api_client/v1/models/synthetics_tick_interval.rb +1 -0
  167. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +67 -0
  168. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +41 -1
  169. data/lib/datadog_api_client/v1/models/usage_host_hour.rb +14 -4
  170. data/lib/datadog_api_client/v1/models/usage_io_t_hour.rb +1 -1
  171. data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +253 -0
  172. data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +225 -0
  173. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +38 -28
  174. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +14 -4
  175. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +23 -4
  176. data/lib/datadog_api_client/v1/models/widget.rb +1 -1
  177. data/lib/datadog_api_client/v1/models/widget_horizontal_align.rb +41 -0
  178. data/lib/datadog_api_client/v1/models/widget_image_sizing.rb +5 -0
  179. data/lib/datadog_api_client/v1/models/widget_layout.rb +12 -2
  180. data/lib/datadog_api_client/v1/models/widget_margin.rb +3 -0
  181. data/lib/datadog_api_client/v1/models/widget_marker.rb +1 -1
  182. data/lib/datadog_api_client/v1/models/widget_vertical_align.rb +41 -0
  183. data/lib/datadog_api_client/v2/api/metrics_api.rb +2 -2
  184. data/lib/datadog_api_client/v2/configuration.rb +0 -2
  185. data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +0 -5
  186. data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +0 -5
  187. data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_types.rb +1 -0
  188. data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
  189. data/lib/datadog_api_client/version.rb +1 -1
  190. data/run-tests.sh +0 -6
  191. data/spec/v1/api/notebooks_api_spec.rb +106 -0
  192. data/spec/v1/models/distribution_widget_x_axis_spec.rb +55 -0
  193. data/spec/v1/models/distribution_widget_y_axis_spec.rb +61 -0
  194. data/spec/v1/models/logs_by_retention_monthly_usage_spec.rb +43 -0
  195. data/spec/v1/models/logs_by_retention_org_usage_spec.rb +37 -0
  196. data/spec/v1/models/logs_by_retention_orgs_spec.rb +37 -0
  197. data/spec/v1/models/logs_by_retention_spec.rb +49 -0
  198. data/spec/v1/models/logs_retention_agg_sum_usage_spec.rb +55 -0
  199. data/spec/v1/models/logs_retention_sum_usage_spec.rb +55 -0
  200. data/spec/v1/models/notebook_absolute_time_spec.rb +49 -0
  201. data/spec/v1/models/notebook_author_spec.rb +85 -0
  202. data/spec/v1/models/notebook_cell_create_request_attributes_spec.rb +34 -0
  203. data/spec/v1/models/notebook_cell_create_request_spec.rb +43 -0
  204. data/spec/v1/models/notebook_cell_resource_type_spec.rb +31 -0
  205. data/spec/v1/models/notebook_cell_response_attributes_spec.rb +34 -0
  206. data/spec/v1/models/notebook_cell_response_spec.rb +49 -0
  207. data/spec/v1/models/notebook_cell_time_spec.rb +34 -0
  208. data/spec/v1/models/notebook_cell_update_request_attributes_spec.rb +34 -0
  209. data/spec/v1/models/notebook_cell_update_request_spec.rb +49 -0
  210. data/spec/v1/models/notebook_create_data_attributes_spec.rb +55 -0
  211. data/spec/v1/models/notebook_create_data_spec.rb +43 -0
  212. data/spec/v1/models/notebook_create_request_spec.rb +37 -0
  213. data/spec/v1/models/notebook_distribution_cell_attributes_spec.rb +55 -0
  214. data/spec/v1/models/notebook_global_time_spec.rb +34 -0
  215. data/spec/v1/models/notebook_graph_size_spec.rb +31 -0
  216. data/spec/v1/models/notebook_heat_map_cell_attributes_spec.rb +55 -0
  217. data/spec/v1/models/notebook_log_stream_cell_attributes_spec.rb +49 -0
  218. data/spec/v1/models/notebook_markdown_cell_attributes_spec.rb +37 -0
  219. data/spec/v1/models/notebook_markdown_cell_definition_spec.rb +43 -0
  220. data/spec/v1/models/notebook_markdown_cell_definition_type_spec.rb +31 -0
  221. data/spec/v1/models/notebook_relative_time_spec.rb +37 -0
  222. data/spec/v1/models/notebook_resource_type_spec.rb +31 -0
  223. data/spec/v1/models/notebook_response_data_attributes_spec.rb +73 -0
  224. data/spec/v1/models/notebook_response_data_spec.rb +49 -0
  225. data/spec/v1/models/notebook_response_spec.rb +37 -0
  226. data/spec/v1/models/notebook_split_by_spec.rb +43 -0
  227. data/spec/v1/models/notebook_status_spec.rb +31 -0
  228. data/spec/v1/models/notebook_timeseries_cell_attributes_spec.rb +55 -0
  229. data/spec/v1/models/notebook_toplist_cell_attributes_spec.rb +55 -0
  230. data/spec/v1/models/notebook_update_cell_spec.rb +34 -0
  231. data/spec/v1/models/notebook_update_data_attributes_spec.rb +55 -0
  232. data/spec/v1/models/notebook_update_data_spec.rb +43 -0
  233. data/spec/v1/models/notebook_update_request_spec.rb +37 -0
  234. data/spec/v1/models/notebooks_response_meta_spec.rb +37 -0
  235. data/spec/v1/models/notebooks_response_page_spec.rb +43 -0
  236. data/spec/v1/models/notebooks_response_spec.rb +43 -0
  237. data/spec/v1/models/slo_list_response_metadata_page_spec.rb +43 -0
  238. data/spec/v1/models/slo_list_response_metadata_spec.rb +37 -0
  239. data/spec/v1/models/slo_response_data_spec.rb +115 -0
  240. data/spec/v1/models/usage_attribution_supported_metrics_spec.rb +31 -0
  241. data/spec/v1/models/usage_logs_by_retention_hour_spec.rb +55 -0
  242. data/spec/v1/models/usage_logs_by_retention_response_spec.rb +37 -0
  243. data/spec/v1/models/widget_horizontal_align_spec.rb +31 -0
  244. data/spec/v1/models/widget_vertical_align_spec.rb +31 -0
  245. metadata +220 -4
@@ -4,8 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **allow_failure** | **Boolean** | Determines whether or not to continue with test if this step fails. | [optional] |
7
8
  | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | [optional] |
8
9
  | **extracted_values** | [**Array<SyntheticsParsingOptions>**](SyntheticsParsingOptions.md) | Array of values to parse and save as variables from the response. | [optional] |
10
+ | **is_critical** | **Boolean** | Determines whether or not to consider the entire test as failed if this step fails. Can be used only if `allowFailure` is `true`. | [optional] |
9
11
  | **name** | **String** | The name of the step. | [optional] |
10
12
  | **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | [optional] |
11
13
  | **subtype** | [**SyntheticsAPIStepSubtype**](SyntheticsAPIStepSubtype.md) | | [optional] |
@@ -16,8 +18,10 @@
16
18
  require 'datadog_api_client/v1'
17
19
 
18
20
  instance = DatadogAPIClient::V1::SyntheticsAPIStep.new(
21
+ allow_failure: null,
19
22
  assertions: [],
20
23
  extracted_values: null,
24
+ is_critical: null,
21
25
  name: null,
22
26
  request: null,
23
27
  subtype: null
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | |
8
8
  | **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | |
9
+ | **set_cookie** | **String** | Cookies to be used for the request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax. | [optional] |
9
10
  | **variables** | [**Array<SyntheticsBrowserVariable>**](SyntheticsBrowserVariable.md) | Array of variables used for the test steps. | [optional] |
10
11
 
11
12
  ## Example
@@ -16,6 +17,7 @@ require 'datadog_api_client/v1'
16
17
  instance = DatadogAPIClient::V1::SyntheticsBrowserTestConfig.new(
17
18
  assertions: [],
18
19
  request: null,
20
+ set_cookie: null,
19
21
  variables: null
20
22
  )
21
23
  ```
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | |
8
8
  | **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | API tests only - array of variables used for the test. | [optional] |
9
- | **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | |
9
+ | **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | [optional] |
10
10
  | **variables** | [**Array<SyntheticsBrowserVariable>**](SyntheticsBrowserVariable.md) | Browser tests only - array of variables used for the test steps. | [optional] |
11
11
 
12
12
  ## Example
@@ -7,7 +7,7 @@
7
7
  | **accept_self_signed** | **Boolean** | For SSL test, whether or not the test should allow self signed certificates. | [optional] |
8
8
  | **allow_insecure** | **Boolean** | Allows loading insecure content for an HTTP request. | [optional] |
9
9
  | **device_ids** | [**Array<SyntheticsDeviceID>**](SyntheticsDeviceID.md) | For browser test, array with the different device IDs used to run the test. | [optional] |
10
- | **disable_cors** | **Boolean** | Whether or not to disable CORS mechanism. Currently only available for Chrome. | [optional] |
10
+ | **disable_cors** | **Boolean** | Whether or not to disable CORS mechanism. | [optional] |
11
11
  | **follow_redirects** | **Boolean** | For API HTTP test, whether or not the test should follow redirects. | [optional] |
12
12
  | **min_failure_duration** | **Integer** | Minimum amount of time in failure required to trigger an alert. | [optional] |
13
13
  | **min_location_failed** | **Integer** | Minimum number of locations in failure required to trigger an alert. | [optional] |
@@ -8,12 +8,15 @@
8
8
  | **body** | **String** | Body to include in the test. | [optional] |
9
9
  | **certificate** | [**SyntheticsTestRequestCertificate**](SyntheticsTestRequestCertificate.md) | | [optional] |
10
10
  | **dns_server** | **String** | DNS server to use for DNS tests. | [optional] |
11
+ | **dns_server_port** | **Integer** | DNS server port to use for DNS tests. | [optional] |
11
12
  | **headers** | **Hash<String, String>** | Headers to include when performing the test. | [optional] |
12
13
  | **host** | **String** | Host name to perform the test with. | [optional] |
13
14
  | **method** | [**HTTPMethod**](HTTPMethod.md) | | [optional] |
14
15
  | **no_saving_response_body** | **Boolean** | Determines whether or not to save the response body. | [optional] |
16
+ | **number_of_packets** | **Integer** | Number of pings to use per test. | [optional] |
15
17
  | **port** | **Integer** | Port to use when performing the test. | [optional] |
16
18
  | **query** | **Object** | Query to use for the test. | [optional] |
19
+ | **should_track_hops** | **Boolean** | Turns on a traceroute probe to discover all gateways along the path to the host destination. | [optional] |
17
20
  | **timeout** | **Float** | Timeout in seconds for the test. | [optional] |
18
21
  | **url** | **String** | URL to perform the test with. | [optional] |
19
22
 
@@ -27,12 +30,15 @@ instance = DatadogAPIClient::V1::SyntheticsTestRequest.new(
27
30
  body: null,
28
31
  certificate: null,
29
32
  dns_server: null,
33
+ dns_server_port: null,
30
34
  headers: null,
31
35
  host: null,
32
36
  method: null,
33
37
  no_saving_response_body: null,
38
+ number_of_packets: null,
34
39
  port: null,
35
40
  query: null,
41
+ should_track_hops: null,
36
42
  timeout: null,
37
43
  url: null
38
44
  )
@@ -0,0 +1,15 @@
1
+ # DatadogAPIClient::V1::UsageAttributionSupportedMetrics
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'datadog_api_client/v1'
12
+
13
+ instance = DatadogAPIClient::V1::UsageAttributionSupportedMetrics.new()
14
+ ```
15
+
@@ -24,6 +24,10 @@
24
24
  | **lambda_usage** | **Float** | The Lambda function usage by tag(s). **Note** this field is deprecated. Use lambda_functions_usage instead. | [optional] |
25
25
  | **npm_host_percentage** | **Float** | The percentage of network host usage by tag(s). | [optional] |
26
26
  | **npm_host_usage** | **Float** | The network host usage by tag(s). | [optional] |
27
+ | **profiled_containers_percentage** | **Float** | The percentage of profiled containers usage by tag(s). | [optional] |
28
+ | **profiled_containers_usage** | **Float** | The profiled container usage by tag(s). | [optional] |
29
+ | **profiled_hosts_percentage** | **Float** | The percentage of profiled hosts usage by tag(s). | [optional] |
30
+ | **profiled_hosts_usage** | **Float** | The profiled host usage by tag(s). | [optional] |
27
31
  | **snmp_percentage** | **Float** | The percentage of network device usage by tag(s). | [optional] |
28
32
  | **snmp_usage** | **Float** | The network device usage by tag(s). | [optional] |
29
33
 
@@ -53,6 +57,10 @@ instance = DatadogAPIClient::V1::UsageAttributionValues.new(
53
57
  lambda_usage: null,
54
58
  npm_host_percentage: null,
55
59
  npm_host_usage: null,
60
+ profiled_containers_percentage: null,
61
+ profiled_containers_usage: null,
62
+ profiled_hosts_percentage: null,
63
+ profiled_hosts_usage: null,
56
64
  snmp_percentage: null,
57
65
  snmp_usage: null
58
66
  )
@@ -17,6 +17,7 @@
17
17
  | **hour** | **Time** | The hour for the usage. | [optional] |
18
18
  | **infra_azure_app_service** | **Integer** | Contains the total number of hosts that reported via the Azure App Services integration (and were NOT running the Datadog Agent). | [optional] |
19
19
  | **opentelemetry_host_count** | **Integer** | Contains the total number of hosts reported by Datadog exporter for the OpenTelemetry Collector. | [optional] |
20
+ | **vsphere_host_count** | **Integer** | Contains the total number of hosts that reported via vSphere integration (and were NOT running the Datadog Agent). | [optional] |
20
21
 
21
22
  ## Example
22
23
 
@@ -36,7 +37,8 @@ instance = DatadogAPIClient::V1::UsageHostHour.new(
36
37
  host_count: null,
37
38
  hour: null,
38
39
  infra_azure_app_service: null,
39
- opentelemetry_host_count: null
40
+ opentelemetry_host_count: null,
41
+ vsphere_host_count: null
40
42
  )
41
43
  ```
42
44
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **hour** | **Time** | The hour for the usage. | [optional] |
8
- | **iot_device_count** | **Integer** | The total number of IoT device hours from the start of the given hour's month until the given hour. | [optional] |
8
+ | **iot_device_count** | **Integer** | The total number of IoT devices during a given hour. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -0,0 +1,24 @@
1
+ # DatadogAPIClient::V1::UsageLogsByRetentionHour
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **indexed_events_count** | **Integer** | Total logs indexed with this retention period during a given hour. | [optional] |
8
+ | **live_indexed_events_count** | **Integer** | Live logs indexed with this retention period during a given hour. | [optional] |
9
+ | **rehydrated_indexed_events_count** | **Integer** | Rehydrated logs indexed with this retention period during a given hour. | [optional] |
10
+ | **retention** | **String** | The retention period in days or \"custom\" for all custom retention usage. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'datadog_api_client/v1'
16
+
17
+ instance = DatadogAPIClient::V1::UsageLogsByRetentionHour.new(
18
+ indexed_events_count: null,
19
+ live_indexed_events_count: null,
20
+ rehydrated_indexed_events_count: null,
21
+ retention: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # DatadogAPIClient::V1::UsageLogsByRetentionResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **usage** | [**Array<UsageLogsByRetentionHour>**](UsageLogsByRetentionHour.md) | Get hourly usage for indexed logs by retention period. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'datadog_api_client/v1'
13
+
14
+ instance = DatadogAPIClient::V1::UsageLogsByRetentionResponse.new(
15
+ usage: null
16
+ )
17
+ ```
18
+
@@ -22,6 +22,7 @@ All URIs are relative to *https://api.datadoghq.com*
22
22
  | [**get_usage_lambda**](UsageMeteringAPI.md#get_usage_lambda) | **GET** /api/v1/usage/aws_lambda | Get hourly usage for Lambda |
23
23
  | [**get_usage_logs**](UsageMeteringAPI.md#get_usage_logs) | **GET** /api/v1/usage/logs | Get hourly usage for Logs |
24
24
  | [**get_usage_logs_by_index**](UsageMeteringAPI.md#get_usage_logs_by_index) | **GET** /api/v1/usage/logs_by_index | Get hourly usage for Logs by Index |
25
+ | [**get_usage_logs_by_retention**](UsageMeteringAPI.md#get_usage_logs_by_retention) | **GET** /api/v1/usage/logs-by-retention | Get hourly logs usage by retention |
25
26
  | [**get_usage_network_flows**](UsageMeteringAPI.md#get_usage_network_flows) | **GET** /api/v1/usage/network_flows | Get hourly usage for Network Flows |
26
27
  | [**get_usage_network_hosts**](UsageMeteringAPI.md#get_usage_network_hosts) | **GET** /api/v1/usage/network_hosts | Get hourly usage for Network Hosts |
27
28
  | [**get_usage_profiling**](UsageMeteringAPI.md#get_usage_profiling) | **GET** /api/v1/usage/profiling | Get hourly usage for profiled hosts |
@@ -603,7 +604,7 @@ end
603
604
 
604
605
  api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new
605
606
  start_month = Time.parse('2013-10-20T19:20:30+01:00') # Time | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month. Maximum of 15 months ago.
606
- fields = 'fields_example' # String | The specified field to search results for.
607
+ fields = DatadogAPIClient::V1::UsageAttributionSupportedMetrics::CUSTOM_TIMESERIES_USAGE # UsageAttributionSupportedMetrics | Comma-separated list of usage types to return, or `*` for all usage types.
607
608
  opts = {
608
609
  end_month: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month.
609
610
  sort_direction: DatadogAPIClient::V1::UsageSortDirection::DESC, # UsageSortDirection | The direction to sort by: `[desc, asc]`.
@@ -642,7 +643,7 @@ end
642
643
  | Name | Type | Description | Notes |
643
644
  | ---- | ---- | ----------- | ----- |
644
645
  | **start_month** | **Time** | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month. Maximum of 15 months ago. | |
645
- | **fields** | **String** | The specified field to search results for. | |
646
+ | **fields** | **UsageAttributionSupportedMetrics** | Comma-separated list of usage types to return, or `*` for all usage types. | |
646
647
  | **end_month** | **Time** | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month. | [optional] |
647
648
  | **sort_direction** | **UsageSortDirection** | The direction to sort by: `[desc, asc]`. | [optional][default to 'desc'] |
648
649
  | **sort_name** | **UsageAttributionSort** | The field to sort by. | [optional][default to 'custom_timeseries_usage'] |
@@ -1255,6 +1256,72 @@ end
1255
1256
  - **Accept**: application/json;datetime-format=rfc3339
1256
1257
 
1257
1258
 
1259
+ ## get_usage_logs_by_retention
1260
+
1261
+ > <UsageLogsByRetentionResponse> get_usage_logs_by_retention(start_hr, opts)
1262
+
1263
+ Get hourly logs usage by retention
1264
+
1265
+ Get hourly usage for indexed logs by retention period.
1266
+
1267
+ ### Examples
1268
+
1269
+ ```ruby
1270
+ require 'datadog_api_client'
1271
+ api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new
1272
+ start_hr = Time.parse('2013-10-20T19:20:30+01:00') # Time | Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
1273
+ opts = {
1274
+ end_hr: Time.parse('2013-10-20T19:20:30+01:00') # Time | Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
1275
+ }
1276
+
1277
+ begin
1278
+ # Get hourly logs usage by retention
1279
+ result = api_instance.get_usage_logs_by_retention(start_hr, opts)
1280
+ p result
1281
+ rescue DatadogAPIClient::V1::APIError => e
1282
+ puts "Error when calling UsageMeteringAPI->get_usage_logs_by_retention: #{e}"
1283
+ end
1284
+ ```
1285
+
1286
+ #### Using the get_usage_logs_by_retention_with_http_info variant
1287
+
1288
+ This returns an Array which contains the response data, status code and headers.
1289
+
1290
+ > <Array(<UsageLogsByRetentionResponse>, Integer, Hash)> get_usage_logs_by_retention_with_http_info(start_hr, opts)
1291
+
1292
+ ```ruby
1293
+ begin
1294
+ # Get hourly logs usage by retention
1295
+ data, status_code, headers = api_instance.get_usage_logs_by_retention_with_http_info(start_hr, opts)
1296
+ p status_code # => 2xx
1297
+ p headers # => { ... }
1298
+ p data # => <UsageLogsByRetentionResponse>
1299
+ rescue DatadogAPIClient::V1::APIError => e
1300
+ puts "Error when calling UsageMeteringAPI->get_usage_logs_by_retention_with_http_info: #{e}"
1301
+ end
1302
+ ```
1303
+
1304
+ ### Parameters
1305
+
1306
+ | Name | Type | Description | Notes |
1307
+ | ---- | ---- | ----------- | ----- |
1308
+ | **start_hr** | **Time** | Datetime in ISO-8601 format, UTC, precise to hour: &#x60;[YYYY-MM-DDThh]&#x60; for usage beginning at this hour. | |
1309
+ | **end_hr** | **Time** | Datetime in ISO-8601 format, UTC, precise to hour: &#x60;[YYYY-MM-DDThh]&#x60; for usage ending **before** this hour. | [optional] |
1310
+
1311
+ ### Return type
1312
+
1313
+ [**UsageLogsByRetentionResponse**](UsageLogsByRetentionResponse.md)
1314
+
1315
+ ### Authorization
1316
+
1317
+ [apiKeyAuth](README.md#apiKeyAuth), [appKeyAuth](README.md#appKeyAuth)
1318
+
1319
+ ### HTTP request headers
1320
+
1321
+ - **Content-Type**: Not defined
1322
+ - **Accept**: application/json;datetime-format=rfc3339
1323
+
1324
+
1258
1325
  ## get_usage_network_flows
1259
1326
 
1260
1327
  > <UsageNetworkFlowsResponse> get_usage_network_flows(start_hr, opts)
@@ -21,19 +21,19 @@
21
21
  | **fargate_tasks_count_avg** | **Integer** | Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations. | [optional] |
22
22
  | **fargate_tasks_count_hwm** | **Integer** | Shows the average of all Fargate tasks over all hours in the current date for all organizations. | [optional] |
23
23
  | **gcp_host_top99p** | **Integer** | Shows the 99th percentile of all GCP hosts over all hours in the current date for all organizations. | [optional] |
24
- | **heroku_host_top99p_sum** | **Integer** | Shows the 99th percentile of all Heroku dynos over all hours in the current date for all organizations. | [optional] |
24
+ | **heroku_host_top99p** | **Integer** | Shows the 99th percentile of all Heroku dynos over all hours in the current date for all organizations. | [optional] |
25
25
  | **incident_management_monthly_active_users_hwm** | **Integer** | Shows the high-water mark of incident management monthly active users over all hours in the current date for all organizations. | [optional] |
26
26
  | **indexed_events_count_sum** | **Integer** | Shows the sum of all log events indexed over all hours in the current date for all organizations. | [optional] |
27
27
  | **infra_host_top99p** | **Integer** | Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations. | [optional] |
28
28
  | **ingested_events_bytes_sum** | **Integer** | Shows the sum of all log bytes ingested over all hours in the current date for all organizations. | [optional] |
29
- | **iot_device_agg_sum** | **Integer** | Shows the sum of all IoT devices over all hours in the current date for all organizations. | [optional] |
30
- | **iot_device_top99p_sum** | **Integer** | Shows the 99th percentile of all IoT devices over all hours in the current date all organizations. | [optional] |
29
+ | **iot_device_sum** | **Integer** | Shows the sum of all IoT devices over all hours in the current date for all organizations. | [optional] |
30
+ | **iot_device_top99p** | **Integer** | Shows the 99th percentile of all IoT devices over all hours in the current date all organizations. | [optional] |
31
31
  | **mobile_rum_session_count_android_sum** | **Integer** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for all organizations. | [optional] |
32
32
  | **mobile_rum_session_count_ios_sum** | **Integer** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for all organizations. | [optional] |
33
33
  | **mobile_rum_session_count_sum** | **Integer** | Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations | [optional] |
34
34
  | **netflow_indexed_events_count_sum** | **Integer** | Shows the sum of all Network flows indexed over all hours in the current date for all organizations. | [optional] |
35
35
  | **npm_host_top99p** | **Integer** | Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations. | [optional] |
36
- | **opentelemetry_host_top99p_sum** | **Integer** | Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for all organizations. | [optional] |
36
+ | **opentelemetry_host_top99p** | **Integer** | Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for all organizations. | [optional] |
37
37
  | **orgs** | [**Array&lt;UsageSummaryDateOrg&gt;**](UsageSummaryDateOrg.md) | Organizations associated with a user. | [optional] |
38
38
  | **profiling_host_top99p** | **Integer** | Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations. | [optional] |
39
39
  | **rum_session_count_sum** | **Integer** | Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations | [optional] |
@@ -42,6 +42,7 @@
42
42
  | **synthetics_check_calls_count_sum** | **Integer** | Shows the sum of all Synthetic API tests over all hours in the current date for all organizations. | [optional] |
43
43
  | **trace_search_indexed_events_count_sum** | **Integer** | Shows the sum of all Indexed Spans indexed over all hours in the current date for all organizations. | [optional] |
44
44
  | **twol_ingested_events_bytes_sum** | **Integer** | Shows the sum of all tracing without limits bytes ingested over all hours in the current date for all organizations. | [optional] |
45
+ | **vsphere_host_top99p** | **Integer** | Shows the 99th percentile of all vSphere hosts over all hours in the current date for all organizations. | [optional] |
45
46
 
46
47
  ## Example
47
48
 
@@ -66,19 +67,19 @@ instance = DatadogAPIClient::V1::UsageSummaryDate.new(
66
67
  fargate_tasks_count_avg: null,
67
68
  fargate_tasks_count_hwm: null,
68
69
  gcp_host_top99p: null,
69
- heroku_host_top99p_sum: null,
70
+ heroku_host_top99p: null,
70
71
  incident_management_monthly_active_users_hwm: null,
71
72
  indexed_events_count_sum: null,
72
73
  infra_host_top99p: null,
73
74
  ingested_events_bytes_sum: null,
74
- iot_device_agg_sum: null,
75
- iot_device_top99p_sum: null,
75
+ iot_device_sum: null,
76
+ iot_device_top99p: null,
76
77
  mobile_rum_session_count_android_sum: null,
77
78
  mobile_rum_session_count_ios_sum: null,
78
79
  mobile_rum_session_count_sum: null,
79
80
  netflow_indexed_events_count_sum: null,
80
81
  npm_host_top99p: null,
81
- opentelemetry_host_top99p_sum: null,
82
+ opentelemetry_host_top99p: null,
82
83
  orgs: null,
83
84
  profiling_host_top99p: null,
84
85
  rum_session_count_sum: null,
@@ -86,7 +87,8 @@ instance = DatadogAPIClient::V1::UsageSummaryDate.new(
86
87
  synthetics_browser_check_calls_count_sum: null,
87
88
  synthetics_check_calls_count_sum: null,
88
89
  trace_search_indexed_events_count_sum: null,
89
- twol_ingested_events_bytes_sum: null
90
+ twol_ingested_events_bytes_sum: null,
91
+ vsphere_host_top99p: null
90
92
  )
91
93
  ```
92
94
 
@@ -43,6 +43,7 @@
43
43
  | **synthetics_check_calls_count_sum** | **Integer** | Shows the sum of all Synthetic API tests over all hours in the current date for the given org. | [optional] |
44
44
  | **trace_search_indexed_events_count_sum** | **Integer** | Shows the sum of all Indexed Spans indexed over all hours in the current date for the given org. | [optional] |
45
45
  | **twol_ingested_events_bytes_sum** | **Integer** | Shows the sum of all tracing without limits bytes ingested over all hours in the current date for the given org. | [optional] |
46
+ | **vsphere_host_top99p** | **Integer** | Shows the 99th percentile of all vSphere hosts over all hours in the current date for the given org. | [optional] |
46
47
 
47
48
  ## Example
48
49
 
@@ -88,7 +89,8 @@ instance = DatadogAPIClient::V1::UsageSummaryDateOrg.new(
88
89
  synthetics_browser_check_calls_count_sum: null,
89
90
  synthetics_check_calls_count_sum: null,
90
91
  trace_search_indexed_events_count_sum: null,
91
- twol_ingested_events_bytes_sum: null
92
+ twol_ingested_events_bytes_sum: null,
93
+ vsphere_host_top99p: null
92
94
  )
93
95
  ```
94
96
 
@@ -32,6 +32,7 @@
32
32
  | **last_updated** | **Time** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional] |
33
33
  | **live_indexed_events_agg_sum** | **Integer** | Shows the sum of all live logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional] |
34
34
  | **live_ingested_bytes_agg_sum** | **Integer** | Shows the sum of all live logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional] |
35
+ | **logs_by_retention** | [**LogsByRetention**](LogsByRetention.md) | | [optional] |
35
36
  | **mobile_rum_session_count_agg_sum** | **Integer** | Shows the sum of all mobile RUM Sessions over all hours in the current months for all organizations. | [optional] |
36
37
  | **mobile_rum_session_count_android_agg_sum** | **Integer** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current months for all organizations. | [optional] |
37
38
  | **mobile_rum_session_count_ios_agg_sum** | **Integer** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current months for all organizations. | [optional] |
@@ -50,6 +51,7 @@
50
51
  | **trace_search_indexed_events_count_agg_sum** | **Integer** | Shows the sum of all Indexed Spans indexed over all hours in the current months for all organizations. | [optional] |
51
52
  | **twol_ingested_events_bytes_agg_sum** | **Integer** | Shows the sum of all tracing without limits bytes ingested over all hours in the current months for all organizations. | [optional] |
52
53
  | **usage** | [**Array&lt;UsageSummaryDate&gt;**](UsageSummaryDate.md) | An array of objects regarding hourly usage. | [optional] |
54
+ | **vsphere_host_top99p_sum** | **Integer** | Shows the 99th percentile of all vSphere hosts over all hours in the current months for all organizations. | [optional] |
53
55
 
54
56
  ## Example
55
57
 
@@ -85,6 +87,7 @@ instance = DatadogAPIClient::V1::UsageSummaryResponse.new(
85
87
  last_updated: null,
86
88
  live_indexed_events_agg_sum: null,
87
89
  live_ingested_bytes_agg_sum: null,
90
+ logs_by_retention: null,
88
91
  mobile_rum_session_count_agg_sum: null,
89
92
  mobile_rum_session_count_android_agg_sum: null,
90
93
  mobile_rum_session_count_ios_agg_sum: null,
@@ -102,7 +105,8 @@ instance = DatadogAPIClient::V1::UsageSummaryResponse.new(
102
105
  synthetics_check_calls_count_agg_sum: null,
103
106
  trace_search_indexed_events_count_agg_sum: null,
104
107
  twol_ingested_events_bytes_agg_sum: null,
105
- usage: null
108
+ usage: null,
109
+ vsphere_host_top99p_sum: null
106
110
  )
107
111
  ```
108
112
 
@@ -0,0 +1,15 @@
1
+ # DatadogAPIClient::V1::WidgetHorizontalAlign
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'datadog_api_client/v1'
12
+
13
+ instance = DatadogAPIClient::V1::WidgetHorizontalAlign.new()
14
+ ```
15
+
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **height** | **Integer** | The height of the widget. Should be a non-negative integer. | |
8
+ | **is_column_break** | **Boolean** | Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to &#x60;true&#x60;. | [optional] |
8
9
  | **width** | **Integer** | The width of the widget. Should be a non-negative integer. | |
9
10
  | **x** | **Integer** | The position of the widget on the x (horizontal) axis. Should be a non-negative integer. | |
10
11
  | **y** | **Integer** | The position of the widget on the y (vertical) axis. Should be a non-negative integer. | |
@@ -16,6 +17,7 @@ require 'datadog_api_client/v1'
16
17
 
17
18
  instance = DatadogAPIClient::V1::WidgetLayout.new(
18
19
  height: 0,
20
+ is_column_break: null,
19
21
  width: 0,
20
22
  x: 0,
21
23
  y: 0