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] [Commented] (STRATOS-296) New REST API operation to retrieve partitions of a policy

    [ https://issues.apache.org/jira/browse/STRATOS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849119#comment-13849119 ] 

Nirmal Fernando commented on STRATOS-296:
-----------------------------------------

Fixed in fa3faef3ca707a6943d4728f1a5135a0aea62a30

> 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)