639aa1cd04
This patch adds the pool section to the v2 API reference. Change-Id: I70e5cb07a4435f58f5da3999be70162efa7f0bd8 Partial-Bug: #1558385
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"pool": {
|
|
"lb_algorithm": "LEAST_CONNECTIONS",
|
|
"session_persistence": {
|
|
"type": "SOURCE_IP"
|
|
},
|
|
"description": "Super Least Connections Pool",
|
|
"name": "super-least-conn-pool"
|
|
}
|
|
}
|