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

masterdata.GetMachines.getMachinesResult.hbs Maven / Gradle / Ivy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy