Interface ServiceApi
@Consumes("application/json")
@Path("/tenants")
public interface ServiceApi
Provides access to the Keystone Tenant API.
-
Method Summary
Modifier and TypeMethodDescriptionThe operation returns a list of tenants which the current token provides access to.
-
Method Details
-
listTenants
The operation returns a list of tenants which the current token provides access to.
-