{ "id":"/axapi/v3/glm/enterprise-ha-host/{host-entry}", "type":"object", "node-type":"list", "title":"enterprise-ha-host", "partition-visibility":"shared", "description":"High Avalibility ELM host", "properties":{ "host-entry":{ "type":"string", "format":"string-rlx", "minLength":4, "maxLength":60, "partition-visibility":"shared", "description":"Enter the ELM hostname, IP or [IPV6]", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "host-entry" ], "required":[ "host-entry" ] }