| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTriggerCITestsResponse |
SyntheticsApi.triggerTests(SyntheticsTriggerBody body)
Trigger Synthetic tests.
|
CompletableFuture<SyntheticsTriggerCITestsResponse> |
SyntheticsApi.triggerTestsAsync(SyntheticsTriggerBody body)
Trigger Synthetic tests.
|
ApiResponse<SyntheticsTriggerCITestsResponse> |
SyntheticsApi.triggerTestsWithHttpInfo(SyntheticsTriggerBody body)
Trigger a set of Synthetic tests.
|
CompletableFuture<ApiResponse<SyntheticsTriggerCITestsResponse>> |
SyntheticsApi.triggerTestsWithHttpInfoAsync(SyntheticsTriggerBody body)
Trigger Synthetic tests.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTriggerBody |
SyntheticsTriggerBody.addTestsItem(SyntheticsTriggerTest testsItem) |
SyntheticsTriggerBody |
SyntheticsTriggerBody.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTriggerBody |
SyntheticsTriggerBody.tests(List<SyntheticsTriggerTest> tests) |
Copyright © 2024. All rights reserved.