{ "id":"/axapi/v3/restore", "type":"object", "node-type":"scalar", "title":"restore", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Restore system files", "properties":{ "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port", "optional":true }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"Remote file path", "optional":true }, "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"password for the remote site", "optional":true } } }