Skip to content

Commit 2c50a81

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 67944e6 of spec repo (#250)
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 6f35177 commit 2c50a81

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
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-20 19:30:07.379830",
8-
"spec_repo_commit": "96bac9a"
7+
"regenerated": "2021-08-24 09:06:27.618499",
8+
"spec_repo_commit": "67944e6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-08-20 19:31:36.451674",
13-
"spec_repo_commit": "96bac9a"
12+
"regenerated": "2021-08-24 09:07:58.075634",
13+
"spec_repo_commit": "67944e6"
1414
}
1515
}
1616
}

docs/v1/SyntheticsApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -854,9 +854,9 @@ const apiInstance = new v1.SyntheticsApi(configuration);
854854
let params:v1.SyntheticsApiGetAPITestLatestResultsRequest = {
855855
// string | The public ID of the test for which to search results for.
856856
publicId: "public_id_example",
857-
// number | Timestamp from which to start querying results. (optional)
857+
// number | Timestamp in milliseconds from which to start querying results. (optional)
858858
fromTs: 1,
859-
// number | Timestamp up to which to query results. (optional)
859+
// number | Timestamp in milliseconds up to which to query results. (optional)
860860
toTs: 1,
861861
// Array<string> | Locations for which to query results. (optional)
862862
probeDc: [
@@ -875,8 +875,8 @@ apiInstance.getAPITestLatestResults(params).then((data:any) => {
875875
Name | Type | Description | Notes
876876
------------- | ------------- | ------------- | -------------
877877
**publicId** | [**string**] | The public ID of the test for which to search results for. | defaults to undefined
878-
**fromTs** | [**number**] | Timestamp from which to start querying results. | (optional) defaults to undefined
879-
**toTs** | [**number**] | Timestamp up to which to query results. | (optional) defaults to undefined
878+
**fromTs** | [**number**] | Timestamp in milliseconds from which to start querying results. | (optional) defaults to undefined
879+
**toTs** | [**number**] | Timestamp in milliseconds up to which to query results. | (optional) defaults to undefined
880880
**probeDc** | **Array&lt;string&gt;** | Locations for which to query results. | (optional) defaults to undefined
881881

882882

@@ -1037,9 +1037,9 @@ const apiInstance = new v1.SyntheticsApi(configuration);
10371037
let params:v1.SyntheticsApiGetBrowserTestLatestResultsRequest = {
10381038
// string | The public ID of the browser test for which to search results for.
10391039
publicId: "public_id_example",
1040-
// number | Timestamp from which to start querying results. (optional)
1040+
// number | Timestamp in milliseconds from which to start querying results. (optional)
10411041
fromTs: 1,
1042-
// number | Timestamp up to which to query results. (optional)
1042+
// number | Timestamp in milliseconds up to which to query results. (optional)
10431043
toTs: 1,
10441044
// Array<string> | Locations for which to query results. (optional)
10451045
probeDc: [
@@ -1058,8 +1058,8 @@ apiInstance.getBrowserTestLatestResults(params).then((data:any) => {
10581058
Name | Type | Description | Notes
10591059
------------- | ------------- | ------------- | -------------
10601060
**publicId** | [**string**] | The public ID of the browser test for which to search results for. | defaults to undefined
1061-
**fromTs** | [**number**] | Timestamp from which to start querying results. | (optional) defaults to undefined
1062-
**toTs** | [**number**] | Timestamp up to which to query results. | (optional) defaults to undefined
1061+
**fromTs** | [**number**] | Timestamp in milliseconds from which to start querying results. | (optional) defaults to undefined
1062+
**toTs** | [**number**] | Timestamp in milliseconds up to which to query results. | (optional) defaults to undefined
10631063
**probeDc** | **Array&lt;string&gt;** | Locations for which to query results. | (optional) defaults to undefined
10641064

10651065

packages/datadog-api-client-v1/apis/SyntheticsApi.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ export class SyntheticsApiRequestFactory extends BaseAPIRequestFactory {
568568
* Get the last 50 test results summaries for a given Synthetics API test.
569569
* Get an API test's latest results summaries
570570
* @param publicId The public ID of the test for which to search results for.
571-
* @param fromTs Timestamp from which to start querying results.
572-
* @param toTs Timestamp up to which to query results.
571+
* @param fromTs Timestamp in milliseconds from which to start querying results.
572+
* @param toTs Timestamp in milliseconds up to which to query results.
573573
* @param probeDc Locations for which to query results.
574574
*/
575575
public async getAPITestLatestResults(
@@ -762,8 +762,8 @@ export class SyntheticsApiRequestFactory extends BaseAPIRequestFactory {
762762
* Get the last 50 test results summaries for a given Synthetics Browser test.
763763
* Get a browser test's latest results summaries
764764
* @param publicId The public ID of the browser test for which to search results for.
765-
* @param fromTs Timestamp from which to start querying results.
766-
* @param toTs Timestamp up to which to query results.
765+
* @param fromTs Timestamp in milliseconds from which to start querying results.
766+
* @param toTs Timestamp in milliseconds up to which to query results.
767767
* @param probeDc Locations for which to query results.
768768
*/
769769
public async getBrowserTestLatestResults(

packages/datadog-api-client-v1/types/ObjectParamAPI.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3979,13 +3979,13 @@ export interface SyntheticsApiGetAPITestLatestResultsRequest {
39793979
*/
39803980
publicId: string;
39813981
/**
3982-
* Timestamp from which to start querying results.
3982+
* Timestamp in milliseconds from which to start querying results.
39833983
* @type number
39843984
* @memberof SyntheticsApigetAPITestLatestResults
39853985
*/
39863986
fromTs?: number;
39873987
/**
3988-
* Timestamp up to which to query results.
3988+
* Timestamp in milliseconds up to which to query results.
39893989
* @type number
39903990
* @memberof SyntheticsApigetAPITestLatestResults
39913991
*/
@@ -4030,13 +4030,13 @@ export interface SyntheticsApiGetBrowserTestLatestResultsRequest {
40304030
*/
40314031
publicId: string;
40324032
/**
4033-
* Timestamp from which to start querying results.
4033+
* Timestamp in milliseconds from which to start querying results.
40344034
* @type number
40354035
* @memberof SyntheticsApigetBrowserTestLatestResults
40364036
*/
40374037
fromTs?: number;
40384038
/**
4039-
* Timestamp up to which to query results.
4039+
* Timestamp in milliseconds up to which to query results.
40404040
* @type number
40414041
* @memberof SyntheticsApigetBrowserTestLatestResults
40424042
*/

packages/datadog-api-client-v1/types/ObservableAPI.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6730,8 +6730,8 @@ export class ObservableSyntheticsApi {
67306730
* Get the last 50 test results summaries for a given Synthetics API test.
67316731
* Get an API test's latest results summaries
67326732
* @param publicId The public ID of the test for which to search results for.
6733-
* @param fromTs Timestamp from which to start querying results.
6734-
* @param toTs Timestamp up to which to query results.
6733+
* @param fromTs Timestamp in milliseconds from which to start querying results.
6734+
* @param toTs Timestamp in milliseconds up to which to query results.
67356735
* @param probeDc Locations for which to query results.
67366736
*/
67376737
public getAPITestLatestResults(
@@ -6871,8 +6871,8 @@ export class ObservableSyntheticsApi {
68716871
* Get the last 50 test results summaries for a given Synthetics Browser test.
68726872
* Get a browser test's latest results summaries
68736873
* @param publicId The public ID of the browser test for which to search results for.
6874-
* @param fromTs Timestamp from which to start querying results.
6875-
* @param toTs Timestamp up to which to query results.
6874+
* @param fromTs Timestamp in milliseconds from which to start querying results.
6875+
* @param toTs Timestamp in milliseconds up to which to query results.
68766876
* @param probeDc Locations for which to query results.
68776877
*/
68786878
public getBrowserTestLatestResults(

packages/datadog-api-client-v1/types/PromiseAPI.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,8 +2724,8 @@ export class PromiseSyntheticsApi {
27242724
* Get the last 50 test results summaries for a given Synthetics API test.
27252725
* Get an API test's latest results summaries
27262726
* @param publicId The public ID of the test for which to search results for.
2727-
* @param fromTs Timestamp from which to start querying results.
2728-
* @param toTs Timestamp up to which to query results.
2727+
* @param fromTs Timestamp in milliseconds from which to start querying results.
2728+
* @param toTs Timestamp in milliseconds up to which to query results.
27292729
* @param probeDc Locations for which to query results.
27302730
*/
27312731
public getAPITestLatestResults(
@@ -2777,8 +2777,8 @@ export class PromiseSyntheticsApi {
27772777
* Get the last 50 test results summaries for a given Synthetics Browser test.
27782778
* Get a browser test's latest results summaries
27792779
* @param publicId The public ID of the browser test for which to search results for.
2780-
* @param fromTs Timestamp from which to start querying results.
2781-
* @param toTs Timestamp up to which to query results.
2780+
* @param fromTs Timestamp in milliseconds from which to start querying results.
2781+
* @param toTs Timestamp in milliseconds up to which to query results.
27822782
* @param probeDc Locations for which to query results.
27832783
*/
27842784
public getBrowserTestLatestResults(

0 commit comments

Comments
 (0)