| Modifier and Type | Method and Description |
|---|---|
String |
ApiClient.getRequesUrl(String endpoint,
Options options,
boolean globalApi)
getRequesUrl will build the URL for a request using the end point
provided.
|
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventsApi.all(Options options)
all is used to get a list of all events.
|
| Modifier and Type | Method and Description |
|---|---|
List<Metric> |
MetricsApi.all(Options options)
all is used to get a list of all metrics.
|
List<MetricGroup> |
MetricsApi.getAllMetricGroups(Options options)
Get all metric groups.
|
| Modifier and Type | Method and Description |
|---|---|
List<Request> |
RequestsApi.all(Options options)
all is used to get a list of all requests.
|
Request |
RequestsApi.get(long id,
Options options)
get a request by the id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServersApi.all(Options options)
Get all servers.
|
List<ServerGroup> |
ServersApi.getAllServerGroups(Options options)
Get all server groups.
|
Server |
ServersApi.getServer(long serverId,
Options options)
Get the a specific server by his id.
|
Copyright © 2016. All rights reserved.