Vijay_Jain
Mar 26, 2022Altostratus
AS3 code is overwriting my configuration so looking for some help
{
"class" : "AS3",
"action" : "deploy",
"persist" : true,
"declaration" : {
"class": "ADC",
"schemaVersion": "3.10.0",
"id": "test-alf-01",
"label": "test_alf",
"remark": "Generated by Automation Config Converter",
"Common": {
"class": "Tenant",
"Shared": {
"class": "Application",
"template": "shared",
"test-alf-01.xyz.com_http": {
"layer4": "tcp",
"pool": {"bigip":"/Common/test_pool"},
"iRules": [
{"bigip": "/Common/_sys_https_redirect"}
],
"translateServerAddress": true,
"translateServerPort": true,
"remark": "test-alf-02.xyx.com",
"class": "Service_HTTP",
"profileHTTP": {
"bigip": "/Common/http"
},
"profileTCP": {
"bigip": "/Common/tcp"
},
"virtualAddresses": [
"10.218.10.0/23"
],
"virtualPort": 4064,
"snat": "auto",
"allowVlans": [
{
"bigip": "/Common/External"
}
]
},
"test-alf-01.xyz.com_https": {
"layer4": "tcp",
"pool": {"bigip":"/Common/test_pool"},
"iRules": [
{"bigip": "/Common/_sys_https_redirect"}
],
"translateServerAddress": true,
"translateServerPort": true,
"remark": "test-alf-02.xyz.com",
"class": "Service_HTTPS",
"serverTLS": {"bigip":"/Common/WILDCARD-SSL-CLIENT-PROFILE"},
"profileHTTP": {
"bigip": "/Common/http"
},
"profileTCP": {
"bigip": "/Common/tcp"
},
"redirect80": false,
"virtualAddresses": [
"10.218.10.0/23"
],
"virtualPort": 4065,
"snat": "auto",
"allowVlans": [
{
"bigip": "/Common/External"
}
]
}
}
}
}
}