| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
ServiceLevelObjectivesApi.createSLO(ServiceLevelObjectiveRequest body)
Create an SLO object.
|
CompletableFuture<SLOListResponse> |
ServiceLevelObjectivesApi.createSLOAsync(ServiceLevelObjectiveRequest body)
Create an SLO object.
|
ApiResponse<SLOListResponse> |
ServiceLevelObjectivesApi.createSLOWithHttpInfo(ServiceLevelObjectiveRequest body)
Create a service level objective object.
|
CompletableFuture<ApiResponse<SLOListResponse>> |
ServiceLevelObjectivesApi.createSLOWithHttpInfoAsync(ServiceLevelObjectiveRequest body)
Create an SLO object.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.addGroupsItem(String groupsItem) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.addMonitorIdsItem(Long monitorIdsItem) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.addTagsItem(String tagsItem) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.addThresholdsItem(SLOThreshold thresholdsItem) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.description(String description) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.groups(List<String> groups) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.monitorIds(List<Long> monitorIds) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.name(String name) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.query(ServiceLevelObjectiveQuery query) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.sliSpecification(SLOSliSpec sliSpecification) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.tags(List<String> tags) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.targetThreshold(Double targetThreshold) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.thresholds(List<SLOThreshold> thresholds) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.timeframe(SLOTimeframe timeframe) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.type(SLOType type) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.warningThreshold(Double warningThreshold) |
Copyright © 2024. All rights reserved.