{ "id":"/axapi/v3/system/forced-group-speed/{eth01_to_04}+{eth05_to_08}+{eth09_to_12}+{eth13_to_16}+{eth17_to_20}+{eth21_to_24}", "type":"object", "node-type":"list", "title":"forced-group-speed", "partition-visibility":"shared", "description":"Set speed for group of interfaces", "properties":{ "eth01_to_04":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set speed for interface ethernet 1 ~ 4", "optional":false }, "eth05_to_08":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set speed for interface ethernet 5 ~ 8", "optional":false }, "eth09_to_12":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set speed for interface ethernet 9 ~ 12", "optional":false }, "eth13_to_16":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set speed for interface ethernet 13 ~ 16", "optional":false }, "eth17_to_20":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set speed for interface ethernet 17 ~ 20", "optional":false }, "eth21_to_24":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set speed for interface ethernet 21 ~ 24", "optional":false }, "speed":{ "type":"string", "format":"enum", "default":"10G", "partition-visibility":"shared", "description":"'1G': Speed 1G; '10G': Speed 10G (default); '25G': Speed 25G; ", "enum":[ "1G", "10G", "25G" ], "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 } }, "object-keys":[ "eth01_to_04", "eth05_to_08", "eth09_to_12", "eth13_to_16", "eth17_to_20", "eth21_to_24" ], "required":[ "eth01_to_04", "eth05_to_08", "eth09_to_12", "eth13_to_16", "eth17_to_20", "eth21_to_24" ] }