All Downloads are FREE. Search and download functionalities are using the official Maven repository.

masterdata.FetchMachine.fetchMachineResult.hbs Maven / Gradle / Ivy

The newest version!
{
"responsetime": "$IGNORE$",	
"response": {
  "machines": [
  {{#each machines}}
    {
        "id": "$IGNORE$",
        "name": "$IGNORE$",
        "serialNum": "$IGNORE$",
        "macAddress": "$IGNORE$",
        "ipAddress": "$IGNORE$",
        "machineSpecId": "$IGNORE$",
        "regCenterId": "$IGNORE$",
        "langCode": "$IGNORE$",
        "isActive": "{{isActive}}",
        "validityDateTime": "$IGNORE$",
        "publicKey": "$IGNORE$",
        "signPublicKey": "$IGNORE$"
      }
     {{#unless @last}},{{/unless}}
      	{{/each}}
  ]
  },
  "errors": "$IGNORE$"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy