@Path(value="/system/catalog") @Produces(value="application/json") public class CatalogResource extends Object
| Constructor and Description |
|---|
CatalogResource(ContentPackService contentPackService) |
| Modifier and Type | Method and Description |
|---|---|
CatalogResolveResponse |
resolveEntities(@Valid @NotNull CatalogResolveRequest request) |
CatalogIndexResponse |
showEntityIndex() |
@Inject public CatalogResource(ContentPackService contentPackService)
@GET @Timed public CatalogIndexResponse showEntityIndex()
@POST @Timed public CatalogResolveResponse resolveEntities(@Valid @NotNull @Valid @NotNull CatalogResolveRequest request)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.