You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./slcli loadbal l7pool-add --help
Usage: slcli loadbal l7pool-add [OPTIONS] IDENTIFIER
Example:
slcli loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]
Adds a new l7 pool
-S is in colon deliminated format to make grouping IP:port:weight a bit easier.
┌────┬──────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │ identifier │ │
│ -n │ --name │ Name for this L7 pool. [required] │
│ -m │ --method │ Balancing Method. [default: ROUNDROBIN] Choices: ROUNDROBIN, LEASTCONNECTION, WEIGHTED_RR │
│ -P │ --protocol │ Protocol type to use for incoming connections [default: HTTP] Choices: HTTP, HTTPS │
│ -S │ --server │ Backend servers that are part of this pool. Format is colon deliminated. BACKEND_IP:PORT:WEIGHT. eg. 10.0.0.1:80:50 (multiple │
│ │ │ occurrence permitted) [required] │
│ │ --healthPath │ Health check path. [default: /] │
│ │ --healthInterval │ Health check interval between checks. [default: 5] │
│ │ --healthRetry │ Health check number of times before marking as DOWN. [default: 2] │
│ │ --healthTimeout │ Health check timeout. [default: 2] │
│ -s │ --sticky │ Make sessions sticky based on source_ip. │
│ -h │ --help │ Show this message and exit. │
└────┴──────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Example was missing, please add it.
Example:
slcli loadbal health-edit (--lb-id LOADBAL_ID) (--health-uuid HEALTH_CHECK_UUID) [-i, --interval INTERVAL] [-r, --retry RETRY] [-t, --timeout TIMEOUT] [-u, --url URL]
Expected:
Example was missing, please add it.
Example:
slcli loadbal l7policies (--protocol-id PROTOCOL_ID)
Expected:
Example was missing, please add it.
Example:
slcli loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]
Expected:
The text was updated successfully, but these errors were encountered: