Skip to content

Commit

Permalink
Regenerate client from commit ce166c5 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jun 17, 2021
1 parent ba780a1 commit bd95f3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
1 change: 1 addition & 0 deletions api/v1/datadog/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion tests/api/v1/datadog/features/metrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd95f3d

Please sign in to comment.