{ "id":"/axapi/v3/health/external/rename", "type":"object", "node-type":"scalar", "title":"rename", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Rename external health monitor script", "properties":{ "src-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Source external health monitor script file name", "optional":true }, "dst-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Destination external health monitor script file name", "optional":true } } }