InlinePolicyLbVirtualServer1
{
"access_log_enabled": false,
"ip_address": "string",
"lb_persistence_profile": "string",
"ports": [
"string"
],
"resource_type": "string",
"router_path": "string",
"traffic_source": "string"
}
If access log is enabled, all HTTP requests sent to an L7 virtual server are logged to the access log file. Both successful requests (backend server returns 2xx) and unsuccessful requests (backend server returns 4xx or 5xx) are logged to access log, if enabled.
Configures the IP address of the PolicyLbVirtualServer where it receives all client connections and distributes them among the backend servers.
Path to optional object that enables persistence on a virtual server allowing related client connections to be sent to the same backend server. Persistence is disabled by default.
Ports contains a list of at least one port or port range such as "80", "1234-1236". Each port element in the list should be a single port or a single port range.
resource_type
Path to router type object that PolicyLbVirtualServer connects to. The only supported router object is Network.
traffic_source