Skip to content

Commit 022ff54

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-speczippolyte
authored
Regenerate client from commit 7a54799 of spec repo (#283)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: Hippolyte HENRY <zippolyte@users.noreply.github.com>
1 parent c949bf4 commit 022ff54

File tree

12 files changed

+30
-37
lines changed

12 files changed

+30
-37
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.0.0b3",
7-
"regenerated": "2020-05-04 12:48:32.561416",
8-
"spec_repo_commit": "6642222"
7+
"regenerated": "2020-05-04 19:31:51.964261",
8+
"spec_repo_commit": "7a54799"
99
},
1010
"v2": {
1111
"apigentools_version": "1.0.0b3",
12-
"regenerated": "2020-05-04 12:48:37.721851",
13-
"spec_repo_commit": "6642222"
12+
"regenerated": "2020-05-04 19:31:56.883118",
13+
"spec_repo_commit": "7a54799"
1414
}
1515
}
1616
}

api_docs/v1/AwsLogsIntegrationApi.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ Method | HTTP request | Description
2121
Check that an AWS Lambda Function exists
2222

2323
Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this endpoint can be polled intermittently instead of blocking.
24-
- Returns a status of 'created' when it's checking if the Lambda exists in the account.
25-
- Returns a status of 'waiting' while checking.
26-
- Returns a status of 'checked and ok' if the Lambda exists.
27-
- Returns a status of 'error' if the Lambda does not exist.
24+
- Returns a status of 'created' when it's checking if the Lambda exists in the account. - Returns a status of 'waiting' while checking. - Returns a status of 'checked and ok' if the Lambda exists. - Returns a status of 'error' if the Lambda does not exist.
2825

2926
### Example
3027

api_docs/v1/SyntheticsTestDetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
1414
**message** | **String** | Notification message associated with the test. | [optional]
1515
**modifiedAt** | **String** | Last timestamp the test was modified. | [optional]
1616
**modifiedBy** | [**SyntheticsTestAuthor**](SyntheticsTestAuthor.md) | | [optional]
17-
**monitorId** | **Long** | TODO. | [optional]
17+
**monitorId** | **Long** | The associated monitor ID. | [optional]
1818
**name** | **String** | Name of the test. | [optional]
1919
**options** | [**SyntheticsTestOptions**](SyntheticsTestOptions.md) | | [optional]
2020
**publicId** | **String** | The test public ID. | [optional]

api_docs/v1/SyntheticsTestOptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Object describing the extra options for a Synthetic test.
88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
1010
**acceptSelfSigned** | **Boolean** | For browser test, whether or not the test should allow self signed certificate. | [optional]
11-
**allowInsecure** | **Boolean** | TODO. | [optional]
11+
**allowInsecure** | **Boolean** | Allows loading insecure content for an HTTP request. | [optional]
1212
**deviceIds** | [**List&lt;SyntheticsDeviceID&gt;**](SyntheticsDeviceID.md) | Array with the different device IDs used to run the test. | [optional]
1313
**followRedirects** | **Boolean** | For API SSL test, whether or not the test should follow redirects. | [optional]
14-
**minFailureDuration** | **Long** | TODO. | [optional]
14+
**minFailureDuration** | **Long** | Minimum amount of time before declaring the test has failed. | [optional]
1515
**minLocationFailed** | **Long** | Minimum amount of locations that are allowed to fail for the test. | [optional]
1616
**retry** | [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) | | [optional]
1717
**tickEvery** | [**SyntheticsTickInterval**](SyntheticsTickInterval.md) | | [optional]

api_docs/v1/UsageTraceHour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# UsageTraceHour
44

5-
TODO.
5+
The hours of trace usage.
66
## Properties
77

88
Name | Type | Description | Notes

api_docs/v1/UsageTraceResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# UsageTraceResponse
44

5-
TODO.
5+
A response containing trace usage.
66
## Properties
77

88
Name | Type | Description | Notes

api_docs/v1/WidgetDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Interface WidgetDefinition
44

5-
Definition of the widget.
5+
[Definition of the widget](https://docs.datadoghq.com/dashboards/widgets/).
66
## Implementing Classes
77

88
* AlertGraphWidgetDefinition

src/main/java/com/datadog/api/v1/client/model/SyntheticsTestDetails.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,11 @@ public SyntheticsTestDetails monitorId(Long monitorId) {
288288
}
289289

290290
/**
291-
* TODO.
291+
* The associated monitor ID.
292292
* @return monitorId
293293
**/
294294
@javax.annotation.Nullable
295-
@ApiModelProperty(value = "TODO.")
295+
@ApiModelProperty(value = "The associated monitor ID.")
296296
@JsonProperty(JSON_PROPERTY_MONITOR_ID)
297297
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
298298

src/main/java/com/datadog/api/v1/client/model/SyntheticsTestOptions.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ public SyntheticsTestOptions allowInsecure(Boolean allowInsecure) {
9999
}
100100

101101
/**
102-
* TODO.
102+
* Allows loading insecure content for an HTTP request.
103103
* @return allowInsecure
104104
**/
105105
@javax.annotation.Nullable
106-
@ApiModelProperty(value = "TODO.")
106+
@ApiModelProperty(value = "Allows loading insecure content for an HTTP request.")
107107
@JsonProperty(JSON_PROPERTY_ALLOW_INSECURE)
108108
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
109109

@@ -182,11 +182,11 @@ public SyntheticsTestOptions minFailureDuration(Long minFailureDuration) {
182182
}
183183

184184
/**
185-
* TODO.
185+
* Minimum amount of time before declaring the test has failed.
186186
* @return minFailureDuration
187187
**/
188188
@javax.annotation.Nullable
189-
@ApiModelProperty(value = "TODO.")
189+
@ApiModelProperty(value = "Minimum amount of time before declaring the test has failed.")
190190
@JsonProperty(JSON_PROPERTY_MIN_FAILURE_DURATION)
191191
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
192192

src/main/java/com/datadog/api/v1/client/model/UsageTraceHour.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
2424

2525
/**
26-
* TODO.
26+
* The hours of trace usage.
2727
*/
28-
@ApiModel(description = "TODO.")
28+
@ApiModel(description = "The hours of trace usage.")
2929
@JsonPropertyOrder({
3030
UsageTraceHour.JSON_PROPERTY_HOUR,
3131
UsageTraceHour.JSON_PROPERTY_INDEXED_EVENTS_COUNT

0 commit comments

Comments
 (0)