HTTPS Application with all propertiesΒΆ
HTTPS application with all properties see below examples:
{
"allowOverwrite": false,
"name": "<app_name>",
"description": "application 01",
"set_name": "Examples",
"template_name": "http",
"parameters": {
"pools": [
{
"servicePort": 80,
"loadBalancingMode": "least-connections-member",
"loadBalancingRatio": 15,
"monitorType": [
"https"
],
"poolName": "<app_name>_pool",
"isServicePool": false,
"poolMembers": [
{
"name": "member01"
}
]
}
],
"monitors": [
{
"isHttpMonitor": true,
"monitorType": "https",
"monitorName": "https",
"isDefault": true,
"interval": 10,
"timeout": 20,
"sendString": "GET / HTTP/1.0\r\n\r\n",
"receiveString": ".*",
"receiveDisableString": "failure",
"username": "my-name",
"password": "my-password"
}
],
"virtuals": [
{
"enable_Access": false,
"enable_InspectionServices": false,
"enable_TLS_Server": true,
"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": true,
"multiCertificatesEnum": [
{
"enable_authentication": true,
"trustCACertificate": "app-my_example_CA",
"clientTlsName": "string",
"ecdsaCertificate": "app-my_example_ecdsa_cert",
"ecdsa_bundle": "app-my_example_bundle",
"rsaCertificate": "app-my_example_rsa_cert",
"rsa_bundle": "app-my_example_bundle",
"sniDefault": true,
"sniServers": [
{
"serverName": "string"
}
],
"ciphers": "DEFAULT",
"enableAuthentication": true,
"tls_c_1_1": true,
"tls_c_1_2": true,
"tls_c_1_3": true
}
],
"ciphers_server": "DEFAULT",
"tls_s_1_1": true,
"tls_s_1_2": true,
"tls_s_1_3": 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>"
}
}