Skip to content

Instantly share code, notes, and snippets.

@F5Training
Last active April 23, 2020 06:11
Show Gist options
  • Save F5Training/1b11e73bd2a231de0a9f51650009e4a8 to your computer and use it in GitHub Desktop.
Save F5Training/1b11e73bd2a231de0a9f51650009e4a8 to your computer and use it in GitHub Desktop.
{
"class": "AS3",
"action": "deploy",
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.5.0",
"id": "urn:uuid:12345678-1234-1234-1234-123456789012",
"label": "app1",
"remark": "HTTP Service with Round-Robin Load Balancing",
"Tenant1": {
"class": "Tenant",
"app1": {
"class": "Application",
"template": "http",
"serviceMain": {
"class": "Service_HTTP",
"virtualAddresses": [
"10.10.0.101"
],
"pool": "web_pool"
},
"web_pool": {
"class": "Pool",
"monitors": [
"http"
],
"members": [
{
"servicePort": 80,
"serverAddresses": [
"10.10.0.1",
"10.10.0.2"
]
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment