Firewall API / Policy Move Get 200 but it's not been run

Hi All,

I want to move firewall policy above or below to another one with api but even if it's get 200, policy has not been moved.

api request specified as below

operation="update">\\n<FirewallRule transactionid=""><Name>OP-35</Name>\\n<Position>After</Position><After><Name>OP-36</Name></After>\

anyone has an idea about that?
thanks
best regards
Anıl

  • Can you post a more complete source code of your request?
    From what you included obove - looks good and should work as expected.

    Maybe try to change something additional like the name or description within same request and see if this is updating correctly.