Search Results for

    Show / Hide Table of Contents

    Method GetServerInfo

    GetServerInfo(String)

    Retrieve server informations

    Declaration
    ServerInfoContract GetServerInfo(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    ServerInfoContract

    Server informations

    Examples

    POST http://YourServerName/InfoShare/Json/Server/GetServerInfo

    Example for retrieve server informations.

    {
       "connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a"
    }

    Response:

    {
       "GetServerInfoResult": {
         "ApplicationUser": "KENDOX\\koj",
         "AvailableSystemMemory": 1655422976,
         "CacheFolderPath": "C:\\Temp\\InfoShareCache",
         "Culture": "en-CH",
         "FrameworkVersion": "4.8.03752",
         "IP": ["fe80::b8b5:103b:c238:7a4e", "172.28.5.120"],
         "InstalledMemory": 5646446592,
         "Is64BitProcess": true,
         "Is64BitSystem": true,
         "OperatingSystem": "Microsoft Windows 10 Enterprise",
         "ProcessorCores": "8",
         "ProcessorName": "Intel(R) Xeon(R) E-2134 CPU @ 3.50GHz",
         "SecuritPluginInfo": {
           "AssemblyName": "DcisCore",
           "ClassName": "Com.Kendox.Dcis.SubSystem.Workspace.DataManager.Impl.WorkspaceServerSecurityFactoryDefault",
          "DefaultPlugin": true,
           "Version": "4.0.111.17" },
         "ServerDate": "2019-09-26T09:06:17",
         "ServerDomain": "Kendox.local",
         "ServerName": "VKOJDEV01",
         "StatisticPlugins": [{
           "ClassName": "Com.Kendox.Dcis.Statistic.StatisticPlugin",
           "Name": "DcisPlugin_Statistic",
           "Version": "4.0.111.17" }],
         "TenantInfos": [{
           "Name": "DCIS_KENDOX SQL Database",
           "ServerPort": 23451 }],
         "TimeZoneDisplayName": "(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna",
         "TimeZoneUtcOffsetMinutes": 60,
         "UICulture": "en-US",
         "UsedMemory": 160673792,
         "Version": "4.0.111.17",
         "APIEndpoints": [{
           "RestService": false,
           "URL": "http:\/\/vkojdev01:80\/InfoShare",
           "WindowsAuthentication": false }] }
    }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox