Class ApiServer.GetDeviceLayeredConfigEndpoint

  • All Implemented Interfaces:
    spark.Route
    Enclosing class:
    ApiServer

    @Path("/api/v1/getDeviceLayeredConfig")
    public class ApiServer.GetDeviceLayeredConfigEndpoint
    extends Object
    implements spark.Route
    • Constructor Detail

      • GetDeviceLayeredConfigEndpoint

        public GetDeviceLayeredConfigEndpoint()
    • Method Detail

      • handle

        @GET
        @Produces("application/json")
        public String handle​(spark.Request request,
                             spark.Response response)
        Specified by:
        handle in interface spark.Route