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,297 @@
|
|
1
|
+
{
|
2
|
+
"consul_agent_service": {
|
3
|
+
"full_properties": {
|
4
|
+
"address": {
|
5
|
+
"description": "The address of the service. Defaults to the",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"name": {
|
9
|
+
"description": "The name of the service.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"port": {
|
13
|
+
"description": "The port of the service.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"tags": {
|
17
|
+
"description": "A list of values that are opaque to Consul,",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/consul/r/agent_service.html",
|
22
|
+
"properties": [
|
23
|
+
"address",
|
24
|
+
"name",
|
25
|
+
"port",
|
26
|
+
"tags"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"consul_catalog_entry": {
|
30
|
+
"full_properties": {
|
31
|
+
"address": {
|
32
|
+
"description": "The address of the node being added to,",
|
33
|
+
"required": true
|
34
|
+
},
|
35
|
+
"datacenter": {
|
36
|
+
"description": "The datacenter to use. This overrides the",
|
37
|
+
"required": false
|
38
|
+
},
|
39
|
+
"node": {
|
40
|
+
"description": "The name of the node being added to, or",
|
41
|
+
"required": true
|
42
|
+
},
|
43
|
+
"service": {
|
44
|
+
"description": "A service to optionally associated with",
|
45
|
+
"required": false
|
46
|
+
},
|
47
|
+
"token": {
|
48
|
+
"description": "ACL token.",
|
49
|
+
"required": false
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"path": "/docs/providers/consul/r/catalog_entry.html",
|
53
|
+
"properties": [
|
54
|
+
"address",
|
55
|
+
"node",
|
56
|
+
"service",
|
57
|
+
"datacenter",
|
58
|
+
"token"
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"consul_intention": {
|
62
|
+
"full_properties": {
|
63
|
+
"action": {
|
64
|
+
"description": "The intention action. Must be one of allow or deny.",
|
65
|
+
"required": false
|
66
|
+
},
|
67
|
+
"datacenter": {
|
68
|
+
"description": "The datacenter to use. This overrides the datacenter in the",
|
69
|
+
"required": false
|
70
|
+
},
|
71
|
+
"description": {
|
72
|
+
"description": "Optional description that can be used by Consul",
|
73
|
+
"required": false
|
74
|
+
},
|
75
|
+
"destination_name": {
|
76
|
+
"description": "The name of the destination service for the intention. This",
|
77
|
+
"required": false
|
78
|
+
},
|
79
|
+
"meta": {
|
80
|
+
"description": "Key/value pairs that are opaque to Consul and are associated",
|
81
|
+
"required": false
|
82
|
+
},
|
83
|
+
"source_name": {
|
84
|
+
"description": "The name of the source service for the intention. This",
|
85
|
+
"required": false
|
86
|
+
}
|
87
|
+
},
|
88
|
+
"path": "/docs/providers/consul/r/intention.html",
|
89
|
+
"properties": [
|
90
|
+
"source_name",
|
91
|
+
"destination_name",
|
92
|
+
"action",
|
93
|
+
"meta",
|
94
|
+
"description",
|
95
|
+
"datacenter"
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"consul_key_prefix": {
|
99
|
+
"full_properties": {
|
100
|
+
"datacenter": {
|
101
|
+
"description": "The datacenter to use. This overrides the",
|
102
|
+
"required": false
|
103
|
+
},
|
104
|
+
"path_prefix": {
|
105
|
+
"description": "Specifies the common prefix shared by all keys",
|
106
|
+
"required": true
|
107
|
+
},
|
108
|
+
"subkeys": {
|
109
|
+
"description": "A mapping from subkey name (which will be appended",
|
110
|
+
"required": true
|
111
|
+
},
|
112
|
+
"token": {
|
113
|
+
"description": "The ACL token to use. This overrides the",
|
114
|
+
"required": false
|
115
|
+
}
|
116
|
+
},
|
117
|
+
"path": "/docs/providers/consul/r/key_prefix.html",
|
118
|
+
"properties": [
|
119
|
+
"datacenter",
|
120
|
+
"token",
|
121
|
+
"path_prefix",
|
122
|
+
"subkeys"
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"consul_keys": {
|
126
|
+
"full_properties": {
|
127
|
+
"datacenter": {
|
128
|
+
"description": "The datacenter to use. This overrides the",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"key": {
|
132
|
+
"description": "Specifies a key in Consul to be written.",
|
133
|
+
"required": true
|
134
|
+
},
|
135
|
+
"token": {
|
136
|
+
"description": "The ACL token to use. This overrides the",
|
137
|
+
"required": false
|
138
|
+
}
|
139
|
+
},
|
140
|
+
"path": "/docs/providers/consul/r/keys.html",
|
141
|
+
"properties": [
|
142
|
+
"datacenter",
|
143
|
+
"token",
|
144
|
+
"key"
|
145
|
+
]
|
146
|
+
},
|
147
|
+
"consul_node": {
|
148
|
+
"full_properties": {
|
149
|
+
"address": {
|
150
|
+
"description": "The address of the node being added to,",
|
151
|
+
"required": true
|
152
|
+
},
|
153
|
+
"meta": {
|
154
|
+
"description": "Key/value pairs that are associated with the node.",
|
155
|
+
"required": false
|
156
|
+
},
|
157
|
+
"name": {
|
158
|
+
"description": "The name of the node being added to, or",
|
159
|
+
"required": true
|
160
|
+
}
|
161
|
+
},
|
162
|
+
"path": "/docs/providers/consul/r/node.html",
|
163
|
+
"properties": [
|
164
|
+
"address",
|
165
|
+
"name",
|
166
|
+
"meta"
|
167
|
+
]
|
168
|
+
},
|
169
|
+
"consul_prepared_query": {
|
170
|
+
"full_properties": {
|
171
|
+
"datacenter": {
|
172
|
+
"description": "The datacenter to use. This overrides the",
|
173
|
+
"required": false
|
174
|
+
},
|
175
|
+
"datacenters": {
|
176
|
+
"description": "Remote datacenters to return results from.",
|
177
|
+
"required": false
|
178
|
+
},
|
179
|
+
"dnsttl": {
|
180
|
+
},
|
181
|
+
"failovernearest_ndatacenters": {
|
182
|
+
},
|
183
|
+
"name": {
|
184
|
+
"description": "The name of the prepared query. Used to identify",
|
185
|
+
"required": true
|
186
|
+
},
|
187
|
+
"near": {
|
188
|
+
"description": "Allows specifying the name of a node to sort results",
|
189
|
+
"required": false
|
190
|
+
},
|
191
|
+
"nearest_n": {
|
192
|
+
"description": "Return results from this many datacenters,",
|
193
|
+
"required": false
|
194
|
+
},
|
195
|
+
"only_passing": {
|
196
|
+
"description": "When true, the prepared query will only",
|
197
|
+
"required": false
|
198
|
+
},
|
199
|
+
"regexp": {
|
200
|
+
"description": "The regular expression to match with. When using",
|
201
|
+
"required": true
|
202
|
+
},
|
203
|
+
"service": {
|
204
|
+
"description": "The name of the service to query.",
|
205
|
+
"required": true
|
206
|
+
},
|
207
|
+
"session": {
|
208
|
+
"description": "The name of the Consul session to tie this query's",
|
209
|
+
"required": false
|
210
|
+
},
|
211
|
+
"stored_token": {
|
212
|
+
"description": "The ACL token to store with the prepared",
|
213
|
+
"required": false
|
214
|
+
},
|
215
|
+
"tags": {
|
216
|
+
"description": "The list of required and/or disallowed tags. If a tag is",
|
217
|
+
"required": false
|
218
|
+
},
|
219
|
+
"templatetyperegexp": {
|
220
|
+
},
|
221
|
+
"token": {
|
222
|
+
"description": "The ACL token to use when saving the prepared query.",
|
223
|
+
"required": false
|
224
|
+
},
|
225
|
+
"ttl": {
|
226
|
+
"description": "The TTL to send when returning DNS results.",
|
227
|
+
"required": false
|
228
|
+
},
|
229
|
+
"type": {
|
230
|
+
"description": "The type of template matching to perform. Currently",
|
231
|
+
"required": true
|
232
|
+
}
|
233
|
+
},
|
234
|
+
"path": "/docs/providers/consul/r/prepared_query.html",
|
235
|
+
"properties": [
|
236
|
+
"datacenter",
|
237
|
+
"token",
|
238
|
+
"stored_token",
|
239
|
+
"name",
|
240
|
+
"service",
|
241
|
+
"session",
|
242
|
+
"tags",
|
243
|
+
"only_passing",
|
244
|
+
"near",
|
245
|
+
"failovernearest_ndatacenters",
|
246
|
+
"nearest_n",
|
247
|
+
"datacenters",
|
248
|
+
"dnsttl",
|
249
|
+
"ttl",
|
250
|
+
"templatetyperegexp",
|
251
|
+
"type",
|
252
|
+
"regexp"
|
253
|
+
]
|
254
|
+
},
|
255
|
+
"consul_service": {
|
256
|
+
"full_properties": {
|
257
|
+
"address": {
|
258
|
+
"description": "The address of the service. Defaults to the",
|
259
|
+
"required": false
|
260
|
+
},
|
261
|
+
"datacenter": {
|
262
|
+
"description": "The datacenter to use. This overrides the datacenter in the",
|
263
|
+
"required": false
|
264
|
+
},
|
265
|
+
"name": {
|
266
|
+
"description": "The name of the service.",
|
267
|
+
"required": false
|
268
|
+
},
|
269
|
+
"node": {
|
270
|
+
"description": "The name of the node the to register the service on.",
|
271
|
+
"required": false
|
272
|
+
},
|
273
|
+
"port": {
|
274
|
+
"description": "The port of the service.",
|
275
|
+
"required": false
|
276
|
+
},
|
277
|
+
"service_id": {
|
278
|
+
"description": "- If the service ID is not provided, it will be defaulted to the value",
|
279
|
+
"required": false
|
280
|
+
},
|
281
|
+
"tags": {
|
282
|
+
"description": "A list of values that are opaque to Consul,",
|
283
|
+
"required": false
|
284
|
+
}
|
285
|
+
},
|
286
|
+
"path": "/docs/providers/consul/r/service.html",
|
287
|
+
"properties": [
|
288
|
+
"name",
|
289
|
+
"node",
|
290
|
+
"address",
|
291
|
+
"service_id",
|
292
|
+
"port",
|
293
|
+
"tags",
|
294
|
+
"datacenter"
|
295
|
+
]
|
296
|
+
}
|
297
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"databases": {
|
3
|
+
"full_properties": {
|
4
|
+
"google_spanner_database_iam_policy": {
|
5
|
+
"description": "Authoritative. Sets the IAM policy for the database and replaces any existing policy already attached.",
|
6
|
+
"required": false
|
7
|
+
}
|
8
|
+
},
|
9
|
+
"path": "/docs/providers/google/r/spanner_database_iam.html",
|
10
|
+
"properties": [
|
11
|
+
"google_spanner_database_iam_policy"
|
12
|
+
]
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,385 @@
|
|
1
|
+
{
|
2
|
+
"datadog_downtime": {
|
3
|
+
"full_properties": {
|
4
|
+
"active": {
|
5
|
+
"description": "A flag indicating if the downtime is active now.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"disabled": {
|
9
|
+
"description": "A flag indicating if the downtime was disabled.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"end": {
|
13
|
+
"description": "POSIX timestamp to end the downtime.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"end_date": {
|
17
|
+
"description": "String representing date and time to end the downtime in RFC3339 format.",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"message": {
|
21
|
+
"description": "A message to include with notifications for this downtime.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"monitor_id": {
|
25
|
+
"description": "Reference to which monitor this downtime is applied. When scheduling downtime for a given monitor, datadog changes silenced property of the monitor to match the end POSIX timestamp.",
|
26
|
+
"required": false
|
27
|
+
},
|
28
|
+
"period": {
|
29
|
+
"description": "How often to repeat as an integer. For example to repeat every 3 days, select a type of days and a period of 3.",
|
30
|
+
"required": false
|
31
|
+
},
|
32
|
+
"recurrencetypeperiodweek_daysuntil_occurrencesuntil_date": {
|
33
|
+
},
|
34
|
+
"scope": {
|
35
|
+
"description": "A list of items to apply the downtime to, e.g. host:X",
|
36
|
+
"required": true
|
37
|
+
},
|
38
|
+
"start": {
|
39
|
+
"description": "POSIX timestamp to start the downtime.",
|
40
|
+
"required": false
|
41
|
+
},
|
42
|
+
"start_date": {
|
43
|
+
"description": "String representing date and time to start the downtime in RFC3339 format.",
|
44
|
+
"required": false
|
45
|
+
},
|
46
|
+
"type": {
|
47
|
+
"description": "days, weeks, months, or years",
|
48
|
+
"required": false
|
49
|
+
},
|
50
|
+
"until_date": {
|
51
|
+
"description": "The date at which the recurrence should end as a POSIX timestamp. until_occurrences and until_date are mutually exclusive.",
|
52
|
+
"required": false
|
53
|
+
},
|
54
|
+
"until_occurrences": {
|
55
|
+
"description": "How many times the downtime will be rescheduled. until_occurrences and until_date are mutually exclusive.",
|
56
|
+
"required": false
|
57
|
+
},
|
58
|
+
"week_days": {
|
59
|
+
"description": "A list of week days to repeat on. Choose from: Mon, Tue, Wed, Thu, Fri, Sat or Sun. Only applicable when type is weeks. First letter must be capitalized.",
|
60
|
+
"required": false
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"path": "/docs/providers/datadog/r/downtime.html",
|
64
|
+
"properties": [
|
65
|
+
"scope",
|
66
|
+
"active",
|
67
|
+
"disabled",
|
68
|
+
"start",
|
69
|
+
"start_date",
|
70
|
+
"end",
|
71
|
+
"end_date",
|
72
|
+
"recurrencetypeperiodweek_daysuntil_occurrencesuntil_date",
|
73
|
+
"type",
|
74
|
+
"period",
|
75
|
+
"week_days",
|
76
|
+
"until_occurrences",
|
77
|
+
"until_date",
|
78
|
+
"message",
|
79
|
+
"monitor_id"
|
80
|
+
]
|
81
|
+
},
|
82
|
+
"datadog_integration_gcp": {
|
83
|
+
"full_properties": {
|
84
|
+
"client_email": {
|
85
|
+
"description": "Your email found in your JSON service account key.",
|
86
|
+
"required": true
|
87
|
+
},
|
88
|
+
"client_id": {
|
89
|
+
"description": "Your ID found in your JSON service account key.",
|
90
|
+
"required": true
|
91
|
+
},
|
92
|
+
"host_filters": {
|
93
|
+
"description": "Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog.",
|
94
|
+
"required": false
|
95
|
+
},
|
96
|
+
"private_key": {
|
97
|
+
"description": "Your private key name found in your JSON service account key.",
|
98
|
+
"required": true
|
99
|
+
},
|
100
|
+
"private_key_id": {
|
101
|
+
"description": "Your private key ID found in your JSON service account key.",
|
102
|
+
"required": true
|
103
|
+
},
|
104
|
+
"project_id": {
|
105
|
+
"description": "Your Google Cloud project ID found in your JSON service account key.",
|
106
|
+
"required": true
|
107
|
+
}
|
108
|
+
},
|
109
|
+
"path": "/docs/providers/datadog/r/integration_gcp.html",
|
110
|
+
"properties": [
|
111
|
+
"project_id",
|
112
|
+
"private_key_id",
|
113
|
+
"private_key",
|
114
|
+
"client_email",
|
115
|
+
"client_id",
|
116
|
+
"host_filters"
|
117
|
+
]
|
118
|
+
},
|
119
|
+
"datadog_metric_metadata": {
|
120
|
+
"full_properties": {
|
121
|
+
"description": {
|
122
|
+
"description": "A description of the metric.",
|
123
|
+
"required": false
|
124
|
+
},
|
125
|
+
"metric": {
|
126
|
+
"description": "The name of the metric.",
|
127
|
+
"required": true
|
128
|
+
},
|
129
|
+
"per_unit": {
|
130
|
+
"description": "'Per' unit of the metric such as 'second' in 'bytes per second'.",
|
131
|
+
"required": false
|
132
|
+
},
|
133
|
+
"short_name": {
|
134
|
+
"description": "A short name of the metric.",
|
135
|
+
"required": false
|
136
|
+
},
|
137
|
+
"statsd_interval": {
|
138
|
+
"description": "If applicable, stasd flush interval in seconds for the metric.",
|
139
|
+
"required": false
|
140
|
+
},
|
141
|
+
"unit": {
|
142
|
+
"description": "Primary unit of the metric such as 'byte' or 'operation'.",
|
143
|
+
"required": false
|
144
|
+
}
|
145
|
+
},
|
146
|
+
"path": "/docs/providers/datadog/r/metric_metadata.html",
|
147
|
+
"properties": [
|
148
|
+
"metric",
|
149
|
+
"description",
|
150
|
+
"short_name",
|
151
|
+
"unit",
|
152
|
+
"per_unit",
|
153
|
+
"statsd_interval"
|
154
|
+
]
|
155
|
+
},
|
156
|
+
"datadog_monitor": {
|
157
|
+
"full_properties": {
|
158
|
+
"": {
|
159
|
+
"description": "Service checks:",
|
160
|
+
"required": false
|
161
|
+
},
|
162
|
+
"composite": {
|
163
|
+
},
|
164
|
+
"escalation_message": {
|
165
|
+
"description": "A message to include with a re-notification. Supports the '@username'",
|
166
|
+
"required": false
|
167
|
+
},
|
168
|
+
"evaluation_delay": {
|
169
|
+
"description": "Time (in seconds) to delay evaluation, as a non-negative integer.",
|
170
|
+
"required": false
|
171
|
+
},
|
172
|
+
"event alert": {
|
173
|
+
},
|
174
|
+
"include_tags": {
|
175
|
+
"description": "A boolean indicating whether notifications from this monitor will automatically insert its",
|
176
|
+
"required": false
|
177
|
+
},
|
178
|
+
"locked": {
|
179
|
+
"description": "A boolean indicating whether changes to to this monitor should be restricted to the creator or admins. Defaults to False.",
|
180
|
+
"required": false
|
181
|
+
},
|
182
|
+
"log alert": {
|
183
|
+
},
|
184
|
+
"message": {
|
185
|
+
"description": "A message to include with notifications for this monitor.",
|
186
|
+
"required": true
|
187
|
+
},
|
188
|
+
"metric alert": {
|
189
|
+
},
|
190
|
+
"name": {
|
191
|
+
"description": "Name of Datadog monitor",
|
192
|
+
"required": true
|
193
|
+
},
|
194
|
+
"new_host_delay": {
|
195
|
+
"description": "Time (in seconds) to allow a host to boot and",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"no_data_timeframe": {
|
199
|
+
"description": "The number of minutes before a monitor will notify when data stops reporting. Must be at",
|
200
|
+
"required": false
|
201
|
+
},
|
202
|
+
"notify_audit": {
|
203
|
+
"description": "A boolean indicating whether tagged users will be notified on changes to this monitor.",
|
204
|
+
"required": false
|
205
|
+
},
|
206
|
+
"notify_no_data": {
|
207
|
+
"description": "A boolean indicating whether this monitor will notify when data stops reporting. Defaults",
|
208
|
+
"required": false
|
209
|
+
},
|
210
|
+
"query": {
|
211
|
+
"description": "The monitor query to notify on. Note this is not the same query you see in the UI and",
|
212
|
+
"required": true
|
213
|
+
},
|
214
|
+
"query alert": {
|
215
|
+
},
|
216
|
+
"renotify_interval": {
|
217
|
+
"description": "The number of minutes after the last notification before a monitor will re-notify",
|
218
|
+
"required": false
|
219
|
+
},
|
220
|
+
"require_full_window": {
|
221
|
+
"description": "A boolean indicating whether this monitor needs a full window of data before it's evaluated.",
|
222
|
+
"required": false
|
223
|
+
},
|
224
|
+
"service check": {
|
225
|
+
},
|
226
|
+
"silenced": {
|
227
|
+
"description": "Each scope will be muted until the given POSIX timestamp or forever if the value is 0.",
|
228
|
+
"required": false
|
229
|
+
},
|
230
|
+
"tags": {
|
231
|
+
"description": "A list of tags to associate with your monitor. This can help you categorize and filter monitors in the manage monitors page of the UI. Note: it's not currently possible to filter by these tags when querying via the API",
|
232
|
+
"required": false
|
233
|
+
},
|
234
|
+
"thresholds": {
|
235
|
+
"description": "Metric alerts:",
|
236
|
+
"required": false
|
237
|
+
},
|
238
|
+
"timeout_h": {
|
239
|
+
"description": "The number of hours of the monitor not reporting data before it will automatically resolve",
|
240
|
+
"required": false
|
241
|
+
},
|
242
|
+
"typemetric alertservice checkevent alertquery alertcompositelog alert": {
|
243
|
+
}
|
244
|
+
},
|
245
|
+
"path": "/docs/providers/datadog/r/monitor.html",
|
246
|
+
"properties": [
|
247
|
+
"typemetric alertservice checkevent alertquery alertcompositelog alert",
|
248
|
+
"metric alert",
|
249
|
+
"service check",
|
250
|
+
"event alert",
|
251
|
+
"query alert",
|
252
|
+
"composite",
|
253
|
+
"log alert",
|
254
|
+
"name",
|
255
|
+
"query",
|
256
|
+
"message",
|
257
|
+
"escalation_message",
|
258
|
+
"thresholds",
|
259
|
+
"",
|
260
|
+
"notify_no_data",
|
261
|
+
"new_host_delay",
|
262
|
+
"evaluation_delay",
|
263
|
+
"no_data_timeframe",
|
264
|
+
"renotify_interval",
|
265
|
+
"notify_audit",
|
266
|
+
"timeout_h",
|
267
|
+
"include_tags",
|
268
|
+
"require_full_window",
|
269
|
+
"locked",
|
270
|
+
"tags",
|
271
|
+
"silenced"
|
272
|
+
]
|
273
|
+
},
|
274
|
+
"datadog_screenboard": {
|
275
|
+
"full_properties": {
|
276
|
+
"height": {
|
277
|
+
"description": "The screenboard's height.",
|
278
|
+
"required": false
|
279
|
+
},
|
280
|
+
"read_only": {
|
281
|
+
"description": "The read-only status of the screenboard. Default is false.",
|
282
|
+
"required": false
|
283
|
+
},
|
284
|
+
"shared": {
|
285
|
+
"description": "Whether the screenboard is shared or not. Default is false.",
|
286
|
+
"required": false
|
287
|
+
},
|
288
|
+
"template_variable": {
|
289
|
+
"description": "Nested block describing a template variable. The structure of this block is described below. Multiple template_variable blocks are allowed within a datadog_screenboard resource.",
|
290
|
+
"required": false
|
291
|
+
},
|
292
|
+
"title": {
|
293
|
+
"description": "The name of the screenboard.",
|
294
|
+
"required": true
|
295
|
+
},
|
296
|
+
"widget": {
|
297
|
+
"description": "Nested block describing a widget. The structure of this block is described below. Multiple widget blocks are allowed within a datadog_screenboard resource.",
|
298
|
+
"required": true
|
299
|
+
},
|
300
|
+
"width": {
|
301
|
+
"description": "The screenboard's width.",
|
302
|
+
"required": false
|
303
|
+
}
|
304
|
+
},
|
305
|
+
"path": "/docs/providers/datadog/r/screenboard.html",
|
306
|
+
"properties": [
|
307
|
+
"title",
|
308
|
+
"height",
|
309
|
+
"width",
|
310
|
+
"read_only",
|
311
|
+
"shared",
|
312
|
+
"widget",
|
313
|
+
"template_variable"
|
314
|
+
]
|
315
|
+
},
|
316
|
+
"datadog_timeboard": {
|
317
|
+
"full_properties": {
|
318
|
+
"description": {
|
319
|
+
"description": "A description of the dashboard's content.",
|
320
|
+
"required": true
|
321
|
+
},
|
322
|
+
"graph": {
|
323
|
+
"description": "Nested block describing a graph definition. The structure of this block is described below. Multiple graph blocks are allowed within a datadog_timeboard resource.",
|
324
|
+
"required": true
|
325
|
+
},
|
326
|
+
"read_only": {
|
327
|
+
"description": "The read-only status of the timeboard. Default is false.",
|
328
|
+
"required": false
|
329
|
+
},
|
330
|
+
"template_variable": {
|
331
|
+
"description": "Nested block describing a template variable. The structure of this block is described below. Multiple template_variable blocks are allowed within a datadog_timeboard resource.",
|
332
|
+
"required": false
|
333
|
+
},
|
334
|
+
"title": {
|
335
|
+
"description": "The name of the dashboard.",
|
336
|
+
"required": true
|
337
|
+
}
|
338
|
+
},
|
339
|
+
"path": "/docs/providers/datadog/r/timeboard.html",
|
340
|
+
"properties": [
|
341
|
+
"title",
|
342
|
+
"description",
|
343
|
+
"read_only",
|
344
|
+
"graph",
|
345
|
+
"template_variable"
|
346
|
+
]
|
347
|
+
},
|
348
|
+
"datadog_user": {
|
349
|
+
"full_properties": {
|
350
|
+
"disabled": {
|
351
|
+
"description": "Whether the user is disabled",
|
352
|
+
"required": false
|
353
|
+
},
|
354
|
+
"email": {
|
355
|
+
"description": "Email address for user",
|
356
|
+
"required": true
|
357
|
+
},
|
358
|
+
"handle": {
|
359
|
+
"description": "The user handle, must be a valid email.",
|
360
|
+
"required": true
|
361
|
+
},
|
362
|
+
"is_admin": {
|
363
|
+
"description": "(Optional) Whether the user is an administrator",
|
364
|
+
"required": false
|
365
|
+
},
|
366
|
+
"name": {
|
367
|
+
"description": "Name for user",
|
368
|
+
"required": true
|
369
|
+
},
|
370
|
+
"role": {
|
371
|
+
"description": "Role description for user. Warning: the corresponding query parameter is ignored by the Datadog API, thus the argument would always trigger an execution plan.",
|
372
|
+
"required": false
|
373
|
+
}
|
374
|
+
},
|
375
|
+
"path": "/docs/providers/datadog/r/user.html",
|
376
|
+
"properties": [
|
377
|
+
"disabled",
|
378
|
+
"email",
|
379
|
+
"handle",
|
380
|
+
"is_admin",
|
381
|
+
"name",
|
382
|
+
"role"
|
383
|
+
]
|
384
|
+
}
|
385
|
+
}
|