| Package | Description |
|---|---|
| org.graylog.plugins.sidecar.rest.models | |
| org.graylog.plugins.sidecar.rest.responses | |
| org.graylog.plugins.sidecar.services |
| Modifier and Type | Method and Description |
|---|---|
abstract CollectorUpload |
CollectorUpload.Builder.build() |
static CollectorUpload |
CollectorUpload.create(String id,
String collectorId,
String nodeId,
String collectorName,
String renderedConfiguration,
org.joda.time.DateTime created) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<CollectorUpload> |
CollectorUploadListResponse.uploads() |
| Modifier and Type | Method and Description |
|---|---|
static CollectorUploadListResponse |
CollectorUploadListResponse.create(PaginatedList.PaginationInfo paginationInfo,
long total,
Collection<CollectorUpload> uploads) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectorUpload> |
ImportService.all() |
PaginatedList<CollectorUpload> |
ImportService.findPaginated(int page,
int perPage,
String sortField,
String order) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.