EpisysInformationService

Get critical information about the Episys core.

Symitar eDocs References: SYSTEMINFO, Memo Post Mode

Operations

getGeneralEpisysInformation

post

Retrieves general status information about the Episys core.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getGeneralEpisysInformation
POST /nexum/627/2022.01/episysinformation/getGeneralEpisysInformation HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BusinessDateTime": "2010-04-25T09:54:06",
  "EpisysQuestVersion": "3.2023.1.63",
  "EpisysServicePack": "5",
  "EpisysVersion": "2023.01",
  "InMemoMode": "false",
  "InstitutionNumber": "0",
  "IsEpisysAlphaRelease": "true",
  "IsEpisysBetaRelease": "false",
  "IsEpisysPreRelease": "false",
  "OperatingSystemDateTime": "2024-03-29T09:54:06",
  "OperatingSystemHostName": "bmoepivendvip.jhacorp.com",
  "PreviousBusinessDate": "2010-04-24",
  "ServerTimeZone": "PST8PDT",
  "Status": {
    "Message": "",
    "StatusCode": "0"
  },
  "SymNumber": "627",
  "SymXChangeInstanceId": "0",
  "SymXChangeLastOnHostDateTime": "2024-03-26T19:26:33",
  "SymXchangeClientNumber": "1",
  "SymXchangeInstanceName": "LIBUM",
  "customFields": {
    "appId": "glaci"
  }
}

Last updated

Was this helpful?