REST API - 错误400 - opendaylight

时间:2018-04-17 16:46:36

标签: opendaylight

我正在尝试在ODL中使用REST API添加流但是我收到以下错误:

{"错误" {"错误":[{"错误型":"协议""错误-tag":"格式错误消息","错误消息":"解析输入时出错:Child \" flow \"在父架构节点

中找不到

流程规则是:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<flow>
<priority>2</priority>
<flow-name>Foo</flow-name>
<match>
    <ethernet-match>
        <ethernet-type>
            <type>2048</type>
        </ethernet-type>
    </ethernet-match>
    <ipv4-destination>10.0.10.2/24</ipv4-destination>
</match>
<id>1</id>
<table_id>0</table_id>
<instructions>
    <instruction>
        <order>0</order>
        <apply-actions>
            <action>
               <order>0</order>
               <dec-nw-ttl/>
            </action>
        </apply-actions>
    </instruction>
</instructions>
</flow>

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

流程看起来对我来说。仅供参考,这里是类似的 我们在上游ODL测试中使用的流程。

您正在使用的REST呼叫的URL是什么?也许你在发送 这是一个稍微错误的网址。

这是用于推送流的openflowplugin用户指南的link。 实际上,现在我看了,似乎可能正好在你身边 把你的流量从。那么,回到你的端点问题 使用