Skip to content

Commit

Permalink
Regenerate client from commit 609ca23 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jun 21, 2021
1 parent b639b39 commit ac726e1
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 151 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-21 15:12:30.901660",
"spec_repo_commit": "8327a94"
"regenerated": "2021-06-21 16:55:20.364593",
"spec_repo_commit": "609ca23"
},
"v2": {
"apigentools_version": "1.4.1.dev8",
"regenerated": "2021-06-21 15:13:11.445766",
"spec_repo_commit": "8327a94"
"regenerated": "2021-06-21 16:56:04.672191",
"spec_repo_commit": "609ca23"
}
}
}
1 change: 0 additions & 1 deletion api_docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ Class | Method | HTTP request | Description
- [SyntheticsTestRequest](SyntheticsTestRequest.md)
- [SyntheticsTestRequestCertificate](SyntheticsTestRequestCertificate.md)
- [SyntheticsTestRequestCertificateItem](SyntheticsTestRequestCertificateItem.md)
- [SyntheticsTickInterval](SyntheticsTickInterval.md)
- [SyntheticsTiming](SyntheticsTiming.md)
- [SyntheticsTriggerCITestLocation](SyntheticsTriggerCITestLocation.md)
- [SyntheticsTriggerCITestRunResult](SyntheticsTriggerCITestRunResult.md)
Expand Down
2 changes: 1 addition & 1 deletion api_docs/v1/SyntheticsTestOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name | Type | Description | Notes
**monitorPriority** | **Integer** | Integer from 1 (high) to 5 (low) indicating alert severity. | [optional]
**noScreenshot** | **Boolean** | Prevents saving screenshots of the steps. | [optional]
**retry** | [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) | | [optional]
**tickEvery** | **SyntheticsTickInterval** | | [optional]
**tickEvery** | **Long** | The frequency at which to run the Synthetic test (in seconds). | [optional]



29 changes: 0 additions & 29 deletions api_docs/v1/SyntheticsTickInterval.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class SyntheticsTestOptions {
private SyntheticsTestOptionsRetry retry;

public static final String JSON_PROPERTY_TICK_EVERY = "tick_every";
private SyntheticsTickInterval tickEvery;
private Long tickEvery;

public SyntheticsTestOptions acceptSelfSigned(Boolean acceptSelfSigned) {
this.acceptSelfSigned = acceptSelfSigned;
Expand Down Expand Up @@ -355,25 +355,25 @@ public void setRetry(SyntheticsTestOptionsRetry retry) {
this.retry = retry;
}

public SyntheticsTestOptions tickEvery(SyntheticsTickInterval tickEvery) {
public SyntheticsTestOptions tickEvery(Long tickEvery) {
this.tickEvery = tickEvery;
return this;
}

/**
* Get tickEvery
* The frequency at which to run the Synthetic test (in seconds). minimum: 30 maximum: 604800
*
* @return tickEvery
*/
@javax.annotation.Nullable
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The frequency at which to run the Synthetic test (in seconds).")
@JsonProperty(JSON_PROPERTY_TICK_EVERY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public SyntheticsTickInterval getTickEvery() {
public Long getTickEvery() {
return tickEvery;
}

public void setTickEvery(SyntheticsTickInterval tickEvery) {
public void setTickEvery(Long tickEvery) {
this.tickEvery = tickEvery;
}

Expand Down

This file was deleted.

56 changes: 20 additions & 36 deletions src/main/java/com/datadog/api/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19907,6 +19907,7 @@ components:
min_location_failed: 7
monitor_options:
renotify_interval: 1339
tick_every: 446730
disableCors: true
min_failure_duration: 2
monitor_priority: 2
Expand Down Expand Up @@ -20658,6 +20659,7 @@ components:
min_location_failed: 7
monitor_options:
renotify_interval: 1339
tick_every: 446730
disableCors: true
min_failure_duration: 2
monitor_priority: 2
Expand Down Expand Up @@ -20716,11 +20718,11 @@ components:
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
public_id: public_id
tags:
- tags
Expand Down Expand Up @@ -21800,6 +21802,7 @@ components:
min_location_failed: 7
monitor_options:
renotify_interval: 1339
tick_every: 446730
disableCors: true
min_failure_duration: 2
monitor_priority: 2
Expand Down Expand Up @@ -21865,11 +21868,11 @@ components:
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
public_id: public_id
tags:
- tags
Expand All @@ -21883,6 +21886,7 @@ components:
min_location_failed: 7
monitor_options:
renotify_interval: 1339
tick_every: 446730
disableCors: true
min_failure_duration: 2
monitor_priority: 2
Expand Down Expand Up @@ -21948,11 +21952,11 @@ components:
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
public_id: public_id
tags:
- tags
Expand Down Expand Up @@ -22183,7 +22187,7 @@ components:
allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
properties:
allowFailure:
description: A boolean set to allow this step to fail.
Expand Down Expand Up @@ -22448,6 +22452,7 @@ components:
min_location_failed: 7
monitor_options:
renotify_interval: 1339
tick_every: 446730
disableCors: true
min_failure_duration: 2
monitor_priority: 2
Expand Down Expand Up @@ -22513,11 +22518,11 @@ components:
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
- allowFailure: true
name: name
params: '{}'
timeout: 7
timeout: 1
public_id: public_id
tags:
- tags
Expand Down Expand Up @@ -22625,6 +22630,7 @@ components:
min_location_failed: 7
monitor_options:
renotify_interval: 1339
tick_every: 446730
disableCors: true
min_failure_duration: 2
monitor_priority: 2
Expand Down Expand Up @@ -22685,7 +22691,11 @@ components:
retry:
$ref: '#/components/schemas/SyntheticsTestOptionsRetry'
tick_every:
$ref: '#/components/schemas/SyntheticsTickInterval'
description: The frequency at which to run the Synthetic test (in seconds).
format: int64
maximum: 604800
minimum: 30
type: integer
type: object
SyntheticsTestOptionsRetry:
description: Object describing the retry strategy to apply to a Synthetic test.
Expand Down Expand Up @@ -22850,32 +22860,6 @@ components:
description: Date of update of the certificate or key, ISO format.
type: string
type: object
SyntheticsTickInterval:
description: The frequency at which to run the Synthetic test (in seconds).
enum:
- 30
- 60
- 300
- 900
- 1800
- 3600
- 21600
- 43200
- 86400
- 604800
format: int64
type: integer
x-enum-varnames:
- THIRTY_SECONDS
- MINUTE
- FIVE_MINUTES
- FIFTEEN_MINUTES
- THIRTY_MINUTES
- HOUR
- SIX_HOURS
- TWELVE_HOURS
- DAY
- WEEK
SyntheticsTiming:
description: |-
Object containing all metrics and their values collected for a Synthetic API test.
Expand Down
Loading

0 comments on commit ac726e1

Please sign in to comment.