| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsTestUptime> |
SyntheticsApi.fetchUptimes(SyntheticsFetchUptimesPayload body)
Fetch uptime for multiple tests.
|
CompletableFuture<List<SyntheticsTestUptime>> |
SyntheticsApi.fetchUptimesAsync(SyntheticsFetchUptimesPayload body)
Fetch uptime for multiple tests.
|
ApiResponse<List<SyntheticsTestUptime>> |
SyntheticsApi.fetchUptimesWithHttpInfo(SyntheticsFetchUptimesPayload body)
Fetch uptime for multiple Synthetic tests by ID.
|
CompletableFuture<ApiResponse<List<SyntheticsTestUptime>>> |
SyntheticsApi.fetchUptimesWithHttpInfoAsync(SyntheticsFetchUptimesPayload body)
Fetch uptime for multiple tests.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestUptime |
SyntheticsTestUptime.fromTs(Long fromTs) |
SyntheticsTestUptime |
SyntheticsTestUptime.overall(SyntheticsUptime overall) |
SyntheticsTestUptime |
SyntheticsTestUptime.publicId(String publicId) |
SyntheticsTestUptime |
SyntheticsTestUptime.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestUptime |
SyntheticsTestUptime.toTs(Long toTs) |
Copyright © 2025. All rights reserved.