| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<ServiceLevelObjective> |
ServiceLevelObjectivesApi.listSLOsWithPagination()
Get all SLOs.
|
PaginationIterable<ServiceLevelObjective> |
ServiceLevelObjectivesApi.listSLOsWithPagination(ServiceLevelObjectivesApi.ListSLOsOptionalParameters parameters)
Get all SLOs.
|
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
ServiceLevelObjectivesApi.updateSLO(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
CompletableFuture<SLOListResponse> |
ServiceLevelObjectivesApi.updateSLOAsync(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
ApiResponse<SLOListResponse> |
ServiceLevelObjectivesApi.updateSLOWithHttpInfo(String sloId,
ServiceLevelObjective body)
Update the specified service level objective object.
|
CompletableFuture<ApiResponse<SLOListResponse>> |
ServiceLevelObjectivesApi.updateSLOWithHttpInfoAsync(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjective |
ServiceLevelObjective.addGroupsItem(String groupsItem) |
ServiceLevelObjective |
ServiceLevelObjective.addMonitorIdsItem(Long monitorIdsItem) |
ServiceLevelObjective |
ServiceLevelObjective.addMonitorTagsItem(String monitorTagsItem) |
ServiceLevelObjective |
ServiceLevelObjective.addTagsItem(String tagsItem) |
ServiceLevelObjective |
ServiceLevelObjective.addThresholdsItem(SLOThreshold thresholdsItem) |
ServiceLevelObjective |
ServiceLevelObjective.description(String description) |
ServiceLevelObjective |
ServiceLevelObjective.groups(List<String> groups) |
ServiceLevelObjective |
ServiceLevelObjective.monitorIds(List<Long> monitorIds) |
ServiceLevelObjective |
ServiceLevelObjective.monitorTags(List<String> monitorTags) |
ServiceLevelObjective |
ServiceLevelObjective.name(String name) |
ServiceLevelObjective |
ServiceLevelObjective.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ServiceLevelObjective |
ServiceLevelObjective.query(ServiceLevelObjectiveQuery query) |
ServiceLevelObjective |
ServiceLevelObjective.sliSpecification(SLOSliSpec sliSpecification) |
ServiceLevelObjective |
ServiceLevelObjective.tags(List<String> tags) |
ServiceLevelObjective |
ServiceLevelObjective.targetThreshold(Double targetThreshold) |
ServiceLevelObjective |
ServiceLevelObjective.thresholds(List<SLOThreshold> thresholds) |
ServiceLevelObjective |
ServiceLevelObjective.timeframe(SLOTimeframe timeframe) |
ServiceLevelObjective |
ServiceLevelObjective.type(SLOType type) |
ServiceLevelObjective |
ServiceLevelObjective.warningThreshold(Double warningThreshold) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLevelObjective> |
SLOListResponse.getData()
An array of service level objective objects.
|
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
SLOListResponse.addDataItem(ServiceLevelObjective dataItem) |
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
SLOListResponse.data(List<ServiceLevelObjective> data) |
void |
SLOListResponse.setData(List<ServiceLevelObjective> data) |
Copyright © 2024. All rights reserved.