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
Showing
8 changed files
with
91 additions
and
25 deletions
-
Please register or login to post a comment