| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestResultFull |
SyntheticsApi.getAPITestResult(String publicId,
String resultId)
Get an API test result.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsAPITestResultFull> |
SyntheticsApi.getAPITestResultAsync(String publicId,
String resultId)
Get an API test result.
|
ApiResponse<SyntheticsAPITestResultFull> |
SyntheticsApi.getAPITestResultWithHttpInfo(String publicId,
String resultId)
Get a specific full result from a given Synthetic API test.
|
CompletableFuture<ApiResponse<SyntheticsAPITestResultFull>> |
SyntheticsApi.getAPITestResultWithHttpInfoAsync(String publicId,
String resultId)
Get an API test result.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.check(SyntheticsAPITestResultFullCheck check) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.checkTime(Double checkTime) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.checkVersion(Long checkVersion) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.probeDc(String probeDc) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.result(SyntheticsAPITestResultData result) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.resultId(String resultId) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.status(SyntheticsTestMonitorStatus status) |
Copyright © 2024. All rights reserved.