{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/session-sync", "type":"object", "node-type":"scalar", "title":"session-sync", "partition-visibility":"shared", "description":"Interface for scaleout session sync", "properties":{ "follow-shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Follow shared partition for session sync", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "interfaces":{ "type":"object", "$ref":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/session-sync/interfaces", "properties":{ "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Interface (Ethernet interface number)" } } } ] }, "trunk-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk Interface (Trunk interface number)" } } } ] }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Virtual ethernet Interface (Virtual ethernet interface number)" } } } ] }, "loopback-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "loopback":{ "type":"number", "format":"number", "minimum":0, "maximum":10, "partition-visibility":"shared", "description":"Loopback Interface(Not applicable in 'layer-2' mode) (Loopback interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "reachability-options":{ "type":"object", "$ref":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/session-sync/reachability-options", "properties":{ "skip-default-route":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not choose default route for redirection(Not applicable in 'layer-2' mode)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }