[ 
https://issues.apache.org/jira/browse/JAMES-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tellier Benoit closed JAMES-1961.
---------------------------------

> Quota APIs for web admin server
> -------------------------------
>
>                 Key: JAMES-1961
>                 URL: https://issues.apache.org/jira/browse/JAMES-1961
>             Project: James Server
>          Issue Type: New Feature
>            Reporter: Tuan CONG LE
>
> We want to enable managing quota from web admin interface. We will first 
> propose an API for managing default values on the server.
> Here is propose APIs:
> {code:none}
> curl -XGET http://127.0.0.1:8000/quota/size
> 4096000000
> curl -XDELETE http://127.0.0.1:8000/quota/size
> curl -XPUT http://127.0.0.1:8000/quota/size -d '1024000000' 
> curl -XGET http://127.0.0.1:8000/quota/count
> 1000000
> curl -XDELETE http://127.0.0.1:8000/quota/count
> curl -XPUT http://127.0.0.1:8000/quota/count -d '100000'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to