@Consumes("application/json")
@Path("/regions")
public interface RegionApi
Provides access to the Keystone Region API.
-
Method Summary
-
Method Details
-
-
get
@Named("regions:get")
@GET
@Path("/{id}")
Region get(@PathParam("id")
String id)
-
-
update
@Named("regions:update")
@Path("/{id}")
Region update(@PathParam("id")
String id,
@Nullable
String description,
@Nullable
String parentId)
-
delete
@Named("regions:delete")
@DELETE
@Path("/{id}")
boolean delete(@PathParam("id")
String id)