Retrieve the gateway connection status of a realm
GET/gateway/status/:realm
Retrieve the gateway connection status of a realm
Request
Path Parameters
realm stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
Schema
string
Possible values: [DISCONNECTED
, CONNECTING
, DISCONNECTING
, CONNECTED
, DISABLED
, WAITING
, ERROR
, STOPPED
]
Loading...