...
POST /flows/{deviceId} | Creates a single flow rule applied to the specified infrastructure device. |
GET /flows/{deviceId} | Gets list of flow rules applied to the specified infrastructure device. |
GET /flows/{deviceId}/{flowId} | Gets details of a specified flow rule. |
GET /flows | Gets details of all flow rules in the system. |
POST /flows/ | Applies Adds a batch of flow rule operations; this includes add/remove operationsrules. |
DELETE /flows/{deviceId}/{flowId} | Deletes a flow rule from the specified device. |
GET /statistics/flows/link/{linkId} | Gets aggregate statistics for all flows traversing the given link. |
...