{ "id":"/axapi/v3/configure", "type":"object", "node-type":"intermediate", "title":"configure", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure sync Commands", "properties":{ "sync":{ "type":"object", "$ref":"/axapi/v3/configure/sync", "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" ] }, "all-partitions":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"All partition configurations" }, "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Shared partition" }, "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Partition name" }, "address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Specify the destination ip address to sync" }, "auto-authentication":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Authenticate with local username and password" }, "private-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Use private key for authentication" }, "usr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared" }, "pwd":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared" }, "pwd-enc":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared" } } } } }