Interface ServiceViewResource


  • @Path("")
    @Produces("application/json")
    public interface ServiceViewResource
    Author:
    Stian Kristoffersen
    • Method Detail

      • getUserInfo

        @GET
        @Path("")
        @Produces("application/json")
        com.yahoo.vespa.serviceview.bindings.ApplicationView getUserInfo()
      • singleService

        @GET
        @Path("{serviceIdentifier}/{apiParams: .*}")
        @Produces("application/json")
        HashMap singleService​(@PathParam("serviceIdentifier")
                              String identifier,
                              @PathParam("apiParams")
                              String apiParams)