The Class MeveoInstancesResponseDto.
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
meveoInstance | array of MeveoInstanceDto | The meveo instances. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "ASCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "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" : "PARENT", "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" : "..." }, { "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" : "UNKNOWN", "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" : "..." } ], "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }