| Package | Description |
|---|---|
| com.coscale.sdk.client.data | |
| com.coscale.sdk.client.events | |
| com.coscale.sdk.client.metrics | |
| com.coscale.sdk.client.servers |
| Modifier and Type | Method and Description |
|---|---|
Msg |
DataApi.insert(String subjectId,
DataInsert data)
Insert data into the data-store
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
EventsApi.delete(long id)
Delete a event by id.
|
Msg |
EventsApi.deleteData(Long eventId,
Long dataId)
Delete EventData.
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
MetricsApi.delete(long id)
Delete a metric by id.
|
Msg |
MetricsApi.deleteGroupFromGroup(long childId,
long parentId)
Delete a metric group from another metric group.
|
Msg |
MetricsApi.deleteMetricFromGroup(long metricId,
long groupId)
Delete a metric from a metric group.
|
Msg |
MetricsApi.deleteMetricGroup(long id)
Delete a specific metric group.
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
ServersApi.delete(long serverId)
Delete a specific server.
|
Copyright © 2016. All rights reserved.