Postman Collection

Hi @Allan_Zimmermann ,

Is there any postman collection for openflow like adding users, roles, credentials etc. Since i cannot get the API call from the network tab.

I don’t know if postman supports websockets now, but if it does, you could probably use that for openflows version 1 protocol.
But version2 uses proto buffer for all messages, and then wraps those in either GRPC/WebSockets, tcp sockets or name pipes. So I don’t think that would ever work in postman.
But there is a package for python and a package for dotnet a packages for nodejs and a package for browsers and the interface for all of those are documented here

Thanks allan, i will test it.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.