SLOResponseData |
SLOResponseData.addConfiguredAlertIdsItem(Long configuredAlertIdsItem) |
SLOResponseData |
SLOResponseData.addGroupsItem(String groupsItem) |
SLOResponseData |
SLOResponseData.addMonitorIdsItem(Long monitorIdsItem) |
SLOResponseData |
SLOResponseData.addMonitorTagsItem(String monitorTagsItem) |
SLOResponseData |
SLOResponseData.addTagsItem(String tagsItem) |
SLOResponseData |
SLOResponseData.addThresholdsItem(SLOThreshold thresholdsItem) |
SLOResponseData |
SLOResponseData.configuredAlertIds(List<Long> configuredAlertIds) |
SLOResponseData |
SLOResponseData.description(String description) |
SLOResponseData |
SLOResponse.getData()
A service level objective object includes a service level indicator, thresholds for one or more
timeframes, and metadata (name, description, tags,
etc.).
|
SLOResponseData |
SLOResponseData.groups(List<String> groups) |
SLOResponseData |
SLOResponseData.monitorIds(List<Long> monitorIds) |
SLOResponseData |
SLOResponseData.monitorTags(List<String> monitorTags) |
SLOResponseData |
SLOResponseData.name(String name) |
SLOResponseData |
SLOResponseData.query(ServiceLevelObjectiveQuery query) |
SLOResponseData |
SLOResponseData.tags(List<String> tags) |
SLOResponseData |
SLOResponseData.targetThreshold(Double targetThreshold) |
SLOResponseData |
SLOResponseData.thresholds(List<SLOThreshold> thresholds) |
SLOResponseData |
SLOResponseData.timeframe(SLOTimeframe timeframe) |
SLOResponseData |
SLOResponseData.type(SLOType type) |
SLOResponseData |
SLOResponseData.warningThreshold(Double warningThreshold) |