Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 8989.3223

Package: Kernel

KERNEL SYSTEM PARAMETERS(#8989.3)-->8989.3223

Sub-Field: 8989.3223


Information

Parent File Name Number Package
KERNEL SYSTEM PARAMETERS(#8989.3) SERVER URL 8989.3223 Kernel

Details

Field # Name Loc Type Details
.01 SERVER URL 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>255!($L(X)<8) X
    MAXIMUM LENGTH: 255
  • LAST EDITED:  JUL 01, 2025
  • HELP-PROMPT:  Enter the base URL of the remote server (e.g., https://example.domain/api).
  • DESCRIPTION:  
    This field stores the server endpoint URL used for connecting external system or APIs. It should be a valid HTTPS URL including protocol, domain, and optional path.
  • TECHNICAL DESCR:  
    This field is used at runtime by integration routines to direct HTTP(s) calls.
  • AUDIT:  YES, ALWAYS
  • CROSS-REFERENCE:  8989.3223^B
    1)= S ^XTV(8989.3,DA(1),"URL","B",$E(X,1,30),DA)=""
    2)= K ^XTV(8989.3,DA(1),"URL","B",$E(X,1,30),DA)
1 AUTHENTICATION TYPE 1;1 SET
************************REQUIRED FIELD************************
  • 'AD' FOR Active Directory;
  • 'PIV' FOR Personal Identity Verification;

  • LAST EDITED:  JUL 01, 2025
  • HELP-PROMPT:  Enter the authentication method used: 'AD' for Active Directory, or 'PIV' for Personal Identity Verification
  • DESCRIPTION:  
    This field identifies which IAM authentication method is used. - 'AD' is used for username/password via Active Directory. - 'PIV' is used for smart card (certificate-base) authentication.
  • TECHNICAL DESCR:  
    This field may be referenced by system routines or service configuration scripts to select the appropriate IAM token endpoint or authentication handler.
2 SERVER SERVICE 1;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
    MAXIMUM LENGTH: 60
  • LAST EDITED:  JUL 01, 2025
  • HELP-PROMPT:  Enter the name of the service or application that this server provides access to (e.g., IAMAuth, VAAudit).
  • DESCRIPTION:  
    Identifies the name of the service provided by the server (e.g., "IAMAuth", "VAAudit").
  • TECHNICAL DESCR:  This is a free text field (1-60 characters) that identifies the logical service associated with a server instance. It is used by the system to differentiate among various services provided by the same or different
    servers. This field is required for routing or authentication logic.
3 SERVER PORT 1;3 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
    MAXIMUM LENGTH: 60
  • LAST EDITED:  JUL 01, 2025
  • HELP-PROMPT:  Enter the port or port expression used to connect to the server service (e.g., 443, 8080, 8443/tcp, or range:10000-10010).
  • DESCRIPTION:  Specifies the port or port expression used to connect to the server's service. This free text field allows flexible input such as single ports (443), alternate ports (8080), or formatted entries (8443/tcp,
    range:10000-10010) to support various network configurations.
  • TECHNICAL DESCR:  This is a free text field (1-60 characters) to support flexibility in defining port configurations. It allows entry of standard port numbers, named ports, or formatted strings used in firewall rules, proxy setups, or
    service discovery. This design supports more complex networking configurations beyond a single numeric value.
Info |  Details