Connection Broker and Secure Gateway Sample
Logon
POST api/Session/logon
Headers
Body
Status:OK (200)
Get All Secure Gateways
GET api/gateway
Headers
Status:OK (200)
New Secure Gateway
POST api/gateway
Headers
Body
Status:Created (201)
Get Secure Gateway
GET api/gateway/220
Headers
Status:OK (200)
Update Secure Gateway
PUT api/gateway/220
Headers
Body
Status:No Content (204)
Delete Secure Gateway
DELETE api/gateway/224
Headers
Status:No Content (204)
Get All Connection Brokers
GET api/broker
Headers
Status:OK (200)
Create Connection Broker
POST api/broker
Headers
Body
Status:Created (201)
Get All Conection broker Status
GET api/broker/status
Headers
Status:OK (200)
Update Connection Broker
PUT api/broker/133
Headers
Body
Status:No Content (204)
Update Connection Broker Priority
PUT api/broker/133/priority
Headers
Body
Status:Bad Request (400)
Promote Connection Broker To Primary
POST api/broker/133/Promote
Headers
Status:Bad Request (400)
Delete Connection Broker
DELETE api/broker/133
Headers
Status:No Content (204)
Apply Settings
POST api/Settings/Apply
Headers
Status:No Content (204)
LogOff
POST api/Session/logoff
Headers
Status:OK (200)
Last updated