Class AnalyticsCreateResolver


  • @Path("analytics")
    public class AnalyticsCreateResolver
    extends Object
    The AnalyticsCreateResolver provides a method to get the Analytics URLs by which is possible to invoke through the DataMiner Executor the run of an algorithm stored in a certain VRE. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Dec 12, 2018
    • Constructor Detail

      • AnalyticsCreateResolver

        public AnalyticsCreateResolver()
    • Method Detail

      • createAnalyticsURL

        @POST
        @Path("/create")
        @Consumes("text/plain")
        @Produces("text/plain")
        public javax.ws.rs.core.Response createAnalyticsURL​(@Context
                                                            javax.servlet.http.HttpServletRequest req,
                                                            String body)
                                                     throws javax.ws.rs.WebApplicationException
        Creates the analytics url. Request format: [URI_RESOLVER_SERVICE_ENDPOINT]/analytics/create See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_POST:_Create_an_Analytics_URL
        Parameters:
        req - the req
        body - the body
        Returns:
        the response
        Throws:
        javax.ws.rs.WebApplicationException - the web application exception