builtins

httpAddress

Description

The httpAddress action shows the HTTP address for the server monitor. This action is part of the Builtins Action Set, which provides actions that enable server management within the SAS Viya Platform.

CASL: builtins.httpAddress <result=results> <status=rc> ; Lua: results, info = s:builtins_httpAddress{} Python: results=s.builtins.httpAddress() R: results <- cas.builtins.httpAddress(s)
Settings
ParameterDescription
portThe result is an integer. You can access the value from results.port.
protocolThe result is a string. You can access the value from results.protocol.
restPrefixThe result is a string. You can access the value from results.restPrefix.
virtualHostThe result is a string. You can access the value from results.virtualHost.

Examples