Skip navigation links
A C D G P S U V W 

A

AlertNotification - Class in com.appnexus.grafana.client.models
 
AlertNotification() - Constructor for class com.appnexus.grafana.client.models.AlertNotification
 
AlertNotificationSettings - Class in com.appnexus.grafana.client.models
 
AlertNotificationSettings() - Constructor for class com.appnexus.grafana.client.models.AlertNotificationSettings
 
AUTHORIZATION - Static variable in interface com.appnexus.grafana.client.GrafanaService
 

C

com.appnexus.grafana.client - package com.appnexus.grafana.client
 
com.appnexus.grafana.client.models - package com.appnexus.grafana.client.models
 
com.appnexus.grafana.configuration - package com.appnexus.grafana.configuration
 
com.appnexus.grafana.exceptions - package com.appnexus.grafana.exceptions
 
createDashboard(GrafanaDashboard) - Method in class com.appnexus.grafana.client.GrafanaClient
Creates a Grafana dashboard.
createNotification(AlertNotification) - Method in class com.appnexus.grafana.client.GrafanaClient
Creates a Grafana alert notification.

D

Dashboard - Class in com.appnexus.grafana.client.models
 
Dashboard() - Constructor for class com.appnexus.grafana.client.models.Dashboard
 
DashboardMeta - Class in com.appnexus.grafana.client.models
 
DashboardMeta() - Constructor for class com.appnexus.grafana.client.models.DashboardMeta
 
DashboardPanel - Class in com.appnexus.grafana.client.models
 
DashboardPanel() - Constructor for class com.appnexus.grafana.client.models.DashboardPanel
 
DashboardPanel.Type - Enum in com.appnexus.grafana.client.models
 
DashboardPanelAlert - Class in com.appnexus.grafana.client.models
 
DashboardPanelAlert() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelAlert
 
DashboardPanelAlert.AlertState - Enum in com.appnexus.grafana.client.models
 
DashboardPanelAlertCondition - Class in com.appnexus.grafana.client.models
 
DashboardPanelAlertCondition() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelAlertCondition
 
DashboardPanelAlertCondition.Type - Enum in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionEvaluator - Class in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionEvaluator() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelAlertConditionEvaluator
 
DashboardPanelAlertConditionEvaluator.Type - Enum in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionOperator - Class in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionOperator() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelAlertConditionOperator
 
DashboardPanelAlertConditionOperator.Type - Enum in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionQuery - Class in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionQuery() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelAlertConditionQuery
 
DashboardPanelAlertConditionReducer - Class in com.appnexus.grafana.client.models
 
DashboardPanelAlertConditionReducer() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelAlertConditionReducer
 
DashboardPanelAlertConditionReducer.Type - Enum in com.appnexus.grafana.client.models
 
DashboardPanelTarget - Class in com.appnexus.grafana.client.models
 
DashboardPanelTarget() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelTarget
 
DashboardPanelThreshold - Class in com.appnexus.grafana.client.models
 
DashboardPanelThreshold() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelThreshold
 
DashboardPanelXAxis - Class in com.appnexus.grafana.client.models
 
DashboardPanelXAxis() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelXAxis
 
DashboardPanelXAxis.Mode - Enum in com.appnexus.grafana.client.models
 
DashboardPanelYAxis - Class in com.appnexus.grafana.client.models
 
DashboardPanelYAxis() - Constructor for class com.appnexus.grafana.client.models.DashboardPanelYAxis
 
DashboardPanelYAxis.Format - Enum in com.appnexus.grafana.client.models
 
DashboardRow - Class in com.appnexus.grafana.client.models
 
DashboardRow() - Constructor for class com.appnexus.grafana.client.models.DashboardRow
 
DashboardSuccessfulDelete - Class in com.appnexus.grafana.client.models
 
DashboardSuccessfulDelete() - Constructor for class com.appnexus.grafana.client.models.DashboardSuccessfulDelete
 
DashboardTemplate - Class in com.appnexus.grafana.client.models
 
DashboardTemplate() - Constructor for class com.appnexus.grafana.client.models.DashboardTemplate
 
DashboardTemplateList - Class in com.appnexus.grafana.client.models
 
DashboardTemplateList() - Constructor for class com.appnexus.grafana.client.models.DashboardTemplateList
 
DashboardTemplateListCurrent - Class in com.appnexus.grafana.client.models
 
DashboardTemplateListCurrent() - Constructor for class com.appnexus.grafana.client.models.DashboardTemplateListCurrent
 
DashboardTemplateListOption - Class in com.appnexus.grafana.client.models
 
DashboardTemplateListOption() - Constructor for class com.appnexus.grafana.client.models.DashboardTemplateListOption
 
deleteDashboard(String) - Method in class com.appnexus.grafana.client.GrafanaClient
Deletes Grafana dashboard by name.
deleteDashboard(String, String) - Method in interface com.appnexus.grafana.client.GrafanaService
 
deleteNotification(Integer) - Method in class com.appnexus.grafana.client.GrafanaClient
Deletes Grafana notification by id.
deleteNotification(String, Integer) - Method in interface com.appnexus.grafana.client.GrafanaService
 

G

getAlert(Integer) - Method in class com.appnexus.grafana.client.GrafanaClient
Searches for a Grafana alert with a given id.
getAlert(String, Integer) - Method in interface com.appnexus.grafana.client.GrafanaService
 
getDashboard(String) - Method in class com.appnexus.grafana.client.GrafanaClient
Searches for an existing dashboard by name.
getDashboard(String, String) - Method in interface com.appnexus.grafana.client.GrafanaService
 
