{ "id":"/axapi/v3/configure/sync", "type":"object", "node-type":"scalar", "title":"sync", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Sync operation", "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'running': Sync local running to peer's running configuration; 'all': Sync local running to peer's running configuration, and local startup to peer's startup configuration; ", "enum":[ "running", "all" ], "optional":true }, "all-partitions":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"All partition configurations", "optional":true }, "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Shared partition", "optional":true }, "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Partition name", "optional":true }, "address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Specify the destination ip address to sync", "optional":true }, "auto-authentication":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Authenticate with local username and password", "optional":true }, "private-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Use private key for authentication", "optional":true }, "usr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "pwd":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "optional":true }, "pwd-enc":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "optional":true } } }