All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| meveoInstance | array of MeveoInstanceDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"meveoInstance" : [ {
"code" : "...",
"description" : "...",
"productName" : "...",
"productVersion" : "...",
"owner" : "...",
"md5" : "...",
"status" : "CHILD",
"creationDate" : 12345,
"updateDate" : 12345,
"keyEntreprise" : "...",
"macAddress" : "...",
"machineVendor" : "...",
"installationMode" : "...",
"nbCores" : "...",
"memory" : "...",
"hdSize" : "...",
"osName" : "...",
"osVersion" : "...",
"osArch" : "...",
"javaVmVersion" : "...",
"javaVmName" : "...",
"javaVendor" : "...",
"javaVersion" : "...",
"asVendor" : "...",
"asVersion" : "...",
"url" : "...",
"authUsername" : "...",
"authPassword" : "...",
"user" : "...",
"customer" : "...",
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"productName" : "...",
"productVersion" : "...",
"owner" : "...",
"md5" : "...",
"status" : "CHILD",
"creationDate" : 12345,
"updateDate" : 12345,
"keyEntreprise" : "...",
"macAddress" : "...",
"machineVendor" : "...",
"installationMode" : "...",
"nbCores" : "...",
"memory" : "...",
"hdSize" : "...",
"osName" : "...",
"osVersion" : "...",
"osArch" : "...",
"javaVmVersion" : "...",
"javaVmName" : "...",
"javaVendor" : "...",
"javaVersion" : "...",
"asVendor" : "...",
"asVersion" : "...",
"url" : "...",
"authUsername" : "...",
"authPassword" : "...",
"user" : "...",
"customer" : "...",
"updatedCode" : "..."
} ],
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "ACTION_FORBIDDEN",
"message" : "..."
}
}