Nirmal Fernando created STRATOS-296:
---------------------------------------
Summary: New REST API operation to retrieve partitions of a policy
Key: STRATOS-296
URL: https://issues.apache.org/jira/browse/STRATOS-296
Project: Stratos
Issue Type: Improvement
Components: Stratos Manager
Affects Versions: 4.0.0 M4
Reporter: Nirmal Fernando
Assignee: Nirmal Fernando
Priority: Critical
Fix For: 4.0.0 M5
@GET
@Path("/partition/{deploymentPolicyId}")
@Produces("application/json")
@Consumes("application/json")
@AuthorizationAction("/permission/protected/manage/monitor/tenants")
public Partition [] getPartitionsOfPolicy (@PathParam("deploymentPolicyId")
String deploymentPolicyId)
throws RestAPIException
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)