{ "additionalProperties": false, "description": "Advanced load balancer SidebandProfile object", "id": "ALBSidebandProfile", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "ip": { "description": "IP Address of the sideband server.", "items": { "$ref": "ALBIpAddr }, "required": false, "title": "Ip", "type": "array" }, "sideband_max_request_body_size": { "default": 1024, "description": "Maximum size of the request body that will be sent on the sideband. Allowed values are 0-16384. Unit is BYTES. Default value when not specified in API or module is interpreted by ALB Controller as 1024.", "maximum": 16384, "minimum": 0, "required": false, "title": "Sideband max request body size", "type": "integer" } }, "title": "SidebandProfile", "type": "object" }