| 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 Synthetics tests.
|
CompletableFuture<SyntheticsTriggerCITestsResponse> |
SyntheticsApi.triggerTestsAsync(SyntheticsTriggerBody body)
Trigger Synthetics tests.
|
ApiResponse<SyntheticsTriggerCITestsResponse> |
SyntheticsApi.triggerTestsWithHttpInfo(SyntheticsTriggerBody body)
Trigger a set of Synthetics tests.
|
CompletableFuture<ApiResponse<SyntheticsTriggerCITestsResponse>> |
SyntheticsApi.triggerTestsWithHttpInfoAsync(SyntheticsTriggerBody body)
Trigger Synthetics tests.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTriggerBody |
SyntheticsTriggerBody.addTestsItem(SyntheticsTriggerTest testsItem) |
SyntheticsTriggerBody |
SyntheticsTriggerBody.tests(List<SyntheticsTriggerTest> tests) |
Copyright © 2023. All rights reserved.