Interface ServiceViewResource
@Path("")
@Produces("application/json")
public interface ServiceViewResource
- Author:
- Stian Kristoffersen
-
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.vespa.serviceview.bindings.ApplicationViewsingleService(String identifier, String apiParams)
-
Method Details
-
getUserInfo
@GET @Path("") @Produces("application/json") com.yahoo.vespa.serviceview.bindings.ApplicationView getUserInfo() -
singleService
-