Element Details: Connection.Logi+Application+Service
 Back


Available in: Logi Info Source code name: Connection.LogiApplicationServiceIntroduced in: 12.0.036 SP4 Discovery

The Connection.LogiApplicationServices element sets the parameters to connect to a Logi Application Service.

Element Group:Logi Services



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
InfoServerProxyPath
UserDefined
The Info engine determines the path to call the Logi Application Service based on the current request context. In certain cases, based on server configurations, you might have to specify the local Info server path to be used instead. For most use cases, leave this attribute empty. When set, it will be used instead. Use a format like http://localhost:port/applicationName or http://MachineName:port/applicationName
LogiApplicationServiceAuthenticationType
TrustedAccess
Standard
"Standard" authentication uses the Username and Password attributes to connect to the Logi Application Service. "TrustedAccess" connects to the LogiApplicationService with ClientID and ClientSecret values, yet the service runs under the Info Username. The default is "Standard".
LogiApplicationServiceClientID
UserDefined
The ClientID specified when registering an application client with the Logi Application Service. This is used with LogiApplicationServiceAuthenticationType="TrustedAccess".
LogiApplicationServiceClientSecret
UserDefined
The Client Secret returned when registering an application client with the Logi Application Service. This is used when LogiApplicationServiceAuthenticationType="TrustedAccess".
LogiApplicationServiceUrl
UserDefined
(Required) The URL to the Logi Application Service. The service runs on Port 3000 by default. Example: http://myservername:3000 or http://localhost:3000 if the service is running on the same machine.
Password
UserDefined
The password for the specified Username to authenticate this connection.
SslOffloading
UserDefined
If you have a load balancer that has SSL Offloading enabled, and the Info application sits behind this load balancer, you can set this attribute to True. This will build a call to the Logi Application Service using the https protocol even though the Info application itself does not have SSL enabled.
SslOffloadingPort
UserDefined
If a load balancer is used, and it redirects to an info application which is on a different port number, use this attribute to set it. This will be used instead when building the URL to call the Logi Application Service.
Username
UserDefined
The Username to authenticate this connection.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug