You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Nirmal Fernando (JIRA)" <ji...@apache.org> on 2013/12/16 13:50:08 UTC

[jira] [Created] (STRATOS-296) New REST API operation to retrieve partitions of a policy

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)