{ "id":"/axapi/v3/copy", "type":"object", "node-type":"scalar", "title":"copy", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Copy configuration to/from remote server", "properties":{ "running-config":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"From Running Config", "optional":true }, "startup-config":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"From Startup Config", "optional":true }, "profile":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"From Startup-config Profile", "optional":true }, "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 }, "dest-profile":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Local Configuration Profile Name", "optional":true }, "dest-use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as destination port", "optional":true }, "dest-remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"Remote file path", "optional":true }, "to-running-config":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"To Running Config", "optional":true }, "to-startup-config":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"To Startup Config", "optional":true }, "to-profile":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"To Local Configuration Profile", "optional":true } } }