{ "id":"/axapi/v3/vcs/device/{device}", "type":"object", "node-type":"list", "title":"device", "partition-visibility":"shared", "description":"VCS Device", "properties":{ "device":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Device ID", "optional":false }, "priority":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Device priority", "optional":true }, "unicast-port":{ "type":"number", "format":"number", "minimum":1024, "maximum":65535, "default":41216, "partition-visibility":"shared", "description":"Port used in unicast communication (Port number)", "optional":true }, "management":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Management interface", "optional":true }, "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":"VE interface (VE 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)" } } } ] }, "ethernet-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet (Ethernet interface number)" } } } ] }, "affinity-vrrp-a-vrid":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"vrid-group", "optional":true }, "ttl":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "default":64, "partition-visibility":"shared", "description":"TTL of the VCS packet", "optional":true }, "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "device" ], "required":[ "device" ] }