Builtins Action Set: Syntax

Provides actions that enable server management

listNodes Action

Shows the host names used by the server.

builtins.listNodes <result=results> <status=rc> /
verbose=TRUE | FALSE
;

Parameter Descriptions

verbose=TRUE | FALSE

when set to True, the client log includes the server port number.

DefaultFALSE

listNodes Action

Shows the host names used by the server.

results, info = s:builtins_listNodes{
verbose=true | false
}

Parameter Descriptions

verbose=true | false

when set to True, the client log includes the server port number.

Defaultfalse

listNodes Action

Shows the host names used by the server.

results=s.builtins.listNodes(
verbose=True | False
)

Parameter Descriptions

verbose=True | False

when set to True, the client log includes the server port number.

DefaultFalse

listNodes Action

Shows the host names used by the server.

results <– cas.builtins.listNodes(s,
verbose=TRUE | FALSE
)

Parameter Descriptions

verbose=TRUE | FALSE

when set to True, the client log includes the server port number.

DefaultFALSE
Last updated: September 13, 2026