{ "id":"/axapi/v3/health/external/edit", "type":"object", "node-type":"scalar", "title":"edit", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Edit external health monitor script", "properties":{ "file-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"External health monitor script file name", "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Describe health external monitor script briefly", "optional":true } } }