Difference between revisions of "Backends Configuration"

From Onepoint Systems Integration
Jump to: navigation, search
(Created page with "<code> { "address": "SCB-ADDRESS", "ui": "onepoint-shell", "gateway": { "protocols": [ "rdp", "ssh" ], "connections": { "ssh": { "_...")
 
Line 1: Line 1:
 
<code>
 
<code>
{
+
  {
  "address": "SCB-ADDRESS",
+
    "address": "SCB-ADDRESS",
  "ui": "onepoint-shell",
+
    "ui": "onepoint-shell",
  "gateway": {
+
    "gateway": {
    "protocols": [
+
      "protocols": [
      "rdp",
+
        "rdp",
      "ssh"
+
        "ssh"
    ],
+
      ],
    "connections": {
+
      "connections": {
      "ssh": {
+
        "ssh": {
        "__default": {
+
          "__default": {
           "port": 22
+
            "port": 22
 +
           },
 +
          "direct": {
 +
            "port": 222
 +
          },
 +
          "vault-onepoint": {
 +
            "port": 1122
 +
          },
 +
          "vault-erpm": {
 +
            "port": 1222
 +
          }
 
         },
 
         },
         "direct": {
+
         "rdp": {
           "port": 222
+
           "__default": {
        },
+
            "port": 443
        "vault-onepoint": {
+
           },
          "port": 1122
+
           "direct": {
        },
+
            "port": 4430
        "vault-erpm": {
+
          },
           "port": 1222
+
          "vault-onepoint": {
        }
+
            "port": 4431
      },
+
          },
      "rdp": {
+
          "vault-erpm": {
        "__default": {
+
            "port": 4432
           "port": 443
+
          }
        },
 
        "direct": {
 
          "port": 4430
 
        },
 
        "vault-onepoint": {
 
          "port": 4431
 
        },
 
        "vault-erpm": {
 
          "port": 4432
 
 
         }
 
         }
 
       }
 
       }
 
     }
 
     }
 
   }
 
   }
}
 
 
</code>
 
</code>

Revision as of 10:59, 11 July 2019

 {
   "address": "SCB-ADDRESS",
   "ui": "onepoint-shell",
   "gateway": {
     "protocols": [
       "rdp",
       "ssh"
     ],
     "connections": {
       "ssh": {
         "__default": {
           "port": 22
         },
         "direct": {
           "port": 222
         },
         "vault-onepoint": {
           "port": 1122
         },
         "vault-erpm": {
           "port": 1222
         }
       },
       "rdp": {
         "__default": {
           "port": 443
         },
         "direct": {
           "port": 4430
         },
         "vault-onepoint": {
           "port": 4431
         },
         "vault-erpm": {
           "port": 4432
         }
       }
     }
   }
 }