Software Defined Networking
1830233 Members
1823 Online
109999 Solutions
New Discussion

Get missing flow when use postman

 
wuc623123
Occasional Advisor

Get missing flow when use postman

When i use postman

URL :

http://127.0.0.1:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:726054106310272/table/0/flow/#UF$TABLE*0-2

<table xmlns="urn:opendaylight:flow:inventory">
<id>0</id>
<aggregate-flow-statistics xmlns="urn:opendaylight:flow:statistics">
<packet-count>105</packet-count>
<flow-count>2</flow-count>
<byte-count>6300</byte-count>
</aggregate-flow-statistics>
<flow>
<id>#UF$TABLE*0-2</id>
<match>
<ethernet-match>
<ethernet-type>
<type>35020</type>
</ethernet-type>
</ethernet-match>
</match>
<table_id>0</table_id>
<priority>100</priority>
<cookie>3098476543630901248</cookie>
<idle-timeout>0</idle-timeout>
<instructions>
<instruction>
<order>0</order>
<apply-actions>
<action>
<order>0</order>
<output-action>
<output-node-connector>CONTROLLER</output-node-connector>
<max-length>65535</max-length>
</output-action>
</action>
</apply-actions>
</instruction>
</instructions>
<flow-statistics xmlns="urn:opendaylight:flow:statistics">
<packet-count>0</packet-count>
<duration>
<nanosecond>448000000</nanosecond>
<second>5161</second>
</duration>
<byte-count>0</byte-count>
</flow-statistics>
<hard-timeout>0</hard-timeout>
</flow>
<flow-hash-id-map>
<hash>Match [_ethernetMatch=EthernetMatch [_ethernetType=EthernetType [_type=EtherType [_value=35020], augmentation=[]], augmentation=[]], augmentation=[]]1003098476543630901248</hash>
<flow-id>#UF$TABLE*0-2</flow-id>
</flow-hash-id-map>
<flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics">
<active-flows>2</active-flows>
<packets-matched>0</packets-matched>
<packets-looked-up>11853</packets-looked-up>
</flow-table-statistics>
</table>

 I found the flow id is

<id>#UF$TABLE*0-2</id>

 but it not exitst.

so, what is correctly flow-id to use.