-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fields.txt
224 lines (198 loc) · 3.56 KB
/
Fields.txt
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
List Data Centers
id
List Operating Systems
datacenterId (required) (not mapped)
id
name (-> displayName)
family
List Network Domains
id
datacenterId
name
type
state
createTime
List VLANs
id
networkDomainId (-> networkDomain.id)
datacenterId
name
privateIpv4Address (-> privateIpv4Range.address)
ipv6Address (-> ipv6Range.address)
state
createTime
List Public IPv4 Address Blocks
networkDomainId (required)
id
datacenterId
baseIp
size
state
createTime
List Reserved Public IPv4 Addresses
networkId or networkDomainId (required)
ipBlockId
ipAddress (-> value)
List Reserved Private IPv4 Addresses
networkId
vlanId
ipAddress (-> value)
List Reserved IPv6 Addresses
vlanId
ipAddress (-> value)
List Firewall Rules
networkDomainId (required)
id
name
state
createTime (not mapped)
List IP Address Lists
networkDomainId (required) (not mapped)
id
name
ipVersion
state
createTime
List Port Lists
networkDomainId (required) (not mapped)
id
name
state
createTime
List NAT Rules
networkDomainId (required)
id
state
createTime
internalIp
externalIp
nodeId (not mapped)
List Nodes
id
networkDomainId
datacenterId
name
state
createTime
ipv4Address
ipv6Address
List Pools
id
networkDomainId
datacenterId
name
state
createTime
loadBalanceMethod
slowRampTime
List Pool Members
id
networkDomainId
datacenterId
poolId (-> pool.id)
poolName (-> pool.name)
nodeId (-> node.id)
nodeName (-> node.name)
nodeIp (-> node.(-> ipAddress))
nodeStatus (-> node.status)
port
status
state
createTime
List Virtual Listener
id
networkDomainId
datacenterId
name
enabled
state
createTime
type
protocol
listenerIpAddress
port
poolId (-> pool.id)
clientClonePoolId (-> clientClonePool.id)
persistenceProfileId (-> persistenceProfile.id)
fallbackPersistenceProfileId (-> fallbackPersistenceProfile.id)
List Default Health Monitors
networkDomainId (required) (not mapped)
id
name
nodeCompatible
poolCompatible
List Default Persistence Profiles
networkDomainId (required) (not mapped)
id
name
fallbackCompatible
virtualListenerType (-> collection!!!)
virtualListenerProtocol (-> collection!!!)
List Default iRules
networkDomainId (required) (not mapped)
id (-> irule.id)
name (-> irule.name)
virtualListenerType (-> virtualListenerCompatibility.Any(vlc => vlc.type))
virtualListenerProtocol (-> virtualListenerCompatibility.Any(vlc => vlc.protocol))
List Security Groups
vlanId or serverId (required) (serverId not mapped)
id
name
state
createTime
List Servers
id
datacenterId
networkId (-> nic.networkId)
networkDomainId (-> networkInfo.networkDomainId)
vlanId (-> networkInfo.primaryNic.vlanId)
sourceImageId
deployed
name
createTime
state
started
operatingSystemId (-> operatingSystem.id)
ipv6 (-> networkInfo.primaryNic.ipv6)
privateIpv4 (-> nic.privateIpv4) / (-> networkInfo.primaryNic.privateIpv4)
List NICs
vlanId (required) (not mapped)
id
serverId
securityGroupId (not mapped)
securityGroup (not mapped)
List Server Anti-Affinity Rules
networkDomainId or serverId or networkId (required) (not mapped)
id
state
createTime
List OS Images
id
datacenterId
name
createTime
state (?)
operatingSystemId (-> operatingSystem.id)
operatingSystemFamily (-> operatingSystem.family)
List Customer Images
id
datacenterId
name
createTime
state
operatingSystemId (-> operatingSystem.id)
operatingSystemFamily (-> operatingSystem.family)
List Tag Keys
id
name
valueRequired
displayOnReport
List Tags
assetId
assetType
datecenterId
tagKeyName
tagKeyId
value
valueRequired
displayOnReport