-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlb-services.json
100 lines (100 loc) · 2.56 KB
/
lb-services.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"resource_type": "Infra",
"children": [
{
"resource_type": "ChildLBAppProfile",
"LBAppProfile": {
"resource_type": "LBHttpProfile",
"id": "batchSetupHttpAppProfile",
"marked_for_delete": "{{marked_for_delete}}",
"tags": [
{
"scope": "{{scope-01}}",
"tag": "{{tag-01}}"
},
{
"scope": "{{scope-02}}",
"tag": "{{tag-02}}"
}
],
"x_forwarded_for": "INSERT"
}
},
{
"resource_type": "ChildLBService",
"LBService": {
"resource_type": "LBService",
"id": "{{lb-id}}",
"marked_for_delete": "{{marked_for_delete}}",
"tags": [
{
"scope": "{{scope-01}}",
"tag": "{{tag-01}}"
},
{
"scope": "{{scope-02}}",
"tag": "{{tag-02}}"
}
],
"connectivity_path": "/infra/tier-1s/{{Tier1-name}}",
"error_log_level": "DEBUG",
"access_log_enabled": true
}
},
{
"resource_type": "ChildLBVirtualServer",
"LBVirtualServer": {
"resource_type": "LBVirtualServer",
"id": "{{vs-id}}",
"marked_for_delete": "{{marked_for_delete}}",
"tags": [
{
"scope": "{{scope-01}}",
"tag": "{{tag-01}}"
},
{
"scope": "{{scope-02}}",
"tag": "{{tag-02}}"
}
],
"lb_service_path": "/infra/lb-services/{{lb-id}}",
"ip_address": "{{vs-ip}}",
"ports": [
"80"
],
"pool_path": "/infra/lb-pools/{{pool-id}}",
"application_profile_path": "/infra/lb-app-profiles/batchSetupHttpAppProfile"
}
},
{
"resource_type": "ChildLBPool",
"LBPool":
{
"id": "{{pool-id}}",
"marked_for_delete": "{{marked_for_delete}}",
"tags": [
{
"scope": "{{scope-01}}",
"tag": "{{tag-01}}"
},
{
"scope": "{{scope-02}}",
"tag": "{{tag-02}}"
}
],
"resource_type": "LBPool",
"active_monitor_paths": [
"/infra/lb-monitor-profiles/default-icmp-lb-monitor"
],
"algorithm": "ROUND_ROBIN",
"member_group": {
"group_path": "/infra/domains/default/groups/{{secgroup1-id}}",
"ip_revision_filter": "IPV4"
},
"snat_translation": {
"type": "LBSnatDisabled"
}
}
}
]
}