sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,406 @@
|
|
1
|
+
{
|
2
|
+
"circonus_check": {
|
3
|
+
"full_properties": {
|
4
|
+
"active": {
|
5
|
+
"description": "Whether or not the check is enabled or not (default",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"caql": {
|
9
|
+
"description": "A Circonus Analytics Query Language",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"cloudwatch": {
|
13
|
+
"description": "A CloudWatch",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"collector": {
|
17
|
+
"description": "A collector ID. The collector(s) that are",
|
18
|
+
"required": true
|
19
|
+
},
|
20
|
+
"consul": {
|
21
|
+
"description": "A native Consul check. See below for details on how to",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"http": {
|
25
|
+
"description": "A poll-based HTTP check. See below for details on how to configure",
|
26
|
+
"required": false
|
27
|
+
},
|
28
|
+
"httptrap": {
|
29
|
+
"description": "An push-based HTTP check. This check method expects",
|
30
|
+
"required": false
|
31
|
+
},
|
32
|
+
"icmp_ping": {
|
33
|
+
"description": "An ICMP ping check. See below for details on how to",
|
34
|
+
"required": false
|
35
|
+
},
|
36
|
+
"json": {
|
37
|
+
"description": "A JSON check. See below for details on how to configure",
|
38
|
+
"required": false
|
39
|
+
},
|
40
|
+
"metric": {
|
41
|
+
"description": "A list of one or more metric configurations. All",
|
42
|
+
"required": true
|
43
|
+
},
|
44
|
+
"metric_limit": {
|
45
|
+
"description": "Setting a metric limit will tell the Circonus",
|
46
|
+
"required": false
|
47
|
+
},
|
48
|
+
"mysql": {
|
49
|
+
"description": "A MySQL check. See below for details on how to configure",
|
50
|
+
"required": false
|
51
|
+
},
|
52
|
+
"name": {
|
53
|
+
"description": "The name of the check that will be displayed in the web",
|
54
|
+
"required": false
|
55
|
+
},
|
56
|
+
"notes": {
|
57
|
+
"description": "Notes about this check.",
|
58
|
+
"required": false
|
59
|
+
},
|
60
|
+
"period": {
|
61
|
+
"description": "The period between each time the check is made in",
|
62
|
+
"required": false
|
63
|
+
},
|
64
|
+
"postgresql": {
|
65
|
+
"description": "A PostgreSQL check. See below for details on how to",
|
66
|
+
"required": false
|
67
|
+
},
|
68
|
+
"statsd": {
|
69
|
+
"description": "A statsd check. See below for details on how to",
|
70
|
+
"required": false
|
71
|
+
},
|
72
|
+
"tags": {
|
73
|
+
"description": "A list of tags assigned to this check.",
|
74
|
+
"required": false
|
75
|
+
},
|
76
|
+
"target": {
|
77
|
+
"description": "A string containing the location of the thing being",
|
78
|
+
"required": true
|
79
|
+
},
|
80
|
+
"tcp": {
|
81
|
+
"description": "A TCP check. See below for details on how to configure the",
|
82
|
+
"required": false
|
83
|
+
},
|
84
|
+
"timeout": {
|
85
|
+
"description": "A floating point number representing the maximum number",
|
86
|
+
"required": false
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"path": "/docs/providers/circonus/r/check.html",
|
90
|
+
"properties": [
|
91
|
+
"active",
|
92
|
+
"caql",
|
93
|
+
"cloudwatch",
|
94
|
+
"collector",
|
95
|
+
"consul",
|
96
|
+
"http",
|
97
|
+
"httptrap",
|
98
|
+
"icmp_ping",
|
99
|
+
"json",
|
100
|
+
"metric",
|
101
|
+
"metric_limit",
|
102
|
+
"mysql",
|
103
|
+
"name",
|
104
|
+
"notes",
|
105
|
+
"period",
|
106
|
+
"postgresql",
|
107
|
+
"statsd",
|
108
|
+
"tags",
|
109
|
+
"target",
|
110
|
+
"tcp",
|
111
|
+
"timeout"
|
112
|
+
]
|
113
|
+
},
|
114
|
+
"circonus_contact_group": {
|
115
|
+
"full_properties": {
|
116
|
+
"aggregation_window": {
|
117
|
+
"description": "The aggregation window for batching up alert",
|
118
|
+
"required": false
|
119
|
+
},
|
120
|
+
"alert_option": {
|
121
|
+
"description": "There is one alert_option per severity, where",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"email": {
|
125
|
+
"description": "Zero or more email attributes may be present to",
|
126
|
+
"required": false
|
127
|
+
},
|
128
|
+
"http": {
|
129
|
+
"description": "Zero or more http attributes may be present to dispatch",
|
130
|
+
"required": false
|
131
|
+
},
|
132
|
+
"irc": {
|
133
|
+
"description": "Zero or more irc attributes may be present to dispatch",
|
134
|
+
"required": false
|
135
|
+
},
|
136
|
+
"long_message": {
|
137
|
+
"description": "The bulk of the message used in long form alert",
|
138
|
+
"required": false
|
139
|
+
},
|
140
|
+
"long_subject": {
|
141
|
+
"description": "The subject used in long form alert messages.",
|
142
|
+
"required": false
|
143
|
+
},
|
144
|
+
"long_summary": {
|
145
|
+
"description": "The brief summary used in long form alert messages.",
|
146
|
+
"required": false
|
147
|
+
},
|
148
|
+
"name": {
|
149
|
+
"description": "The name of the contact group.",
|
150
|
+
"required": true
|
151
|
+
},
|
152
|
+
"pager_duty": {
|
153
|
+
"description": "Zero or more pager_duty attributes may be present",
|
154
|
+
"required": false
|
155
|
+
},
|
156
|
+
"short_message": {
|
157
|
+
"description": "The subject used in short form alert messages.",
|
158
|
+
"required": false
|
159
|
+
},
|
160
|
+
"short_summary": {
|
161
|
+
"description": "The brief summary used in short form alert",
|
162
|
+
"required": false
|
163
|
+
},
|
164
|
+
"slack": {
|
165
|
+
"description": "Zero or more slack attributes may be present to",
|
166
|
+
"required": false
|
167
|
+
},
|
168
|
+
"sms": {
|
169
|
+
"description": "Zero or more sms attributes may be present to dispatch",
|
170
|
+
"required": false
|
171
|
+
},
|
172
|
+
"tags": {
|
173
|
+
"description": "A list of tags attached to the Contact Group.",
|
174
|
+
"required": false
|
175
|
+
},
|
176
|
+
"victorops": {
|
177
|
+
"description": "Zero or more victorops attributes may be present",
|
178
|
+
"required": false
|
179
|
+
}
|
180
|
+
},
|
181
|
+
"path": "/docs/providers/circonus/r/contact_group.html",
|
182
|
+
"properties": [
|
183
|
+
"aggregation_window",
|
184
|
+
"alert_option",
|
185
|
+
"email",
|
186
|
+
"http",
|
187
|
+
"irc",
|
188
|
+
"long_message",
|
189
|
+
"long_subject",
|
190
|
+
"long_summary",
|
191
|
+
"name",
|
192
|
+
"pager_duty",
|
193
|
+
"short_message",
|
194
|
+
"short_summary",
|
195
|
+
"slack",
|
196
|
+
"sms",
|
197
|
+
"tags",
|
198
|
+
"victorops"
|
199
|
+
]
|
200
|
+
},
|
201
|
+
"circonus_graph": {
|
202
|
+
"full_properties": {
|
203
|
+
"description": {
|
204
|
+
"description": "Description of what the graph is for.",
|
205
|
+
"required": false
|
206
|
+
},
|
207
|
+
"graph_style": {
|
208
|
+
"description": "How the graph should be rendered. Valid options",
|
209
|
+
"required": false
|
210
|
+
},
|
211
|
+
"left": {
|
212
|
+
"description": "A map of graph left axis options. Valid values in left",
|
213
|
+
"required": false
|
214
|
+
},
|
215
|
+
"line_style": {
|
216
|
+
"description": "How the line should change between points. Can be",
|
217
|
+
"required": false
|
218
|
+
},
|
219
|
+
"metric": {
|
220
|
+
"description": "A list of metric streams to graph. See below for",
|
221
|
+
"required": false
|
222
|
+
},
|
223
|
+
"metric_cluster": {
|
224
|
+
"description": "A metric cluster to graph. See below for options.",
|
225
|
+
"required": false
|
226
|
+
},
|
227
|
+
"name": {
|
228
|
+
"description": "The title of the graph.",
|
229
|
+
"required": true
|
230
|
+
},
|
231
|
+
"notes": {
|
232
|
+
"description": "A place for storing notes about this graph.",
|
233
|
+
"required": false
|
234
|
+
},
|
235
|
+
"right": {
|
236
|
+
"description": "A map of graph right axis options. Valid values in",
|
237
|
+
"required": false
|
238
|
+
},
|
239
|
+
"tags": {
|
240
|
+
"description": "A list of tags assigned to this graph.",
|
241
|
+
"required": false
|
242
|
+
}
|
243
|
+
},
|
244
|
+
"path": "/docs/providers/circonus/r/graph.html",
|
245
|
+
"properties": [
|
246
|
+
"description",
|
247
|
+
"graph_style",
|
248
|
+
"left",
|
249
|
+
"line_style",
|
250
|
+
"name",
|
251
|
+
"notes",
|
252
|
+
"right",
|
253
|
+
"metric",
|
254
|
+
"metric_cluster",
|
255
|
+
"tags"
|
256
|
+
]
|
257
|
+
},
|
258
|
+
"circonus_metric": {
|
259
|
+
"full_properties": {
|
260
|
+
"active": {
|
261
|
+
"description": "A boolean indicating if the metric is being filtered out",
|
262
|
+
"required": false
|
263
|
+
},
|
264
|
+
"name": {
|
265
|
+
"description": "The name of the metric. A name must be unique within a",
|
266
|
+
"required": true
|
267
|
+
},
|
268
|
+
"tags": {
|
269
|
+
"description": "A list of tags assigned to the metric.",
|
270
|
+
"required": false
|
271
|
+
},
|
272
|
+
"type": {
|
273
|
+
"description": "The type of metric. This value must be present and can be",
|
274
|
+
"required": true
|
275
|
+
},
|
276
|
+
"unit": {
|
277
|
+
"description": "The unit of measurement for this circonus_metric.",
|
278
|
+
"required": false
|
279
|
+
}
|
280
|
+
},
|
281
|
+
"path": "/docs/providers/circonus/r/metric.html",
|
282
|
+
"properties": [
|
283
|
+
"active",
|
284
|
+
"name",
|
285
|
+
"tags",
|
286
|
+
"type",
|
287
|
+
"unit"
|
288
|
+
]
|
289
|
+
},
|
290
|
+
"circonus_metric_cluster": {
|
291
|
+
"full_properties": {
|
292
|
+
"description": {
|
293
|
+
"description": "A long-form description of the metric cluster.",
|
294
|
+
"required": false
|
295
|
+
},
|
296
|
+
"name": {
|
297
|
+
"description": "The name of the metric cluster. This name must be unique",
|
298
|
+
"required": true
|
299
|
+
},
|
300
|
+
"query": {
|
301
|
+
"description": "One or more query attributes must be present. Each",
|
302
|
+
"required": true
|
303
|
+
},
|
304
|
+
"tags": {
|
305
|
+
"description": "A list of tags attached to the metric cluster.",
|
306
|
+
"required": false
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"path": "/docs/providers/circonus/r/metric_cluster.html",
|
310
|
+
"properties": [
|
311
|
+
"description",
|
312
|
+
"name",
|
313
|
+
"query",
|
314
|
+
"tags"
|
315
|
+
]
|
316
|
+
},
|
317
|
+
"circonus_rule_set": {
|
318
|
+
"full_properties": {
|
319
|
+
"check": {
|
320
|
+
"description": "The Circonus ID that this Rule Set will use to search for",
|
321
|
+
"required": true
|
322
|
+
},
|
323
|
+
"if": {
|
324
|
+
"description": "One or more ordered predicate clauses that describe when",
|
325
|
+
"required": true
|
326
|
+
},
|
327
|
+
"link": {
|
328
|
+
"description": "A link to external documentation (or anything else you",
|
329
|
+
"required": false
|
330
|
+
},
|
331
|
+
"metric_name": {
|
332
|
+
"description": "The name of the metric stream within a given check",
|
333
|
+
"required": true
|
334
|
+
},
|
335
|
+
"metric_type": {
|
336
|
+
"description": "The type of metric this rule set will operate on.",
|
337
|
+
"required": false
|
338
|
+
},
|
339
|
+
"notes": {
|
340
|
+
"description": "Notes about this rule set.",
|
341
|
+
"required": false
|
342
|
+
},
|
343
|
+
"parent": {
|
344
|
+
"description": "A Circonus Metric ID that, if specified and active with",
|
345
|
+
"required": false
|
346
|
+
},
|
347
|
+
"tags": {
|
348
|
+
"description": "A list of tags assigned to this rule set.",
|
349
|
+
"required": false
|
350
|
+
}
|
351
|
+
},
|
352
|
+
"path": "/docs/providers/circonus/r/rule_set.html",
|
353
|
+
"properties": [
|
354
|
+
"check",
|
355
|
+
"if",
|
356
|
+
"link",
|
357
|
+
"metric_type",
|
358
|
+
"notes",
|
359
|
+
"parent",
|
360
|
+
"metric_name",
|
361
|
+
"tags"
|
362
|
+
]
|
363
|
+
},
|
364
|
+
"circonus_worksheet": {
|
365
|
+
"full_properties": {
|
366
|
+
"description": {
|
367
|
+
"description": "Description of what the worksheet is for.",
|
368
|
+
"required": false
|
369
|
+
},
|
370
|
+
"favourite": {
|
371
|
+
"description": "Mark (star) this worksheet as a favorite. Default is false.",
|
372
|
+
"required": false
|
373
|
+
},
|
374
|
+
"graphs": {
|
375
|
+
"description": "A list of graphs that compose this worksheet.",
|
376
|
+
"required": false
|
377
|
+
},
|
378
|
+
"notes": {
|
379
|
+
"description": "A place to store notes about this worksheet.",
|
380
|
+
"required": false
|
381
|
+
},
|
382
|
+
"smart_queries": {
|
383
|
+
"description": "The smart queries that will be displayed on this worksheet. See below for details on how to configure a smart_query.",
|
384
|
+
"required": false
|
385
|
+
},
|
386
|
+
"tags": {
|
387
|
+
"description": "A list of tags assigned to this worksheet.",
|
388
|
+
"required": false
|
389
|
+
},
|
390
|
+
"title": {
|
391
|
+
"description": "The title of the worksheet.",
|
392
|
+
"required": true
|
393
|
+
}
|
394
|
+
},
|
395
|
+
"path": "/docs/providers/circonus/r/worksheet.html",
|
396
|
+
"properties": [
|
397
|
+
"title",
|
398
|
+
"description",
|
399
|
+
"favourite",
|
400
|
+
"notes",
|
401
|
+
"graphs",
|
402
|
+
"smart_queries",
|
403
|
+
"tags"
|
404
|
+
]
|
405
|
+
}
|
406
|
+
}
|
@@ -0,0 +1,222 @@
|
|
1
|
+
{
|
2
|
+
"clc_group": {
|
3
|
+
"full_properties": {
|
4
|
+
"custom_fields": {
|
5
|
+
"description": "See CustomFields below for details.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"description": {
|
9
|
+
"description": "Description for server group (visible in control portal only)",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"location_id": {
|
13
|
+
"description": "The datacenter location of both parent group and this group.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"name": {
|
17
|
+
"description": "The name (or GUID) of this server group. Will resolve to existing if present.",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"parent": {
|
21
|
+
"description": "The name or ID of the parent group. Will error if absent or unable to resolve.",
|
22
|
+
"required": false
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"path": "/docs/providers/clc/r/group.html",
|
26
|
+
"properties": [
|
27
|
+
"name",
|
28
|
+
"parent",
|
29
|
+
"location_id",
|
30
|
+
"description",
|
31
|
+
"custom_fields"
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"clc_load_balancer": {
|
35
|
+
"full_properties": {
|
36
|
+
"data_center": {
|
37
|
+
"description": "The datacenter location of both parent group and this group.",
|
38
|
+
"required": false
|
39
|
+
},
|
40
|
+
"description": {
|
41
|
+
"description": "Description for server group (visible in control portal only)",
|
42
|
+
"required": false
|
43
|
+
},
|
44
|
+
"name": {
|
45
|
+
"description": "The name of the load balancer.",
|
46
|
+
"required": false
|
47
|
+
},
|
48
|
+
"status": {
|
49
|
+
"description": "Either \"enabled\" or \"disabled\"",
|
50
|
+
"required": false
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"path": "/docs/providers/clc/r/load_balancer.html",
|
54
|
+
"properties": [
|
55
|
+
"name",
|
56
|
+
"data_center",
|
57
|
+
"status",
|
58
|
+
"description"
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"clc_load_balancer_pool": {
|
62
|
+
"full_properties": {
|
63
|
+
"": {
|
64
|
+
"description": "nodes - (Optional) See Nodes below for details.",
|
65
|
+
"required": false
|
66
|
+
},
|
67
|
+
"data_center": {
|
68
|
+
"description": "The datacenter location for this pool.",
|
69
|
+
"required": false
|
70
|
+
},
|
71
|
+
"load_balancer": {
|
72
|
+
"description": "The id of the load balancer.",
|
73
|
+
"required": false
|
74
|
+
},
|
75
|
+
"method": {
|
76
|
+
"description": "The configured balancing method. Either",
|
77
|
+
"required": false
|
78
|
+
},
|
79
|
+
"persistence": {
|
80
|
+
"description": "The configured persistence",
|
81
|
+
"required": false
|
82
|
+
},
|
83
|
+
"port": {
|
84
|
+
"description": "Either 80 or 443",
|
85
|
+
"required": false
|
86
|
+
}
|
87
|
+
},
|
88
|
+
"path": "/docs/providers/clc/r/load_balancer_pool.html",
|
89
|
+
"properties": [
|
90
|
+
"load_balancer",
|
91
|
+
"data_center",
|
92
|
+
"port",
|
93
|
+
"method",
|
94
|
+
"persistence",
|
95
|
+
""
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"clc_public_ip": {
|
99
|
+
"full_properties": {
|
100
|
+
"internal_ip_address": {
|
101
|
+
"description": "The internal IP of the",
|
102
|
+
"required": false
|
103
|
+
},
|
104
|
+
"ports": {
|
105
|
+
"description": "See Ports below for details.",
|
106
|
+
"required": false
|
107
|
+
},
|
108
|
+
"server_id": {
|
109
|
+
"description": "The name or ID of the server to bind IP to.",
|
110
|
+
"required": false
|
111
|
+
},
|
112
|
+
"source_restrictions": {
|
113
|
+
"description": "See",
|
114
|
+
"required": false
|
115
|
+
}
|
116
|
+
},
|
117
|
+
"path": "/docs/providers/clc/r/public_ip.html",
|
118
|
+
"properties": [
|
119
|
+
"server_id",
|
120
|
+
"internal_ip_address",
|
121
|
+
"ports",
|
122
|
+
"source_restrictions"
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"clc_server": {
|
126
|
+
"full_properties": {
|
127
|
+
"aa_policy_id": {
|
128
|
+
"description": "Anti-Affinity policy ID",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"additional_disks": {
|
132
|
+
"description": "See Disks below for details.",
|
133
|
+
"required": false
|
134
|
+
},
|
135
|
+
"configuration_id": {
|
136
|
+
"description": "Hardware configuration ID",
|
137
|
+
"required": false
|
138
|
+
},
|
139
|
+
"cpu": {
|
140
|
+
"description": "The number of virtual cores",
|
141
|
+
"required": false
|
142
|
+
},
|
143
|
+
"custom_fields": {
|
144
|
+
"description": "See CustomFields below for details.",
|
145
|
+
"required": false
|
146
|
+
},
|
147
|
+
"description": {
|
148
|
+
"description": "Description for server (visible in control portal only)",
|
149
|
+
"required": false
|
150
|
+
},
|
151
|
+
"group_id": {
|
152
|
+
"description": "The name or ID of the server group to spawn server into.",
|
153
|
+
"required": false
|
154
|
+
},
|
155
|
+
"memory_mb": {
|
156
|
+
"description": "Provisioned RAM",
|
157
|
+
"required": false
|
158
|
+
},
|
159
|
+
"metadata": {
|
160
|
+
"description": "Misc state storage for non-CLC metadata.",
|
161
|
+
"required": false
|
162
|
+
},
|
163
|
+
"name_template": {
|
164
|
+
"description": "The basename of the server. A unique name will be generated by the platform.",
|
165
|
+
"required": false
|
166
|
+
},
|
167
|
+
"network_id": {
|
168
|
+
"description": "GUID of network to use. (Must be set up in advance from control portal.)",
|
169
|
+
"required": false
|
170
|
+
},
|
171
|
+
"os_type": {
|
172
|
+
"description": "Operating system to install.",
|
173
|
+
"required": false
|
174
|
+
},
|
175
|
+
"password": {
|
176
|
+
"description": "The root/administrator password. Will be generated by platform if not provided.",
|
177
|
+
"required": false
|
178
|
+
},
|
179
|
+
"power_state": {
|
180
|
+
"description": "See PowerStates below for details.",
|
181
|
+
"required": false
|
182
|
+
},
|
183
|
+
"private_ip_address": {
|
184
|
+
"description": "Set internal IP address. If absent, allocated and assigned from pool.",
|
185
|
+
"required": false
|
186
|
+
},
|
187
|
+
"source_server_id": {
|
188
|
+
"description": "The name or ID of the base OS image.",
|
189
|
+
"required": false
|
190
|
+
},
|
191
|
+
"storage_type": {
|
192
|
+
"description": "Backup and replication strategy for disks.",
|
193
|
+
"required": false
|
194
|
+
},
|
195
|
+
"type": {
|
196
|
+
"description": "The virtualization type",
|
197
|
+
"required": false
|
198
|
+
}
|
199
|
+
},
|
200
|
+
"path": "/docs/providers/clc/r/server.html",
|
201
|
+
"properties": [
|
202
|
+
"name_template",
|
203
|
+
"source_server_id",
|
204
|
+
"group_id",
|
205
|
+
"cpu",
|
206
|
+
"memory_mb",
|
207
|
+
"type",
|
208
|
+
"password",
|
209
|
+
"description",
|
210
|
+
"power_state",
|
211
|
+
"private_ip_address",
|
212
|
+
"network_id",
|
213
|
+
"storage_type",
|
214
|
+
"aa_policy_id",
|
215
|
+
"configuration_id",
|
216
|
+
"os_type",
|
217
|
+
"additional_disks",
|
218
|
+
"custom_fields",
|
219
|
+
"metadata"
|
220
|
+
]
|
221
|
+
}
|
222
|
+
}
|