Hi All

I am able to add one bucket per group using the below command.  I wanted to add 
more buckets to same groupID. Can you please give me the curl command for that?
Not abe to find with search. Basically, each bucket should have different 
actions.


curl -X POST -d '{ \
    "dpid": 71145865295808, \


    "type": "ALL", \
    "group_id": 1, \
    "buckets": [ \
        { \
            "actions": [ \
                { \
                    "type": "OUTPUT", \
                    "port": 1 \
                } \
            ] \
        } \
    ] \
 }' \
 http://localhost:8080/stats/groupentry/add


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to