| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApiMultistepParentTestsResponse |
SyntheticsApi.getApiMultistepSubtestParents(String publicId)
Get parent tests for a subtest.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsApiMultistepParentTestsResponse> |
SyntheticsApi.getApiMultistepSubtestParentsAsync(String publicId)
Get parent tests for a subtest.
|
ApiResponse<SyntheticsApiMultistepParentTestsResponse> |
SyntheticsApi.getApiMultistepSubtestParentsWithHttpInfo(String publicId)
Get the list of API multistep tests that include a given subtest, along with their monitor
status.
|
CompletableFuture<ApiResponse<SyntheticsApiMultistepParentTestsResponse>> |
SyntheticsApi.getApiMultistepSubtestParentsWithHttpInfoAsync(String publicId)
Get parent tests for a subtest.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApiMultistepParentTestsResponse |
SyntheticsApiMultistepParentTestsResponse.addDataItem(SyntheticsApiMultistepParentTestData dataItem) |
SyntheticsApiMultistepParentTestsResponse |
SyntheticsApiMultistepParentTestsResponse.data(List<SyntheticsApiMultistepParentTestData> data) |
SyntheticsApiMultistepParentTestsResponse |
SyntheticsApiMultistepParentTestsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.