commit | eb5c7177bcb4d7916295bed8241af4c36aba3237 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Jun 23 14:59:27 2015 -0700 |
committer | Ray Milkey <ray@onlab.us> | Thu Jun 25 09:11:43 2015 -0700 |
tree | 72dde4725365abc969d492f2818cd822d2473238 | |
parent | 75deea6ee1c6522e50e54756a5e28803681b1311 [diff] |
ONOS-2144 - Complete implementation of REST API for flows - URL for creation of a single flow is now /flows/{deviceId} - On successful creation of a flow, Location header contains a reference to the new object's URI - POST operation returns status code of CREATED - implement DELETE operation for /flows/{deviceId}/{flowId} - removed deprecations and warnings from REST API unit test for flows. Change-Id: Idb43a651a659e60c07a6f36dfd69004c814b146b
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.