Interface ServiceViewResource


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

    Modifier and Type
    Method
    Description
    com.yahoo.vespa.serviceview.bindings.ApplicationView
     
    singleService(String identifier, String apiParams)
     
  • Method Details

    • 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)