Example: environment info (sTool = "env")

You can query basic environment details from the current TypeStack session:

{ "aOperations": [ { "sTool": "env", "sMode": "info", "aArgs": {} } ]
} 

The response returns an aEnv block with values such as:

  • sApplicationRoot
  • sCoreRoot
  • iInstanceID
  • sDomain
  • sDeviceType

Debug lines show where the values came from.

Using "sMode": "ping" simply echoes back a message and confirms connectivity.