JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.yahoo.vespa.hosted.controller.api.application.v4
Interface ApplicationApi
@Path("/v4/") @Consumes("application/json") @Produces("application/json")
public interface
ApplicationApi
Author:
gv
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
TenantInfo
>
listTenants
()
TenantResource
tenant
(
TenantId
tenantId)
Method Details
listTenants
@GET @Path("tenant")
List
<
TenantInfo
>
listTenants
()
tenant
@Path("tenant/{tenantId}")
TenantResource
tenant
(@PathParam("tenantId")
TenantId
tenantId)