getListenerRuntimeStatus

Call the service when you want to obtain the current runtime state and configuration of an enabled RFC listener instance.

Note: RFC listener instance refers to the RFC listener on the SAP Server.
Input parameters
alias
The node name of the RFC listener instance for which you want to obtain the runtime state.
Return values
runtimeState
Describes the current runtime state of the selected RFC listener.
  • Started
  • Stopping
  • Stopped
  • Alive
  • Alive, but ping failed
  • Dead
  • HA Broken
pingMessage
Result of the ping test from the SAP Gateway to the RFC listener instance.
pingLatency
Ping latency (milliseconds), if the ping test was successful.
activeThreads
Number of listener threads currently available, if the RFC listener instance is enabled.
busyThreads
Number of listener threads currently busy, when the RFC listener instance is enabled.
maxBusyThreads
Maximum number of listener threads, which are concurrently busy, when the RFC listener instance is enabled.
$error
Error message.
  • If the RFC listener instance for the alias input does not exist.
  • If the RFC listener instance is disabled.
  • If an error occurred.
$warning
Additional information if any error, along with hints to fix it.