Skip to content

Commit 7ebd00a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f7db18b of spec repo (#234)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 8b80182 commit 7ebd00a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev11",
7-
"regenerated": "2021-08-06 11:34:02.239847",
8-
"spec_repo_commit": "692cbbb"
7+
"regenerated": "2021-08-09 14:34:40.606113",
8+
"spec_repo_commit": "f7db18b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-08-06 11:35:31.935726",
13-
"spec_repo_commit": "692cbbb"
12+
"regenerated": "2021-08-09 14:36:11.659692",
13+
"spec_repo_commit": "f7db18b"
1414
}
1515
}
1616
}

features/v1/synthetics.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Feature: Synthetics
1515
And a valid "appKeyAuth" key in the system
1616
And an instance of "Synthetics" API
1717

18-
@replay-only @skip-python @skip-java @skip-ruby
18+
@replay-only @skip-java @skip-python @skip-ruby
1919
Scenario: Client is resilient to enum and oneOf deserialization errors
2020
Given new "ListTests" request
2121
When the request is sent

packages/datadog-api-client-v1/models/SLOHistorySLIData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class SLOHistorySLIData {
2929
*/
3030
"group"?: string;
3131
/**
32-
* For `monitor` based SLOs, this includes the aggregated history uptime time series.
32+
* For `monitor` based SLOs, this includes the aggregated history as arrays that include time series and uptime data where `0=monitor` is in `OK` state and `1=monitor` is in `alert` state.
3333
*/
3434
"history"?: Array<Array<number>>;
3535
/**

0 commit comments

Comments
 (0)