Bridge Definition Objects

The FTL server web API represents each bridge definition as a JSON object.

For more information about bridges, see Transport Bridge and its subtopics.

For detailed information about bridge definitions, see Bridges Grid.

Example JSON Representation

{
  "bridges":[{
      "description":"",
      "name":"my_bridge",
      "sets":[
        {
          "transports":["shm-requestreply-tport"]
        },
        {
          "transports":[
            "dtcp-tport",
            "stcp-tport"]
        }]
    }]
}