InformationService

Get critical information about the core.

Symitar eDocs References: SYSTEMINFO, Memo Post Mode

Operations

getGeneralInformation

post

Retrieves general status information about the Symitar core.

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/information/getGeneralInformation HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 124

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

Successful operation.

{
  "OperatingSystemDateTime": "2023-04-25T08:00:00Z",
  "BusinessDateTime": "2023-04-25T08:00:00Z",
  "PreviousBusinessDate": "2023-04-24",
  "OperatingSystemHostName": [
    "object Object"
  ],
  "InstitutionNumber": [
    "object Object"
  ],
  "SymNumber": 627,
  "SymXchangeInstanceName": "LIBUM",
  "SymXchangeClientNumber": [
    "object Object"
  ],
  "InMemoMode": [
    "object Object"
  ],
  "Version": 2022.01,
  "ServicePack": [
    "object Object"
  ],
  "AlphaRelease": [
    "object Object"
  ],
  "BetaRelease": [
    "object Object"
  ],
  "PreRelease": [
    "object Object"
  ],
  "QuestVersion": "3.2022.1.120",
  "SymXChangeInstanceId": [
    "object Object"
  ],
  "SymXChangeLastOnHostDateTime": "2023-04-25T08:00:00Z",
  "ServerTimeZone": "PST8PDT",
  "Status": {
    "StatusCode": 0,
    "Message": ""
  }
}

Last updated

Was this helpful?