getHost() - Method in class com.appnexus.grafana.client.GrafanaClient
 
getNotification(Integer) - Method in class com.appnexus.grafana.client.GrafanaClient
Searches for a Grafana notification with a given id.
getNotification(String, Integer) - Method in interface com.appnexus.grafana.client.GrafanaService
 
getNotifications() - Method in class com.appnexus.grafana.client.GrafanaClient
Returns a list of all Grafana notifications.
getNotifications(String) - Method in interface com.appnexus.grafana.client.GrafanaService
 
GRAFANA_ALERTS - Static variable in interface com.appnexus.grafana.client.GrafanaService
 
GRAFANA_DASHBOARDS - Static variable in interface com.appnexus.grafana.client.GrafanaService
 
GRAFANA_NOTIFICATIONS - Static variable in interface com.appnexus.grafana.client.GrafanaService
 
GRAFANA_SEARCH - Static variable in interface com.appnexus.grafana.client.GrafanaService
 
GrafanaClient - Class in com.appnexus.grafana.client
 
GrafanaClient(GrafanaConfiguration) - Constructor for class com.appnexus.grafana.client.GrafanaClient
 
GrafanaClient(GrafanaConfiguration, OkHttpClient) - Constructor for class com.appnexus.grafana.client.GrafanaClient
Allows for the user to provide an OkHttpClient that can be used to connect to the Grafana service.
GrafanaConfiguration - Class in com.appnexus.grafana.configuration
 
GrafanaConfiguration() - Constructor for class com.appnexus.grafana.configuration.GrafanaConfiguration
 
GrafanaDashboard - Class in com.appnexus.grafana.client.models
 
GrafanaDashboard() - Constructor for class com.appnexus.grafana.client.models.GrafanaDashboard
 
GrafanaDashboardCouldNotDeleteException - Exception in com.appnexus.grafana.exceptions
 
GrafanaDashboardCouldNotDeleteException(String) - Constructor for exception com.appnexus.grafana.exceptions.GrafanaDashboardCouldNotDeleteException
 
GrafanaDashboardCouldNotDeleteException(String, Throwable) - Constructor for exception com.appnexus.grafana.exceptions.GrafanaDashboardCouldNotDeleteException
 
GrafanaDashboardDoesNotExistException - Exception in com.appnexus.grafana.exceptions
 
GrafanaDashboardDoesNotExistException(String) - Constructor for exception com.appnexus.grafana.exceptions.GrafanaDashboardDoesNotExistException
 
GrafanaDashboardDoesNotExistException(String, Throwable) - Constructor for exception com.appnexus.grafana.exceptions.GrafanaDashboardDoesNotExistException
 
GrafanaException - Exception in com.appnexus.grafana.exceptions
 
GrafanaException(String) - Constructor for exception com.appnexus.grafana.exceptions.GrafanaException
 
GrafanaException(String, Throwable) - Constructor for exception com.appnexus.grafana.exceptions.GrafanaException
 
GrafanaMessage - Class in com.appnexus.grafana.client.models
 
GrafanaMessage() - Constructor for class com.appnexus.grafana.client.models.GrafanaMessage
 
GrafanaSearchResult - Class in com.appnexus.grafana.client.models
 
GrafanaSearchResult() - Constructor for class com.appnexus.grafana.client.models.GrafanaSearchResult
 
GrafanaService - Interface in com.appnexus.grafana.client
 

P

postDashboard(String, GrafanaDashboard) - Method in interface com.appnexus.grafana.client.GrafanaService
 
postNotification(String, AlertNotification) - Method in interface com.appnexus.grafana.client.GrafanaService
 
putNotification(String, Integer, AlertNotification) - Method in interface com.appnexus.grafana.client.GrafanaService
 

S

search(String, String, Boolean, Boolean) - Method in class com.appnexus.grafana.client.GrafanaClient
 
search(String, String, String, Boolean, Boolean) - Method in interface com.appnexus.grafana.client.GrafanaService
 

U

updateDashboard(GrafanaDashboard) - Method in class com.appnexus.grafana.client.GrafanaClient
Updates a Grafana dashboard.
updateNotification(Integer, AlertNotification) - Method in class com.appnexus.grafana.client.GrafanaClient
Updates a Grafana alert notification by id.

V

value() - Method in enum com.appnexus.grafana.client.models.DashboardPanel.Type
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelAlert.AlertState
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelAlertCondition.Type
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionEvaluator.Type
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionOperator.Type
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionReducer.Type
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelXAxis.Mode
 
value() - Method in enum com.appnexus.grafana.client.models.DashboardPanelYAxis.Format
 
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanel.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlert.AlertState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertCondition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionEvaluator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionOperator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionReducer.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelXAxis.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appnexus.grafana.client.models.DashboardPanelYAxis.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanel.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlert.AlertState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertCondition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionEvaluator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionOperator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelAlertConditionReducer.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelXAxis.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appnexus.grafana.client.models.DashboardPanelYAxis.Format
Returns an array containing the constants of this enum type, in the order they are declared.

W

withErrorBody(ResponseBody) - Static method in exception com.appnexus.grafana.exceptions.GrafanaDashboardCouldNotDeleteException
 
withErrorBody(ResponseBody) - Static method in exception com.appnexus.grafana.exceptions.GrafanaDashboardDoesNotExistException
 
withErrorBody(ResponseBody) - Static method in exception com.appnexus.grafana.exceptions.GrafanaException
 
A C D G P S U V W 
Skip navigation links