Skip to content

There are a few HTTP endpoints specific to Theta Terminal.

Shutdown

This kills the Theta Terminal process upon calling. Returns "OK".

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

WARNING

This sample really will shut down your terminal - try with caution.

http://localhost:25503/v3/terminal/shutdown

MDDS Status

This returns a message indicating the status of the MDDS connection.

ResponseDefinition
CONNECTEDThe terminal is connected.
UNVERIFIEDThe terminal was able to connect, but the credentials could not be authenticated.
DISCONNECTEDThe terminal is not connected to MDDS.
ERRORSome other error occured processing this request. Check the terminal log.

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

http://localhost:25503/v3/terminal/mdds/status

FPSS Status

This returns a message indicating the status of the FPSS connection.

ResponseDefinition
CONNECTEDThe terminal is connected.
UNVERIFIEDThe terminal was able to connect, but the credentials could not be authenticated.
DISCONNECTEDThe terminal is not connected to FPSS.
ERRORSome other error occured processing this request. Check the terminal log.

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

http://localhost:25503/v3/terminal/fpss/status