I get HTTP 409 Conflict error code when I try to add flow to OpenDaylight #help #opendaylight-help-openflow #opendaylight #opendaylight-meeting


davidfernandes1212@...
 

Hello eveybody,

I have installed last version of Opendaylight (karaf-0.17.2) and I have launched karaf.
When I send GET requests to ODL, everything is fine (Ex : "http://<MY_ODL_IP>:8181/rests/data/opendaylight-inventory:nodes/node=openflow:108841855832911?content=nonconfig ==> OK)
But when I try to add a flow rule with a PUT request I get "409 Conflict" response. Here is an example :
URL : http://<MY_ODL_IP>:8181/rests/data/opendaylight-inventory:nodes/node=openflow:108841855832911/table=0/flow=0

error message :

<errors xmlns="urn:ietf:params:xml:ns:yang:ietf-restconf">
<error>
<error-tag>data-missing</error-tag>
<error-message>Schema for '(urn:opendaylight:inventory?revision=2013-08-19)table' not found</error-message>
<error-type>protocol</error-type>
</error>
</errors>

 

 

Am I missing something ? Thanks in advance for your support.