| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
SnapshotsApi.GetGraphSnapshotOptionalParameters.eventQuery(String eventQuery)
Set eventQuery.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
SnapshotsApi.GetGraphSnapshotOptionalParameters.graphDef(String graphDef)
Set graphDef.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
SnapshotsApi.GetGraphSnapshotOptionalParameters.height(Long height)
Set height.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
SnapshotsApi.GetGraphSnapshotOptionalParameters.metricQuery(String metricQuery)
Set metricQuery.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
SnapshotsApi.GetGraphSnapshotOptionalParameters.title(String title)
Set title.
|
SnapshotsApi.GetGraphSnapshotOptionalParameters |
SnapshotsApi.GetGraphSnapshotOptionalParameters.width(Long width)
Set width.
|
| Modifier and Type | Method and Description |
|---|---|
GraphSnapshot |
SnapshotsApi.getGraphSnapshot(Long start,
Long end,
SnapshotsApi.GetGraphSnapshotOptionalParameters parameters)
Take graph snapshots.
|
CompletableFuture<GraphSnapshot> |
SnapshotsApi.getGraphSnapshotAsync(Long start,
Long end,
SnapshotsApi.GetGraphSnapshotOptionalParameters parameters)
Take graph snapshots.
|
ApiResponse<GraphSnapshot> |
SnapshotsApi.getGraphSnapshotWithHttpInfo(Long start,
Long end,
SnapshotsApi.GetGraphSnapshotOptionalParameters parameters)
Take graph snapshots.
|
CompletableFuture<ApiResponse<GraphSnapshot>> |
SnapshotsApi.getGraphSnapshotWithHttpInfoAsync(Long start,
Long end,
SnapshotsApi.GetGraphSnapshotOptionalParameters parameters)
Take graph snapshots.
|
Copyright © 2024. All rights reserved.