Interface DataIngesterAPI


  • @Path("/")
    public interface DataIngesterAPI
    The API for reporting points directly to a Wavefront server.
    Author:
    Vikram Raman
    • 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