Connection Status (MDDS)
FreeValueStandardPro
REQUIRED
The Theta Terminal must be running to access data.
Behavior
- Returns the connectivity to Theta Data MDDS.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
http://127.0.0.1:25510/v2/system/mdds/status
Response | Definition |
---|---|
CONNECTED | The terminal is connected. |
UNVERIFIED | The terminal was able to connect but the credentials could not be authenticated. |
DISCONNECTED | The terminal is not connected to MDDS. |
ERROR | Some undefined error occurred while making this request. Check terminal log. |
Responses
OK
string
The connectivity status.
Enum
CONNECTED
UNVERIFIED
DISCONNECTED
ERROR
Sample Code
py