Package com.wavefront.api
Interface DataIngesterAPI
-
@Path("/") public interface DataIngesterAPIThe API for reporting points directly to a Wavefront server.- Author:
- Vikram Raman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Responsereport(String format, InputStream stream)
-
-
-
Method Detail
-
report
@POST @Path("report") @Consumes({"application/octet-stream","application/x-www-form-urlencoded","text/plain"}) javax.ws.rs.core.Response report(@QueryParam("f") String format, InputStream stream) throws IOException- Throws:
IOException
-
-