| Package | Description |
|---|---|
| com.coscale.sdk.client | |
| com.coscale.sdk.client.commons | |
| com.coscale.sdk.client.events | |
| com.coscale.sdk.client.metrics | |
| com.coscale.sdk.client.servers |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServersApi.all(Options options)
Get all servers.
|
Server |
ServersApi.getServer(long serverId,
Options options)
Get the a specific server by his id.
|
Copyright © 2016. All rights reserved.