{ "id":"/axapi/v3/system/trunk", "type":"object", "node-type":"intermediate", "title":"trunk", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"System level Trunk configurations", "properties":{ "load-balance":{ "type":"object", "$ref":"/axapi/v3/system/trunk/load-balance", "properties":{ "use-l3":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"use-l4", "description":"Layer-3 Header based load balancing" }, "use-l4":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"use-l3", "description":"Layer-3/4 Header based load balancing" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }