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,252 @@
|
|
1
|
+
{
|
2
|
+
"linode_domain": {
|
3
|
+
"full_properties": {
|
4
|
+
"domain": {
|
5
|
+
"description": "The domain this Domain represents. These must be unique in our system; you cannot have two Domains representing the same domain.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"master_ips": {
|
9
|
+
"description": "The IP addresses representing the master DNS for this Domain.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"soa_email": {
|
13
|
+
"description": "Start of Authority email address. This is required for master Domains.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"type": {
|
17
|
+
"description": "If this Domain represents the authoritative source of information for the domain it describes, or if it is a read-only copy of a master (also called a slave).",
|
18
|
+
"required": true
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/linode/r/domain.html",
|
22
|
+
"properties": [
|
23
|
+
"domain",
|
24
|
+
"type",
|
25
|
+
"soa_email",
|
26
|
+
"master_ips"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"linode_image": {
|
30
|
+
"full_properties": {
|
31
|
+
"disk_id": {
|
32
|
+
"description": "The ID of the Linode Disk that this Image will be created from.",
|
33
|
+
"required": true
|
34
|
+
},
|
35
|
+
"label": {
|
36
|
+
"description": "A short description of the Image. Labels cannot contain special characters.",
|
37
|
+
"required": true
|
38
|
+
},
|
39
|
+
"linode_id": {
|
40
|
+
"description": "The ID of the Linode that this Image will be created from.",
|
41
|
+
"required": true
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"path": "/docs/providers/linode/r/image.html",
|
45
|
+
"properties": [
|
46
|
+
"label",
|
47
|
+
"disk_id",
|
48
|
+
"linode_id"
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"linode_instance": {
|
52
|
+
"full_properties": {
|
53
|
+
"alerts.0.cpu": {
|
54
|
+
"description": "The percentage of CPU usage required to trigger an alert. If the average CPU usage over two hours exceeds this value, we'll send you an alert. If this is set to 0, the alert is disabled.",
|
55
|
+
"required": false
|
56
|
+
},
|
57
|
+
"alerts.0.io": {
|
58
|
+
"description": "The amount of disk IO operation per second required to trigger an alert. If the average disk IO over two hours exceeds this value, we'll send you an alert. If set to 0, this alert is disabled.",
|
59
|
+
"required": false
|
60
|
+
},
|
61
|
+
"alerts.0.network_in": {
|
62
|
+
"description": "The amount of incoming traffic, in Mbit/s, required to trigger an alert. If the average incoming traffic over two hours exceeds this value, we'll send you an alert. If this is set to 0 (zero), the alert is disabled.",
|
63
|
+
"required": false
|
64
|
+
},
|
65
|
+
"alerts.0.network_out": {
|
66
|
+
"description": "The amount of outbound traffic, in Mbit/s, required to trigger an alert. If the average outbound traffic over two hours exceeds this value, we'll send you an alert. If this is set to 0 (zero), the alert is disabled.",
|
67
|
+
"required": false
|
68
|
+
},
|
69
|
+
"alerts.0.transfer_quota": {
|
70
|
+
"description": "The percentage of network transfer that may be used before an alert is triggered. When this value is exceeded, we'll alert you. If this is set to 0 (zero), the alert is disabled.",
|
71
|
+
"required": false
|
72
|
+
},
|
73
|
+
"backups_enabled": {
|
74
|
+
"description": "If this field is set to true, the created Linode will automatically be enrolled in the Linode Backup service. This will incur an additional charge. The cost for the Backup service is dependent on the Type of Linode deployed.",
|
75
|
+
"required": false
|
76
|
+
},
|
77
|
+
"group": {
|
78
|
+
"description": "The display group of the Linode instance.",
|
79
|
+
"required": false
|
80
|
+
},
|
81
|
+
"label": {
|
82
|
+
"description": "The Linode's label is for display purposes only. If no label is provided for a Linode, a default will be assigned.",
|
83
|
+
"required": false
|
84
|
+
},
|
85
|
+
"private_ip": {
|
86
|
+
"description": "If true, the created Linode will have private networking enabled, allowing use of the 192.168.128.0/17 network within the Linode's region. It can be enabled on an existing Linode but it can't be disabled.",
|
87
|
+
"required": false
|
88
|
+
},
|
89
|
+
"region": {
|
90
|
+
"description": "This is the location where the Linode is deployed. Examples are \"us-east\", \"us-west\", \"ap-south\", etc. Changing region forces the creation of a new Linode Instance..",
|
91
|
+
"required": true
|
92
|
+
},
|
93
|
+
"tags": {
|
94
|
+
"description": "A list of tags applied to this object. Tags are for organizational purposes only.",
|
95
|
+
"required": false
|
96
|
+
},
|
97
|
+
"type": {
|
98
|
+
"description": "The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are \"g6-nanode-1\", \"g6-standard-2\", \"g6-highmem-16\", etc.",
|
99
|
+
"required": true
|
100
|
+
},
|
101
|
+
"watchdog_enabled": {
|
102
|
+
"description": "The watchdog, named Lassie, is a Shutdown Watchdog that monitors your Linode and will reboot it if it powers off unexpectedly. It works by issuing a boot job when your Linode powers off without a shutdown job being responsible. To prevent a loop, Lassie will give up if there have been more than 5 boot jobs issued within 15 minutes.",
|
103
|
+
"required": false
|
104
|
+
}
|
105
|
+
},
|
106
|
+
"path": "/docs/providers/linode/r/instance.html",
|
107
|
+
"properties": [
|
108
|
+
"region",
|
109
|
+
"type",
|
110
|
+
"label",
|
111
|
+
"group",
|
112
|
+
"tags",
|
113
|
+
"private_ip",
|
114
|
+
"alerts.0.cpu",
|
115
|
+
"alerts.0.network_in",
|
116
|
+
"alerts.0.network_out",
|
117
|
+
"alerts.0.transfer_quota",
|
118
|
+
"alerts.0.io",
|
119
|
+
"backups_enabled",
|
120
|
+
"watchdog_enabled"
|
121
|
+
]
|
122
|
+
},
|
123
|
+
"linode_nodebalancer": {
|
124
|
+
"full_properties": {
|
125
|
+
"region": {
|
126
|
+
"description": "The region where this NodeBalancer will be deployed. Examples are \"us-east\", \"us-west\", \"ap-south\", etc. Changing region forces the creation of a new Linode NodeBalancer..",
|
127
|
+
"required": true
|
128
|
+
}
|
129
|
+
},
|
130
|
+
"path": "/docs/providers/linode/r/nodebalancer.html",
|
131
|
+
"properties": [
|
132
|
+
"region"
|
133
|
+
]
|
134
|
+
},
|
135
|
+
"linode_nodebalancer_config": {
|
136
|
+
"full_properties": {
|
137
|
+
"nodebalancer_id": {
|
138
|
+
"description": "The ID of the NodeBalancer to access.",
|
139
|
+
"required": true
|
140
|
+
},
|
141
|
+
"region": {
|
142
|
+
"description": "The region where this nodebalancer_config will be deployed. Examples are \"us-east\", \"us-west\", \"ap-south\", etc. Changing region forces the creation of a new Linode NodeBalancer Config..",
|
143
|
+
"required": true
|
144
|
+
}
|
145
|
+
},
|
146
|
+
"path": "/docs/providers/linode/r/nodebalancer_config.html",
|
147
|
+
"properties": [
|
148
|
+
"nodebalancer_id",
|
149
|
+
"region"
|
150
|
+
]
|
151
|
+
},
|
152
|
+
"linode_nodebalancer_node": {
|
153
|
+
"full_properties": {
|
154
|
+
"address": {
|
155
|
+
"description": "The private IP Address where this backend can be reached. This must be a private IP address.",
|
156
|
+
"required": true
|
157
|
+
},
|
158
|
+
"label": {
|
159
|
+
"description": "The label of the Linode NodeBalancer Node. This is for display purposes only.",
|
160
|
+
"required": true
|
161
|
+
},
|
162
|
+
"region": {
|
163
|
+
"description": "The region where this nodebalancer_node will be deployed. Examples are \"us-east\", \"us-west\", \"ap-south\", etc. Changing region forces the creation of a new Linode NodeBalancer Node..",
|
164
|
+
"required": true
|
165
|
+
}
|
166
|
+
},
|
167
|
+
"path": "/docs/providers/linode/r/nodebalancer_node.html",
|
168
|
+
"properties": [
|
169
|
+
"label",
|
170
|
+
"region",
|
171
|
+
"address"
|
172
|
+
]
|
173
|
+
},
|
174
|
+
"linode_sshkey": {
|
175
|
+
"full_properties": {
|
176
|
+
"label": {
|
177
|
+
"description": "A label for the SSH Key.",
|
178
|
+
"required": false
|
179
|
+
},
|
180
|
+
"ssh_key": {
|
181
|
+
"description": "The public SSH Key, which is used to authenticate to the root user of the Linodes you deploy.",
|
182
|
+
"required": false
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"path": "/docs/providers/linode/r/sshkey.html",
|
186
|
+
"properties": [
|
187
|
+
"label",
|
188
|
+
"ssh_key"
|
189
|
+
]
|
190
|
+
},
|
191
|
+
"linode_stackscript": {
|
192
|
+
"full_properties": {
|
193
|
+
"description": {
|
194
|
+
"description": "A description for the StackScript.",
|
195
|
+
"required": true
|
196
|
+
},
|
197
|
+
"label": {
|
198
|
+
"description": "The StackScript's label is for display purposes only.",
|
199
|
+
"required": true
|
200
|
+
},
|
201
|
+
"script": {
|
202
|
+
"description": "The script to execute when provisioning a new Linode with this StackScript.",
|
203
|
+
"required": true
|
204
|
+
}
|
205
|
+
},
|
206
|
+
"path": "/docs/providers/linode/r/stackscript.html",
|
207
|
+
"properties": [
|
208
|
+
"label",
|
209
|
+
"script",
|
210
|
+
"description"
|
211
|
+
]
|
212
|
+
},
|
213
|
+
"linode_token": {
|
214
|
+
"full_properties": {
|
215
|
+
"expiry": {
|
216
|
+
"description": "When this token will expire. Personal Access Tokens cannot be renewed, so after this time the token will be completely unusable and a new token will need to be generated. Tokens may be created with 'null' as their expiry and will never expire unless revoked.",
|
217
|
+
"required": false
|
218
|
+
},
|
219
|
+
"label": {
|
220
|
+
"description": "A label for the Token.",
|
221
|
+
"required": false
|
222
|
+
},
|
223
|
+
"scopes": {
|
224
|
+
"description": "The scopes this token was created with. These define what parts of the Account the token can be used to access. Many command-line tools, such as the Linode CLI, require tokens with access to *. Tokens with more restrictive scopes are generally more secure.",
|
225
|
+
"required": false
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"path": "/docs/providers/linode/r/token.html",
|
229
|
+
"properties": [
|
230
|
+
"label",
|
231
|
+
"scopes",
|
232
|
+
"expiry"
|
233
|
+
]
|
234
|
+
},
|
235
|
+
"linode_volume": {
|
236
|
+
"full_properties": {
|
237
|
+
"label": {
|
238
|
+
"description": "The label of the Linode Volume",
|
239
|
+
"required": true
|
240
|
+
},
|
241
|
+
"region": {
|
242
|
+
"description": "The region where this volume will be deployed. Examples are \"us-east\", \"us-west\", \"ap-south\", etc. Changing region forces the creation of a new Linode Volume..",
|
243
|
+
"required": true
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"path": "/docs/providers/linode/r/volume.html",
|
247
|
+
"properties": [
|
248
|
+
"label",
|
249
|
+
"region"
|
250
|
+
]
|
251
|
+
}
|
252
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"local_file": {
|
3
|
+
"full_properties": {
|
4
|
+
"content": {
|
5
|
+
"description": "The content of file to create.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"filename": {
|
9
|
+
"description": "The path of the file to create.",
|
10
|
+
"required": true
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"path": "/docs/providers/local/r/file.html",
|
14
|
+
"properties": [
|
15
|
+
"content",
|
16
|
+
"filename"
|
17
|
+
]
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
"logentries_log": {
|
3
|
+
"full_properties": {
|
4
|
+
"filename": {
|
5
|
+
"description": "the filename of the log.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"logset_id": {
|
9
|
+
"description": "The id of the logentries_logset resource.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"name": {
|
13
|
+
"description": "The name of the log. The name should be short and descriptive. For example, Apache Access, Hadoop Namenode.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"retention_period": {
|
17
|
+
"description": "The retention period (1W, 2W, 1M, 2M, 6M, 1Y, 2Y, UNLIMITED, ACCOUNT_DEFAULT)",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"source": {
|
21
|
+
"description": "The log source (token, syslog, agent, api). Review the Logentries log inputs documentation for more information.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"type": {
|
25
|
+
"description": "The log type. See the Logentries log type documentation for more information.",
|
26
|
+
"required": false
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"path": "/docs/providers/logentries/r/log.html",
|
30
|
+
"properties": [
|
31
|
+
"logset_id",
|
32
|
+
"name",
|
33
|
+
"filename",
|
34
|
+
"retention_period",
|
35
|
+
"source",
|
36
|
+
"type"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"logentries_logset": {
|
40
|
+
"full_properties": {
|
41
|
+
"location": {
|
42
|
+
"description": "A location is for your convenience only. You can specify a DNS entry such as web.example.com, IP address or arbitrary comment.",
|
43
|
+
"required": false
|
44
|
+
},
|
45
|
+
"name": {
|
46
|
+
"description": "The log set name, which should be short and descriptive. For example, www, db1.",
|
47
|
+
"required": true
|
48
|
+
}
|
49
|
+
},
|
50
|
+
"path": "/docs/providers/logentries/r/logset.html",
|
51
|
+
"properties": [
|
52
|
+
"name",
|
53
|
+
"location"
|
54
|
+
]
|
55
|
+
}
|
56
|
+
}
|
@@ -0,0 +1,140 @@
|
|
1
|
+
{
|
2
|
+
"logicmonitor_collector": {
|
3
|
+
"full_properties": {
|
4
|
+
"backup_collector_id": {
|
5
|
+
"description": "The Id of the failover Collector configured for this Collector",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"collector_group_id": {
|
9
|
+
"description": "The Id of the group the Collector is in",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"description": {
|
13
|
+
"description": "The Collector's description",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"enable_collector_device_failover": {
|
17
|
+
"description": "Whether or not the device the Collector is installed on is enabled for fail over",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"enable_failback": {
|
21
|
+
"description": "Whether or not automatic failback is enabled for the Collector",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"escalation_chain_id": {
|
25
|
+
"description": "The Id of the escalation chain associated with this Collector",
|
26
|
+
"required": false
|
27
|
+
},
|
28
|
+
"resend_interval": {
|
29
|
+
"description": "The interval, in minutes, after which alert notifications for the Collector will be resent",
|
30
|
+
"required": false
|
31
|
+
},
|
32
|
+
"suppress_alert_clear": {
|
33
|
+
"description": "Whether alert clear notifications are suppressed for the Collector",
|
34
|
+
"required": false
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"path": "/docs/providers/logicmonitor/r/collector.html",
|
38
|
+
"properties": [
|
39
|
+
"backup_collector_id",
|
40
|
+
"collector_group_id",
|
41
|
+
"description",
|
42
|
+
"enable_failback",
|
43
|
+
"enable_collector_device_failover",
|
44
|
+
"escalation_chain_id",
|
45
|
+
"resend_interval",
|
46
|
+
"suppress_alert_clear"
|
47
|
+
]
|
48
|
+
},
|
49
|
+
"logicmonitor_collector_group": {
|
50
|
+
"full_properties": {
|
51
|
+
"description": {
|
52
|
+
"description": "Set description of collector group",
|
53
|
+
"required": false
|
54
|
+
},
|
55
|
+
"name": {
|
56
|
+
"description": "Name of collector group",
|
57
|
+
"required": true
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"path": "/docs/providers/logicmonitor/r/collectorgroup.html",
|
61
|
+
"properties": [
|
62
|
+
"name",
|
63
|
+
"description"
|
64
|
+
]
|
65
|
+
},
|
66
|
+
"logicmonitor_device": {
|
67
|
+
"full_properties": {
|
68
|
+
"collector": {
|
69
|
+
"description": "The id of the collector that will monitoring the device",
|
70
|
+
"required": true
|
71
|
+
},
|
72
|
+
"disable_alerting": {
|
73
|
+
"description": "The host is created with alerting disabled (default is true)",
|
74
|
+
"required": false
|
75
|
+
},
|
76
|
+
"display_name": {
|
77
|
+
"description": "Display name of device, (default is ip_addr)",
|
78
|
+
"required": false
|
79
|
+
},
|
80
|
+
"hostgroup_id": {
|
81
|
+
"description": "The host group id that specifies which group the device belongs to (multiple host group ids can be added, represented by a comma separated string)",
|
82
|
+
"required": false
|
83
|
+
},
|
84
|
+
"ip_addr": {
|
85
|
+
"description": "Ip Address/Hostname of device",
|
86
|
+
"required": true
|
87
|
+
},
|
88
|
+
"properties": {
|
89
|
+
"description": "The properties associated with this device group. Any string value pair will work (see example).",
|
90
|
+
"required": false
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"path": "/docs/providers/logicmonitor/r/device.html",
|
94
|
+
"properties": [
|
95
|
+
"ip_addr",
|
96
|
+
"collector",
|
97
|
+
"display_name",
|
98
|
+
"disable_alerting",
|
99
|
+
"hostgroup_id",
|
100
|
+
"properties"
|
101
|
+
]
|
102
|
+
},
|
103
|
+
"logicmonitor_device_group": {
|
104
|
+
"full_properties": {
|
105
|
+
"applies_to": {
|
106
|
+
"description": "The Applies to custom query for this group. Setting this field will make this a dynamic group.",
|
107
|
+
"required": false
|
108
|
+
},
|
109
|
+
"description": {
|
110
|
+
"description": "Description of device group",
|
111
|
+
"required": false
|
112
|
+
},
|
113
|
+
"disable_alerting": {
|
114
|
+
"description": "Indicates whether alerting is disabled (true) or enabled (false) for this device group",
|
115
|
+
"required": false
|
116
|
+
},
|
117
|
+
"name": {
|
118
|
+
"description": "Name of device group",
|
119
|
+
"required": true
|
120
|
+
},
|
121
|
+
"parent_id": {
|
122
|
+
"description": "The id of the parent group for this device group (the root device group has an Id of 1)",
|
123
|
+
"required": false
|
124
|
+
},
|
125
|
+
"properties": {
|
126
|
+
"description": "The properties associated with this device group. Any string value pair will work (see example).",
|
127
|
+
"required": false
|
128
|
+
}
|
129
|
+
},
|
130
|
+
"path": "/docs/providers/logicmonitor/r/devicegroup.html",
|
131
|
+
"properties": [
|
132
|
+
"name",
|
133
|
+
"description",
|
134
|
+
"parent_id",
|
135
|
+
"applies_to",
|
136
|
+
"disable_alerting",
|
137
|
+
"properties"
|
138
|
+
]
|
139
|
+
}
|
140
|
+
}
|