MeveoInstanceResponseDto Data Type

The Class MeveoInstanceResponseDto.

Available Since
Jun 3, 2016 7:08:28 AM
Implemented Interfaces
Serializable
Properties
name data type description
actionStatus ActionStatus The status response of the web service response.
meveoInstance MeveoInstanceDto The meveo instance.

Example

{
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "meveoInstance" : {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "productName" : "...",
    "productVersion" : "...",
    "code" : "...",
    "owner" : "...",
    "md5" : "...",
    "status" : "PARTNER",
    "description" : "...",
    "creationDate" : 12345,
    "updateDate" : 12345,
    "updatedCode" : "...",
    "keyEntreprise" : "...",
    "macAddress" : "...",
    "machineVendor" : "...",
    "installationMode" : "...",
    "nbCores" : "...",
    "memory" : "...",
    "hdSize" : "...",
    "osName" : "...",
    "osVersion" : "...",
    "osArch" : "...",
    "javaVmVersion" : "...",
    "javaVmName" : "...",
    "javaVendor" : "...",
    "javaVersion" : "...",
    "asVendor" : "...",
    "asVersion" : "...",
    "url" : "...",
    "authUsername" : "...",
    "authPassword" : "...",
    "user" : "...",
    "customer" : "..."
  }
}