diff --git a/.apigentools-info b/.apigentools-info index 0ed7400d87f..8b7165d311e 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.4.1.dev8", - "regenerated": "2021-06-17 09:50:48.299099", - "spec_repo_commit": "4951cff" + "regenerated": "2021-06-17 12:18:53.833190", + "spec_repo_commit": "ce166c5" }, "v2": { "apigentools_version": "1.4.1.dev8", - "regenerated": "2021-06-17 09:51:19.053739", - "spec_repo_commit": "4951cff" + "regenerated": "2021-06-17 12:19:20.718572", + "spec_repo_commit": "ce166c5" } } } \ No newline at end of file diff --git a/api/v1/datadog/api/openapi.yaml b/api/v1/datadog/api/openapi.yaml index a93889618b0..2dc79c118ec 100644 --- a/api/v1/datadog/api/openapi.yaml +++ b/api/v1/datadog/api/openapi.yaml @@ -15339,6 +15339,7 @@ components: short_name: min family: time scale_factor: 60.0 + nullable: true properties: family: description: Unit family, allows for conversion between units of the same diff --git a/tests/api/v1/datadog/features/metrics.feature b/tests/api/v1/datadog/features/metrics.feature index 041447e11bc..1f205e5c4c3 100644 --- a/tests/api/v1/datadog/features/metrics.feature +++ b/tests/api/v1/datadog/features/metrics.feature @@ -77,10 +77,13 @@ Feature: Metrics When the request is sent Then the response status is 400 Bad Request - @generated @skip + @skip-python Scenario: Query timeseries points returns "OK" response Given a valid "appKeyAuth" key in the system And new "QueryMetrics" request + And request contains "from" parameter with value 1612134000 + And request contains "to" parameter with value 1614553200 + And request contains "query" parameter with value "system.cpu.idle{*}" When the request is sent Then the response status is 200 OK