POST realm/transports

The web method POST realm/transports creates a new transport definition.

Input Data

Supply a JSON representation of the definition in the message body.

If you omit the transport protocol, the default protocol is a dynamic TCP mesh.

Example Requests

curl -X POST http://host:port/api/v1/realm/transports -d '{"name":"MyTransport"}'