HTTP Application with Pool Service DownΒΆ
HTTP application with pool service down action set to drop using below example:
{
"allowOverwrite": false,
"name": "<app_name>",
"description": "application 01",
"set_name": "Examples",
"template_name": "http",
"parameters": {
"pools": [
{
"servicePort": 80,
"loadBalancingMode": "least-connections-member",
"loadBalancingRatio": 15,
"minimum_members_active": 1,
"monitorType": [
"icmp"
],
"poolName": "<app_name>_pool",
"isServicePool": false,
"poolMembers": [
{
"name": "member01"
}
]
}
],
"monitors": [
{
"isDefault": true,
"isIcmpMonitor": true,
"interval": 10,
"monitorName": "icmp",
"timeout": 16
}
],
"virtuals": [
{
"enable_Access": false,
"enable_InspectionServices": false,
"enable_TLS_Server": false,
"enable_snat": true,
"snat_automap": true,
"snat_addresses": [],
"enable_FastL4": false,
"enable_HTTP2_Profile": false,
"enable_UDP_Profile": false,
"enable_TCP_Profile": false,
"enable_mirroring": true,
"enable_TLS_Client": false,
"enable_SsloPolicy": false,
"enable_WAF": false,
"enable_iRules": false,
"virtualPort": 80,
"virtualName": "<app_name>_vs",
"pool": "<app_name>_pool"
}
],
"enable_Global_Resiliency": false,
"application_description": "application 01",
"application_name": "<app_name>"
}
}