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,29 @@
|
|
1
|
+
{
|
2
|
+
"mailgun_domain": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "The domain to add to Mailgun",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"smtp_password": {
|
9
|
+
"description": "Password for SMTP authentication",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"spam_action": {
|
13
|
+
"description": "disabled or tag Disable, no spam",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"wildcard": {
|
17
|
+
"description": "Boolean that determines whether",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/mailgun/r/domain.html",
|
22
|
+
"properties": [
|
23
|
+
"name",
|
24
|
+
"smtp_password",
|
25
|
+
"spam_action",
|
26
|
+
"wildcard"
|
27
|
+
]
|
28
|
+
}
|
29
|
+
}
|
@@ -0,0 +1,143 @@
|
|
1
|
+
{
|
2
|
+
"mysql_database": {
|
3
|
+
"full_properties": {
|
4
|
+
"default_character_set": {
|
5
|
+
"description": "The default character set to use when",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"default_collation": {
|
9
|
+
"description": "The default collation to use when a table",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"name": {
|
13
|
+
"description": "The name of the database. This must be unique within",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/mysql/r/database.html",
|
18
|
+
"properties": [
|
19
|
+
"name",
|
20
|
+
"default_character_set",
|
21
|
+
"default_collation"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"mysql_grant": {
|
25
|
+
"full_properties": {
|
26
|
+
"database": {
|
27
|
+
"description": "The database to grant privileges on.",
|
28
|
+
"required": true
|
29
|
+
},
|
30
|
+
"grant": {
|
31
|
+
"description": "Whether to also give the user privileges to grant the same privileges to other users.",
|
32
|
+
"required": false
|
33
|
+
},
|
34
|
+
"host": {
|
35
|
+
"description": "The source host of the user. Defaults to \"localhost\". Conflicts with role.",
|
36
|
+
"required": false
|
37
|
+
},
|
38
|
+
"privileges": {
|
39
|
+
"description": "A list of privileges to grant to the user. Refer to a list of privileges (such as here) for applicable privileges. Conflicts with roles.",
|
40
|
+
"required": false
|
41
|
+
},
|
42
|
+
"role": {
|
43
|
+
"description": "The role to grant privileges to. Conflicts with user and host.",
|
44
|
+
"required": false
|
45
|
+
},
|
46
|
+
"roles": {
|
47
|
+
"description": "A list of rols to grant to the user. Conflicts with privileges.",
|
48
|
+
"required": false
|
49
|
+
},
|
50
|
+
"table": {
|
51
|
+
"description": "Which table to grant privileges on. Defaults to *, which is all tables.",
|
52
|
+
"required": false
|
53
|
+
},
|
54
|
+
"tls_optionGRANT": {
|
55
|
+
},
|
56
|
+
"user": {
|
57
|
+
"description": "The name of the user. Conflicts with role.",
|
58
|
+
"required": false
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"path": "/docs/providers/mysql/r/grant.html",
|
62
|
+
"properties": [
|
63
|
+
"user",
|
64
|
+
"host",
|
65
|
+
"role",
|
66
|
+
"database",
|
67
|
+
"table",
|
68
|
+
"privileges",
|
69
|
+
"roles",
|
70
|
+
"tls_optionGRANT",
|
71
|
+
"grant"
|
72
|
+
]
|
73
|
+
},
|
74
|
+
"mysql_role": {
|
75
|
+
"full_properties": {
|
76
|
+
"name": {
|
77
|
+
"description": "The name of the role.",
|
78
|
+
"required": true
|
79
|
+
}
|
80
|
+
},
|
81
|
+
"path": "/docs/providers/mysql/r/role.html",
|
82
|
+
"properties": [
|
83
|
+
"name"
|
84
|
+
]
|
85
|
+
},
|
86
|
+
"mysql_user": {
|
87
|
+
"full_properties": {
|
88
|
+
"auth_plugin": {
|
89
|
+
"description": "Use an authentication plugin to authenticate the user instead of using password authentication. Description of the fields allowed in the block below. Conflicts with password and plaintext_password.",
|
90
|
+
"required": false
|
91
|
+
},
|
92
|
+
"host": {
|
93
|
+
"description": "The source host of the user. Defaults to \"localhost\".",
|
94
|
+
"required": false
|
95
|
+
},
|
96
|
+
"password": {
|
97
|
+
"description": "Deprecated alias of plaintext_password, whose value is stored as plaintext in state. Prefer to use plaintext_password instead, which stores the password as an unsalted hash. Conflicts with auth_plugin.",
|
98
|
+
"required": false
|
99
|
+
},
|
100
|
+
"plaintext_password": {
|
101
|
+
"description": "The password for the user. This must be provided in plain text, so the data source for it must be secured. An unsalted hash of the provided password is stored in state. Conflicts with auth_plugin.",
|
102
|
+
"required": false
|
103
|
+
},
|
104
|
+
"tls_optionCREATE USER": {
|
105
|
+
},
|
106
|
+
"user": {
|
107
|
+
"description": "The name of the user.",
|
108
|
+
"required": true
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"path": "/docs/providers/mysql/r/user.html",
|
112
|
+
"properties": [
|
113
|
+
"user",
|
114
|
+
"host",
|
115
|
+
"plaintext_password",
|
116
|
+
"password",
|
117
|
+
"auth_plugin",
|
118
|
+
"tls_optionCREATE USER"
|
119
|
+
]
|
120
|
+
},
|
121
|
+
"mysql_user_password": {
|
122
|
+
"full_properties": {
|
123
|
+
"host": {
|
124
|
+
"description": "The source host of the user. Defaults to localhost.",
|
125
|
+
"required": false
|
126
|
+
},
|
127
|
+
"pgp_key": {
|
128
|
+
"description": "Either a base-64 encoded PGP public key, or a keybase username in the form keybase:some_person_that_exists.",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"user": {
|
132
|
+
"description": "The IAM user to associate with this access key.",
|
133
|
+
"required": true
|
134
|
+
}
|
135
|
+
},
|
136
|
+
"path": "/docs/providers/mysql/r/user_password.html",
|
137
|
+
"properties": [
|
138
|
+
"user",
|
139
|
+
"host",
|
140
|
+
"pgp_key"
|
141
|
+
]
|
142
|
+
}
|
143
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
{
|
2
|
+
"netlify_build_hook": {
|
3
|
+
"full_properties": {
|
4
|
+
"branch": {
|
5
|
+
"description": "branch to be built when the hook is triggered",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"site_id": {
|
9
|
+
"description": "Your netlify site's unique id",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"title": {
|
13
|
+
"description": "name of the webhook - this is purely for organization and",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/netlify/r/netlify_build_hook.html",
|
18
|
+
"properties": [
|
19
|
+
"site_id",
|
20
|
+
"branch",
|
21
|
+
"title"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"netlify_deploy_key": {
|
25
|
+
"full_properties": {
|
26
|
+
"public_key": {
|
27
|
+
"description": "Public Key",
|
28
|
+
"required": false
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"path": "/docs/providers/netlify/r/netlify_deploy_key.html",
|
32
|
+
"properties": [
|
33
|
+
"public_key"
|
34
|
+
]
|
35
|
+
},
|
36
|
+
"netlify_hook": {
|
37
|
+
"full_properties": {
|
38
|
+
"data": {
|
39
|
+
"description": "object/hash of data to be sent along with the webhook. this varies depending on the type",
|
40
|
+
"required": true
|
41
|
+
},
|
42
|
+
"event": {
|
43
|
+
"description": "- when to send the data, for example on deploy create, succeed, fail, etc",
|
44
|
+
"required": true
|
45
|
+
},
|
46
|
+
"site_id": {
|
47
|
+
"description": "- id of the site on netlify",
|
48
|
+
"required": true
|
49
|
+
},
|
50
|
+
"type": {
|
51
|
+
"description": "- type of outgoing webhook, for example slack, email, github commit status, etc",
|
52
|
+
"required": true
|
53
|
+
}
|
54
|
+
},
|
55
|
+
"path": "/docs/providers/netlify/r/netlify_hook.html",
|
56
|
+
"properties": [
|
57
|
+
"site_id",
|
58
|
+
"type",
|
59
|
+
"event",
|
60
|
+
"data"
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"netlify_site": {
|
64
|
+
"full_properties": {
|
65
|
+
"custom_domain": {
|
66
|
+
"description": "- a custom domain name, must be configured using a cname in accordance with netlify's docs",
|
67
|
+
"required": false
|
68
|
+
},
|
69
|
+
"deploy_url": {
|
70
|
+
"description": "(Optional)",
|
71
|
+
"required": false
|
72
|
+
},
|
73
|
+
"name": {
|
74
|
+
"description": "- name of your site on netlify",
|
75
|
+
"required": true
|
76
|
+
},
|
77
|
+
"repo": {
|
78
|
+
"description": "See Repository",
|
79
|
+
"required": true
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"path": "/docs/providers/netlify/r/netlify_site.html",
|
83
|
+
"properties": [
|
84
|
+
"name",
|
85
|
+
"repo",
|
86
|
+
"custom_domain",
|
87
|
+
"deploy_url"
|
88
|
+
]
|
89
|
+
}
|
90
|
+
}
|
@@ -0,0 +1,298 @@
|
|
1
|
+
{
|
2
|
+
"newrelic_alert_channel": {
|
3
|
+
"full_properties": {
|
4
|
+
"configuration": {
|
5
|
+
"description": "A map of key / value pairs with channel type specific values.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"name": {
|
9
|
+
"description": "The name of the channel.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"type": {
|
13
|
+
"description": "The type of channel. One of: campfire, email, hipchat, opsgenie, pagerduty, slack, victorops, or webhook.",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/newrelic/r/alert_channel.html",
|
18
|
+
"properties": [
|
19
|
+
"name",
|
20
|
+
"type",
|
21
|
+
"configuration"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"newrelic_alert_condition": {
|
25
|
+
"full_properties": {
|
26
|
+
"condition_scope": {
|
27
|
+
"description": "instance or application. This is required if you are using the JVM plugin in New Relic.",
|
28
|
+
"required": false
|
29
|
+
},
|
30
|
+
"entities": {
|
31
|
+
"description": "The instance IDS associated with this condition.",
|
32
|
+
"required": true
|
33
|
+
},
|
34
|
+
"gc_metric": {
|
35
|
+
"description": "A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type.",
|
36
|
+
"required": false
|
37
|
+
},
|
38
|
+
"metric": {
|
39
|
+
"description": "The metric field accepts parameters based on the type set.",
|
40
|
+
"required": true
|
41
|
+
},
|
42
|
+
"name": {
|
43
|
+
"description": "The title of the condition",
|
44
|
+
"required": true
|
45
|
+
},
|
46
|
+
"policy_id": {
|
47
|
+
"description": "The ID of the policy where this condition should be used.",
|
48
|
+
"required": true
|
49
|
+
},
|
50
|
+
"runbook_url": {
|
51
|
+
"description": "Runbook URL to display in notifications.",
|
52
|
+
"required": false
|
53
|
+
},
|
54
|
+
"term": {
|
55
|
+
"description": "A list of terms for this condition. See Terms below for details.",
|
56
|
+
"required": true
|
57
|
+
},
|
58
|
+
"type": {
|
59
|
+
"description": "The type of condition. One of: apm_app_metric, apm_jvm_metric, apm_kt_metric, servers_metric, browser_metric, mobile_metric",
|
60
|
+
"required": true
|
61
|
+
},
|
62
|
+
"user_defined_metric": {
|
63
|
+
"description": "A custom metric to be evaluated.",
|
64
|
+
"required": false
|
65
|
+
},
|
66
|
+
"user_defined_value_function": {
|
67
|
+
"description": "One of: average, min, max, total, or sample_size.",
|
68
|
+
"required": false
|
69
|
+
},
|
70
|
+
"violation_close_timer": {
|
71
|
+
"description": "Automatically close instance-based violations, including JVM health metric violations, after the number of hours specified. Must be: 1, 2, 4, 8, 12 or 24.",
|
72
|
+
"required": false
|
73
|
+
}
|
74
|
+
},
|
75
|
+
"path": "/docs/providers/newrelic/r/alert_condition.html",
|
76
|
+
"properties": [
|
77
|
+
"policy_id",
|
78
|
+
"name",
|
79
|
+
"type",
|
80
|
+
"entities",
|
81
|
+
"metric",
|
82
|
+
"gc_metric",
|
83
|
+
"violation_close_timer",
|
84
|
+
"runbook_url",
|
85
|
+
"condition_scope",
|
86
|
+
"term",
|
87
|
+
"user_defined_metric",
|
88
|
+
"user_defined_value_function"
|
89
|
+
]
|
90
|
+
},
|
91
|
+
"newrelic_alert_policy": {
|
92
|
+
"full_properties": {
|
93
|
+
"incident_preference": {
|
94
|
+
"description": "The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY.",
|
95
|
+
"required": false
|
96
|
+
},
|
97
|
+
"name": {
|
98
|
+
"description": "The name of the policy.",
|
99
|
+
"required": true
|
100
|
+
}
|
101
|
+
},
|
102
|
+
"path": "/docs/providers/newrelic/r/alert_policy.html",
|
103
|
+
"properties": [
|
104
|
+
"name",
|
105
|
+
"incident_preference"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"newrelic_alert_policy_channel": {
|
109
|
+
"full_properties": {
|
110
|
+
"channel_id": {
|
111
|
+
"description": "The ID of the channel.",
|
112
|
+
"required": true
|
113
|
+
},
|
114
|
+
"policy_id": {
|
115
|
+
"description": "The ID of the policy.",
|
116
|
+
"required": true
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"path": "/docs/providers/newrelic/r/alert_policy_channel.html",
|
120
|
+
"properties": [
|
121
|
+
"policy_id",
|
122
|
+
"channel_id"
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"newrelic_dashboard": {
|
126
|
+
"full_properties": {
|
127
|
+
"editable": {
|
128
|
+
"description": "Who can edit the dashboard in an account. Must be read_only, editable_by_owner, editable_by_all, or all. Defaults to editable_by_all.",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"icon": {
|
132
|
+
"description": "The icon for the dashboard. Defaults to bar-chart.",
|
133
|
+
"required": false
|
134
|
+
},
|
135
|
+
"title": {
|
136
|
+
"description": "The title of the dashboard.",
|
137
|
+
"required": true
|
138
|
+
},
|
139
|
+
"visibility": {
|
140
|
+
"description": "Who can see the dashboard in an account. Must be owner or all. Defaults to all.",
|
141
|
+
"required": false
|
142
|
+
},
|
143
|
+
"widget": {
|
144
|
+
"description": "A widget that describes a visualization. See Widgets below for details.",
|
145
|
+
"required": false
|
146
|
+
}
|
147
|
+
},
|
148
|
+
"path": "/docs/providers/newrelic/r/dashboard.html",
|
149
|
+
"properties": [
|
150
|
+
"title",
|
151
|
+
"icon",
|
152
|
+
"visibility",
|
153
|
+
"widget",
|
154
|
+
"editable"
|
155
|
+
]
|
156
|
+
},
|
157
|
+
"newrelic_infra_alert_condition": {
|
158
|
+
"full_properties": {
|
159
|
+
"comparison": {
|
160
|
+
"description": "The operator used to evaluate the threshold value; \"above\", \"below\", \"equal\".",
|
161
|
+
"required": true
|
162
|
+
},
|
163
|
+
"critical": {
|
164
|
+
"description": "Identifies the critical threshold parameters for triggering an alert notification. See Thresholds below for details.",
|
165
|
+
"required": true
|
166
|
+
},
|
167
|
+
"enabled": {
|
168
|
+
"description": "Set whether to enable the alert condition. Defaults to true.",
|
169
|
+
"required": false
|
170
|
+
},
|
171
|
+
"event": {
|
172
|
+
"description": "The metric event; for example, system metrics, process metrics, storage metrics, or network metrics.",
|
173
|
+
"required": true
|
174
|
+
},
|
175
|
+
"integration_provider": {
|
176
|
+
"description": "For alerts on integrations, use this instead of event. ",
|
177
|
+
"required": false
|
178
|
+
},
|
179
|
+
"name": {
|
180
|
+
"description": "The Infrastructure alert condition's name.",
|
181
|
+
"required": true
|
182
|
+
},
|
183
|
+
"policy_id": {
|
184
|
+
"description": "The ID of the alert policy where this condition should be used.",
|
185
|
+
"required": true
|
186
|
+
},
|
187
|
+
"process_where": {
|
188
|
+
"description": "Any filters applied to processes; for example: \"commandName = 'java'\".",
|
189
|
+
"required": false
|
190
|
+
},
|
191
|
+
"select": {
|
192
|
+
"description": "The attribute name to identify the type of metric condition; for example, \"network\", \"process\", \"system\", or \"storage\".",
|
193
|
+
"required": true
|
194
|
+
},
|
195
|
+
"type": {
|
196
|
+
"description": "The type of Infrastructure alert condition: \"infra_process_running\", \"infra_metric\", or \"infra_host_not_reporting\".",
|
197
|
+
"required": true
|
198
|
+
},
|
199
|
+
"warning": {
|
200
|
+
"description": "Identifies the warning threshold parameters. See Thresholds below for details.",
|
201
|
+
"required": false
|
202
|
+
},
|
203
|
+
"where": {
|
204
|
+
"description": "Infrastructure host filter for the alert condition.",
|
205
|
+
"required": false
|
206
|
+
}
|
207
|
+
},
|
208
|
+
"path": "/docs/providers/newrelic/r/infra_alert_condition.html",
|
209
|
+
"properties": [
|
210
|
+
"policy_id",
|
211
|
+
"name",
|
212
|
+
"enabled",
|
213
|
+
"type",
|
214
|
+
"event",
|
215
|
+
"select",
|
216
|
+
"comparison",
|
217
|
+
"critical",
|
218
|
+
"warning",
|
219
|
+
"where",
|
220
|
+
"process_where",
|
221
|
+
"integration_provider"
|
222
|
+
]
|
223
|
+
},
|
224
|
+
"newrelic_nrql_alert_condition": {
|
225
|
+
"full_properties": {
|
226
|
+
"enabled": {
|
227
|
+
"description": "Set whether to enable the alert condition. Defaults to true.",
|
228
|
+
"required": false
|
229
|
+
},
|
230
|
+
"name": {
|
231
|
+
"description": "The title of the condition",
|
232
|
+
"required": true
|
233
|
+
},
|
234
|
+
"nrql": {
|
235
|
+
"description": "A NRQL query. See NRQL below for details.",
|
236
|
+
"required": true
|
237
|
+
},
|
238
|
+
"policy_id": {
|
239
|
+
"description": "The ID of the policy where this condition should be used.",
|
240
|
+
"required": true
|
241
|
+
},
|
242
|
+
"runbook_url": {
|
243
|
+
"description": "Runbook URL to display in notifications.",
|
244
|
+
"required": false
|
245
|
+
},
|
246
|
+
"term": {
|
247
|
+
"description": "A list of terms for this condition. See Terms below for details.",
|
248
|
+
"required": true
|
249
|
+
},
|
250
|
+
"value_function": {
|
251
|
+
"description": "Possible values are single_value, sum.",
|
252
|
+
"required": false
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"path": "/docs/providers/newrelic/r/nrql_alert_condition.html",
|
256
|
+
"properties": [
|
257
|
+
"policy_id",
|
258
|
+
"name",
|
259
|
+
"runbook_url",
|
260
|
+
"enabled",
|
261
|
+
"term",
|
262
|
+
"nrql",
|
263
|
+
"value_function"
|
264
|
+
]
|
265
|
+
},
|
266
|
+
"newrelic_synthetics_alert_condition": {
|
267
|
+
"full_properties": {
|
268
|
+
"enabled": {
|
269
|
+
"description": "Set whether to enable the alert condition. Defaults to true.",
|
270
|
+
"required": false
|
271
|
+
},
|
272
|
+
"monitor_id": {
|
273
|
+
"description": "The ID of the Synthetics monitor to be referenced in the alert condition. ",
|
274
|
+
"required": true
|
275
|
+
},
|
276
|
+
"name": {
|
277
|
+
"description": "The title of this condition.",
|
278
|
+
"required": true
|
279
|
+
},
|
280
|
+
"policy_id": {
|
281
|
+
"description": "The ID of the policy where this condition should be used.",
|
282
|
+
"required": true
|
283
|
+
},
|
284
|
+
"runbook_url": {
|
285
|
+
"description": "Runbook URL to display in notifications.",
|
286
|
+
"required": false
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"path": "/docs/providers/newrelic/r/synthetics_alert_condition.html",
|
290
|
+
"properties": [
|
291
|
+
"policy_id",
|
292
|
+
"name",
|
293
|
+
"monitor_id",
|
294
|
+
"runbook_url",
|
295
|
+
"enabled"
|
296
|
+
]
|
297
|
+
}
|
298
|
+
}
|