public class GrafanaEndpointRestServiceImpl extends Object implements GrafanaEndpointRestService
Constructor and Description |
---|
GrafanaEndpointRestServiceImpl(GrafanaEndpointService grafanaEndpointService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createEndpoint(GrafanaEndpoint newGrafanaEndpoint) |
javax.ws.rs.core.Response |
deleteAllEndpoints() |
javax.ws.rs.core.Response |
deleteEndpoint(Long endpointId) |
javax.ws.rs.core.Response |
getDashboard(String uid,
String dashboardId) |
javax.ws.rs.core.Response |
getEndpoint(Long endpointId) |
javax.ws.rs.core.Response |
listDashboards(String uid) |
javax.ws.rs.core.Response |
listEndpoints() |
javax.ws.rs.core.Response |
updateEndpoint(GrafanaEndpoint grafanaEndpoint) |
javax.ws.rs.core.Response |
verifyEndpoint(GrafanaEndpoint grafanaEndpoint) |
public GrafanaEndpointRestServiceImpl(GrafanaEndpointService grafanaEndpointService)
public javax.ws.rs.core.Response listEndpoints()
listEndpoints
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response deleteAllEndpoints()
deleteAllEndpoints
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response verifyEndpoint(GrafanaEndpoint grafanaEndpoint)
verifyEndpoint
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response getEndpoint(Long endpointId)
getEndpoint
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response updateEndpoint(GrafanaEndpoint grafanaEndpoint)
updateEndpoint
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response createEndpoint(GrafanaEndpoint newGrafanaEndpoint)
createEndpoint
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response deleteEndpoint(Long endpointId)
deleteEndpoint
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response listDashboards(String uid)
listDashboards
in interface GrafanaEndpointRestService
public javax.ws.rs.core.Response getDashboard(String uid, String dashboardId)
getDashboard
in interface GrafanaEndpointRestService
Copyright © 2021. All rights reserved.