{ "id":"/axapi/v3/health/external", "type":"object", "node-type":"intermediate", "title":"external", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Address the External Script Program", "properties":{ "create":{ "type":"object", "$ref":"/axapi/v3/health/external/create", "properties":{ "file-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"External health monitor script file name" }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Describe health external monitor script briefly" } } }, "copy":{ "type":"object", "$ref":"/axapi/v3/health/external/copy", "properties":{ "src-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Source external health monitor script file name" }, "dst-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Destination external health monitor script file name" } } }, "delete":{ "type":"object", "$ref":"/axapi/v3/health/external/delete", "properties":{ "file-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"External health monitor script file name" } } }, "edit":{ "type":"object", "$ref":"/axapi/v3/health/external/edit", "properties":{ "file-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"External health monitor script file name" }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Describe health external monitor script briefly" } } }, "rename":{ "type":"object", "$ref":"/axapi/v3/health/external/rename", "properties":{ "src-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Source external health monitor script file name" }, "dst-file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Destination external health monitor script file name" } } } } }