Skip to main content

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 response

Schema

    string

    Possible values: [DISCONNECTED, CONNECTING, DISCONNECTING, CONNECTED, DISABLED, WAITING, ERROR, STOPPED]

Loading...