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,295 @@
|
|
1
|
+
{
|
2
|
+
"packet_device": {
|
3
|
+
"full_properties": {
|
4
|
+
"always_pxe": {
|
5
|
+
"description": "- If true, a device with OS custom_ipxe will",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"billing_cycle": {
|
9
|
+
"description": "monthly or hourly",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"description": {
|
13
|
+
"description": "Description string for the device",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"facility": {
|
17
|
+
"description": "The facility in which to create the device. To find the facility code, visit Facilities API docs, set your API auth token in the top of the page and see JSON from the API response.",
|
18
|
+
"required": true
|
19
|
+
},
|
20
|
+
"hardware_reservation_id": {
|
21
|
+
"description": "- The id of hardware reservation where you want this device deployed, or next-available if you want to pick your next available reservation automatically.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"hostname": {
|
25
|
+
"description": "The device name",
|
26
|
+
"required": true
|
27
|
+
},
|
28
|
+
"ipxe_script_url": {
|
29
|
+
"description": "- URL pointing to a hosted iPXE script. More",
|
30
|
+
"required": false
|
31
|
+
},
|
32
|
+
"operating_system": {
|
33
|
+
"description": "The operating system slug. To find the slug, or visit Operating Systems API docs, set your API auth token in the top of the page and see JSON from the API response.",
|
34
|
+
"required": true
|
35
|
+
},
|
36
|
+
"plan": {
|
37
|
+
"description": "The device plan slug. To find the plan slug, visit Device plans API docs, set your auth token in the top of the page and see JSON from the API response.",
|
38
|
+
"required": true
|
39
|
+
},
|
40
|
+
"project_id": {
|
41
|
+
"description": "The id of the project in which to create the device",
|
42
|
+
"required": true
|
43
|
+
},
|
44
|
+
"public_ipv4_subnet_size": {
|
45
|
+
"description": "- Size of allocated subnet, more",
|
46
|
+
"required": false
|
47
|
+
},
|
48
|
+
"storage": {
|
49
|
+
"description": "- JSON for custom partitioning. Only usable on reserved hardware. More information in in the Custom Partitioning and RAID doc.",
|
50
|
+
"required": false
|
51
|
+
},
|
52
|
+
"tags": {
|
53
|
+
"description": "Tags attached to the device",
|
54
|
+
"required": false
|
55
|
+
},
|
56
|
+
"user_data": {
|
57
|
+
"description": "- A string of the desired User Data for the device.",
|
58
|
+
"required": false
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"path": "/docs/providers/packet/r/device.html",
|
62
|
+
"properties": [
|
63
|
+
"hostname",
|
64
|
+
"project_id",
|
65
|
+
"operating_system",
|
66
|
+
"facility",
|
67
|
+
"plan",
|
68
|
+
"billing_cycle",
|
69
|
+
"user_data",
|
70
|
+
"public_ipv4_subnet_size",
|
71
|
+
"ipxe_script_url",
|
72
|
+
"always_pxe",
|
73
|
+
"hardware_reservation_id",
|
74
|
+
"storage",
|
75
|
+
"tags",
|
76
|
+
"description"
|
77
|
+
]
|
78
|
+
},
|
79
|
+
"packet_ip_attachment": {
|
80
|
+
"full_properties": {
|
81
|
+
"cidr_notation": {
|
82
|
+
"description": "CIDR notation of subnet from block reserved in the same",
|
83
|
+
"required": true
|
84
|
+
},
|
85
|
+
"device_id": {
|
86
|
+
"description": "ID of device to which to assign the subnet",
|
87
|
+
"required": true
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"path": "/docs/providers/packet/r/ip_attachment.html",
|
91
|
+
"properties": [
|
92
|
+
"device_id",
|
93
|
+
"cidr_notation"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
"packet_organization": {
|
97
|
+
"full_properties": {
|
98
|
+
"description": {
|
99
|
+
"description": "Description string.",
|
100
|
+
"required": false
|
101
|
+
},
|
102
|
+
"logo": {
|
103
|
+
"description": "Logo URL.",
|
104
|
+
"required": false
|
105
|
+
},
|
106
|
+
"name": {
|
107
|
+
"description": "The name of the Organization.",
|
108
|
+
"required": true
|
109
|
+
},
|
110
|
+
"twitter": {
|
111
|
+
"description": "Twitter handle.",
|
112
|
+
"required": false
|
113
|
+
},
|
114
|
+
"website": {
|
115
|
+
"description": "Website link.",
|
116
|
+
"required": false
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"path": "/docs/providers/packet/r/organization.html",
|
120
|
+
"properties": [
|
121
|
+
"name",
|
122
|
+
"description",
|
123
|
+
"website",
|
124
|
+
"twitter",
|
125
|
+
"logo"
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"packet_project": {
|
129
|
+
"full_properties": {
|
130
|
+
"name": {
|
131
|
+
"description": "The name of the Project on Packet.net",
|
132
|
+
"required": true
|
133
|
+
},
|
134
|
+
"organization_id": {
|
135
|
+
"description": "The UUID of Organization under which you want to create the project. If you leave it out, the project will be create under your the default Organization of your account.",
|
136
|
+
"required": false
|
137
|
+
},
|
138
|
+
"payment_method_id": {
|
139
|
+
"description": "The UUID of payment method for this project. If you keep it empty, Packet API will pick your default Payment Method.",
|
140
|
+
"required": false
|
141
|
+
}
|
142
|
+
},
|
143
|
+
"path": "/docs/providers/packet/r/project.html",
|
144
|
+
"properties": [
|
145
|
+
"name",
|
146
|
+
"payment_method_id",
|
147
|
+
"organization_id"
|
148
|
+
]
|
149
|
+
},
|
150
|
+
"packet_reserved_ip_block": {
|
151
|
+
"full_properties": {
|
152
|
+
"facility": {
|
153
|
+
"description": "The facility where to allocate the address block",
|
154
|
+
"required": true
|
155
|
+
},
|
156
|
+
"project_id": {
|
157
|
+
"description": "The packet project ID where to allocate the address block",
|
158
|
+
"required": true
|
159
|
+
},
|
160
|
+
"quantity": {
|
161
|
+
"description": "The number of allocated /32 addresses, a power of 2",
|
162
|
+
"required": true
|
163
|
+
}
|
164
|
+
},
|
165
|
+
"path": "/docs/providers/packet/r/reserved_ip_block.html",
|
166
|
+
"properties": [
|
167
|
+
"facility",
|
168
|
+
"project_id",
|
169
|
+
"quantity"
|
170
|
+
]
|
171
|
+
},
|
172
|
+
"packet_spot_market_request": {
|
173
|
+
"full_properties": {
|
174
|
+
"devices_max": {
|
175
|
+
"description": "Maximum number devices to be created",
|
176
|
+
"required": true
|
177
|
+
},
|
178
|
+
"devices_min": {
|
179
|
+
"description": "Miniumum number devices to be created",
|
180
|
+
"required": true
|
181
|
+
},
|
182
|
+
"facilities": {
|
183
|
+
"description": "Facility IDs where devices should be created",
|
184
|
+
"required": true
|
185
|
+
},
|
186
|
+
"instance_parameters": {
|
187
|
+
"description": "Device parameters. See device resource for details",
|
188
|
+
"required": true
|
189
|
+
},
|
190
|
+
"max_bid_price": {
|
191
|
+
"description": "Maximum price user is willing to pay per hour per device",
|
192
|
+
"required": true
|
193
|
+
},
|
194
|
+
"project_id": {
|
195
|
+
"description": "Project ID",
|
196
|
+
"required": true
|
197
|
+
},
|
198
|
+
"wait_for_devices": {
|
199
|
+
"description": "On resource creation - wait until all desired devices are active, on resource destruction - wait until devices are removed",
|
200
|
+
"required": false
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"path": "/docs/providers/packet/r/spot_market_request.html",
|
204
|
+
"properties": [
|
205
|
+
"devices_max",
|
206
|
+
"devices_min",
|
207
|
+
"max_bid_price",
|
208
|
+
"facilities",
|
209
|
+
"instance_parameters",
|
210
|
+
"project_id",
|
211
|
+
"wait_for_devices"
|
212
|
+
]
|
213
|
+
},
|
214
|
+
"packet_ssh_key": {
|
215
|
+
"full_properties": {
|
216
|
+
"name": {
|
217
|
+
"description": "The name of the SSH key for identification",
|
218
|
+
"required": true
|
219
|
+
},
|
220
|
+
"public_key": {
|
221
|
+
"description": "The public key. If this is a file, it",
|
222
|
+
"required": true
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"path": "/docs/providers/packet/r/ssh_key.html",
|
226
|
+
"properties": [
|
227
|
+
"name",
|
228
|
+
"public_key"
|
229
|
+
]
|
230
|
+
},
|
231
|
+
"packet_volume": {
|
232
|
+
"full_properties": {
|
233
|
+
"billing_cycle": {
|
234
|
+
"description": "The billing cycle, defaults to \"hourly\"",
|
235
|
+
"required": false
|
236
|
+
},
|
237
|
+
"description": {
|
238
|
+
"description": "Optional description for the volume",
|
239
|
+
"required": false
|
240
|
+
},
|
241
|
+
"facility": {
|
242
|
+
"description": "The facility to create the volume in",
|
243
|
+
"required": true
|
244
|
+
},
|
245
|
+
"locked": {
|
246
|
+
"description": "Lock or unlock the volume",
|
247
|
+
"required": false
|
248
|
+
},
|
249
|
+
"plan": {
|
250
|
+
"description": "The service plan slug of the volume",
|
251
|
+
"required": true
|
252
|
+
},
|
253
|
+
"project_id": {
|
254
|
+
"description": "The packet project ID to deploy the volume in",
|
255
|
+
"required": true
|
256
|
+
},
|
257
|
+
"size": {
|
258
|
+
"description": "The size in GB to make the volume",
|
259
|
+
"required": true
|
260
|
+
},
|
261
|
+
"snapshot_policies": {
|
262
|
+
"description": "Optional list of snapshot policies",
|
263
|
+
"required": false
|
264
|
+
}
|
265
|
+
},
|
266
|
+
"path": "/docs/providers/packet/r/volume.html",
|
267
|
+
"properties": [
|
268
|
+
"plan",
|
269
|
+
"facility",
|
270
|
+
"project_id",
|
271
|
+
"size",
|
272
|
+
"billing_cycle",
|
273
|
+
"description",
|
274
|
+
"snapshot_policies",
|
275
|
+
"locked"
|
276
|
+
]
|
277
|
+
},
|
278
|
+
"packet_volume_attachment": {
|
279
|
+
"full_properties": {
|
280
|
+
"device_id": {
|
281
|
+
"description": "The ID of the device to which the volume should be attached",
|
282
|
+
"required": true
|
283
|
+
},
|
284
|
+
"volume_id": {
|
285
|
+
"description": "The ID of the volume to attach",
|
286
|
+
"required": true
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"path": "/docs/providers/packet/r/volume_attachment.html",
|
290
|
+
"properties": [
|
291
|
+
"volume_id",
|
292
|
+
"device_id"
|
293
|
+
]
|
294
|
+
}
|
295
|
+
}
|
@@ -0,0 +1,329 @@
|
|
1
|
+
{
|
2
|
+
"pagerduty_addon": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "The name of the add-on.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"src": {
|
9
|
+
"description": "The source URL to display in a frame in the PagerDuty UI. HTTPS is required.",
|
10
|
+
"required": true
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"path": "/docs/providers/pagerduty/r/addon.html",
|
14
|
+
"properties": [
|
15
|
+
"name",
|
16
|
+
"src"
|
17
|
+
]
|
18
|
+
},
|
19
|
+
"pagerduty_escalation_policy": {
|
20
|
+
"full_properties": {
|
21
|
+
"description": {
|
22
|
+
"description": "A human-friendly description of the escalation policy.",
|
23
|
+
"required": false
|
24
|
+
},
|
25
|
+
"name": {
|
26
|
+
"description": "The name of the escalation policy.",
|
27
|
+
"required": true
|
28
|
+
},
|
29
|
+
"num_loops": {
|
30
|
+
"description": "The number of times the escalation policy will repeat after reaching the end of its escalation.",
|
31
|
+
"required": false
|
32
|
+
},
|
33
|
+
"rule": {
|
34
|
+
"description": "An Escalation rule block. Escalation rules documented below.",
|
35
|
+
"required": true
|
36
|
+
},
|
37
|
+
"teams": {
|
38
|
+
"description": "Teams associated with the policy. Account must have the teams ability to use this parameter.",
|
39
|
+
"required": false
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"path": "/docs/providers/pagerduty/r/escalation_policy.html",
|
43
|
+
"properties": [
|
44
|
+
"name",
|
45
|
+
"teams",
|
46
|
+
"description",
|
47
|
+
"num_loops",
|
48
|
+
"rule"
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"pagerduty_extension": {
|
52
|
+
"full_properties": {
|
53
|
+
"config": {
|
54
|
+
"description": "The configuration of the service extension as string containing plain JSON-encoded data.",
|
55
|
+
"required": false
|
56
|
+
},
|
57
|
+
"endpoint_url": {
|
58
|
+
"description": "The url of the extension.",
|
59
|
+
"required": false
|
60
|
+
},
|
61
|
+
"extension_objects": {
|
62
|
+
"description": "This is the objects for which the extension applies (An array of service ids).",
|
63
|
+
"required": true
|
64
|
+
},
|
65
|
+
"extension_schema": {
|
66
|
+
"description": "This is the schema for this extension.",
|
67
|
+
"required": true
|
68
|
+
},
|
69
|
+
"name": {
|
70
|
+
"description": "The name of the service extension.",
|
71
|
+
"required": false
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"path": "/docs/providers/pagerduty/r/extension.html",
|
75
|
+
"properties": [
|
76
|
+
"name",
|
77
|
+
"endpoint_url",
|
78
|
+
"extension_schema",
|
79
|
+
"extension_objects",
|
80
|
+
"config"
|
81
|
+
]
|
82
|
+
},
|
83
|
+
"pagerduty_maintenance_window": {
|
84
|
+
"full_properties": {
|
85
|
+
"description": {
|
86
|
+
"description": "A description for the maintenance window.",
|
87
|
+
"required": false
|
88
|
+
},
|
89
|
+
"end_time": {
|
90
|
+
"description": "The maintenance window's end time. This is when the services will start creating incidents again. This date must be in the future and after the start_time.",
|
91
|
+
"required": true
|
92
|
+
},
|
93
|
+
"services": {
|
94
|
+
"description": "A list of service IDs to include in the maintenance window.",
|
95
|
+
"required": true
|
96
|
+
},
|
97
|
+
"start_time": {
|
98
|
+
"description": "The maintenance window's start time. This is when the services will stop creating incidents. If this date is in the past, it will be updated to be the current time.",
|
99
|
+
"required": true
|
100
|
+
}
|
101
|
+
},
|
102
|
+
"path": "/docs/providers/pagerduty/r/maintenance_window.html",
|
103
|
+
"properties": [
|
104
|
+
"start_time",
|
105
|
+
"end_time",
|
106
|
+
"services",
|
107
|
+
"description"
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"pagerduty_schedule": {
|
111
|
+
"full_properties": {
|
112
|
+
"description": {
|
113
|
+
"description": "The description of the schedule",
|
114
|
+
"required": false
|
115
|
+
},
|
116
|
+
"layer": {
|
117
|
+
"description": "A schedule layer block. Schedule layers documented below.",
|
118
|
+
"required": true
|
119
|
+
},
|
120
|
+
"name": {
|
121
|
+
"description": "The name of the escalation policy.",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"overflow": {
|
125
|
+
"description": "Any on-call schedule entries that pass the date range bounds will be truncated at the bounds, unless the parameter overflow is passed. For instance, if your schedule is a rotation that changes daily at midnight UTC, and your date range is from 2011-06-01T10:00:00Z to 2011-06-01T14:00:00Z:",
|
126
|
+
"required": false
|
127
|
+
},
|
128
|
+
"time_zone": {
|
129
|
+
"description": "The time zone of the schedule (e.g Europe/Berlin).",
|
130
|
+
"required": true
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"path": "/docs/providers/pagerduty/r/schedule.html",
|
134
|
+
"properties": [
|
135
|
+
"name",
|
136
|
+
"time_zone",
|
137
|
+
"description",
|
138
|
+
"layer",
|
139
|
+
"overflow"
|
140
|
+
]
|
141
|
+
},
|
142
|
+
"pagerduty_service": {
|
143
|
+
"full_properties": {
|
144
|
+
"acknowledgement_timeout": {
|
145
|
+
"description": "Time in seconds that an incident changes to the Triggered State after being Acknowledged. Disabled if set to the \"null\" string.",
|
146
|
+
"required": false
|
147
|
+
},
|
148
|
+
"alert_creation": {
|
149
|
+
"description": "Must be one of two values. PagerDuty receives events from your monitoring systems and can then create incidents in different ways. Value \"create_incidents\" is default: events will create an incident that cannot be merged. Value \"create_alerts_and_incidents\" is the alternative: events will create an alert and then add it to a new incident, these incidents can be merged.",
|
150
|
+
"required": false
|
151
|
+
},
|
152
|
+
"auto_resolve_timeout": {
|
153
|
+
"description": "Time in seconds that an incident is automatically resolved if left open for that long. Disabled if set to the \"null\" string.",
|
154
|
+
"required": false
|
155
|
+
},
|
156
|
+
"description": {
|
157
|
+
"description": "A human-friendly description of the escalation policy.",
|
158
|
+
"required": false
|
159
|
+
},
|
160
|
+
"escalation_policy": {
|
161
|
+
"description": "The escalation policy used by this service.",
|
162
|
+
"required": true
|
163
|
+
},
|
164
|
+
"name": {
|
165
|
+
"description": "The name of the service.",
|
166
|
+
"required": true
|
167
|
+
}
|
168
|
+
},
|
169
|
+
"path": "/docs/providers/pagerduty/r/service.html",
|
170
|
+
"properties": [
|
171
|
+
"name",
|
172
|
+
"description",
|
173
|
+
"auto_resolve_timeout",
|
174
|
+
"acknowledgement_timeout",
|
175
|
+
"escalation_policy",
|
176
|
+
"alert_creation"
|
177
|
+
]
|
178
|
+
},
|
179
|
+
"pagerduty_service_integration": {
|
180
|
+
"full_properties": {
|
181
|
+
"integration_email": {
|
182
|
+
"description": "This is the unique fully-qualified email address used for routing emails to this integration for processing.",
|
183
|
+
"required": false
|
184
|
+
},
|
185
|
+
"integration_key": {
|
186
|
+
"description": "This is the unique key used to route events to this integration when received via the PagerDuty Events API.",
|
187
|
+
"required": false
|
188
|
+
},
|
189
|
+
"name": {
|
190
|
+
"description": "The name of the service integration.",
|
191
|
+
"required": false
|
192
|
+
},
|
193
|
+
"service": {
|
194
|
+
"description": "The ID of the service the integration should belong to.",
|
195
|
+
"required": true
|
196
|
+
},
|
197
|
+
"type": {
|
198
|
+
"description": "The service type. Can be:",
|
199
|
+
"required": false
|
200
|
+
},
|
201
|
+
"vendor": {
|
202
|
+
"description": "The ID of the vendor the integration should integrate with (e.g Datadog or Amazon Cloudwatch).",
|
203
|
+
"required": false
|
204
|
+
}
|
205
|
+
},
|
206
|
+
"path": "/docs/providers/pagerduty/r/service_integration.html",
|
207
|
+
"properties": [
|
208
|
+
"service",
|
209
|
+
"name",
|
210
|
+
"type",
|
211
|
+
"vendor",
|
212
|
+
"integration_key",
|
213
|
+
"integration_email"
|
214
|
+
]
|
215
|
+
},
|
216
|
+
"pagerduty_team": {
|
217
|
+
"full_properties": {
|
218
|
+
"description": {
|
219
|
+
"description": "A human-friendly description of the team.",
|
220
|
+
"required": false
|
221
|
+
},
|
222
|
+
"name": {
|
223
|
+
"description": "The name of the group.",
|
224
|
+
"required": true
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"path": "/docs/providers/pagerduty/r/team.html",
|
228
|
+
"properties": [
|
229
|
+
"name",
|
230
|
+
"description"
|
231
|
+
]
|
232
|
+
},
|
233
|
+
"pagerduty_team_membership": {
|
234
|
+
"full_properties": {
|
235
|
+
"team_id": {
|
236
|
+
"description": "The ID of the team in which the user will belong.",
|
237
|
+
"required": true
|
238
|
+
},
|
239
|
+
"user_id": {
|
240
|
+
"description": "The ID of the user to add to the team.",
|
241
|
+
"required": true
|
242
|
+
}
|
243
|
+
},
|
244
|
+
"path": "/docs/providers/pagerduty/r/team_membership.html",
|
245
|
+
"properties": [
|
246
|
+
"user_id",
|
247
|
+
"team_id"
|
248
|
+
]
|
249
|
+
},
|
250
|
+
"pagerduty_user": {
|
251
|
+
"full_properties": {
|
252
|
+
"color": {
|
253
|
+
"description": "The schedule color for the user.",
|
254
|
+
"required": false
|
255
|
+
},
|
256
|
+
"description": {
|
257
|
+
"description": "A human-friendly description of the user.",
|
258
|
+
"required": false
|
259
|
+
},
|
260
|
+
"email": {
|
261
|
+
"description": "The user's email address.",
|
262
|
+
"required": true
|
263
|
+
},
|
264
|
+
"job_title": {
|
265
|
+
"description": "The user's title.",
|
266
|
+
"required": false
|
267
|
+
},
|
268
|
+
"name": {
|
269
|
+
"description": "The name of the user.",
|
270
|
+
"required": true
|
271
|
+
},
|
272
|
+
"role": {
|
273
|
+
"description": "The user role. Account must have the read_only_users ability to set a user as a read_only_user. Can be admin, limited_user, owner, read_only_user, team_responder or user",
|
274
|
+
"required": false
|
275
|
+
},
|
276
|
+
"teams": {
|
277
|
+
"description": "A list of teams the user should belong to.",
|
278
|
+
"required": false
|
279
|
+
}
|
280
|
+
},
|
281
|
+
"path": "/docs/providers/pagerduty/r/user.html",
|
282
|
+
"properties": [
|
283
|
+
"name",
|
284
|
+
"email",
|
285
|
+
"color",
|
286
|
+
"role",
|
287
|
+
"job_title",
|
288
|
+
"teams",
|
289
|
+
"description"
|
290
|
+
]
|
291
|
+
},
|
292
|
+
"pagerduty_user_contact_method": {
|
293
|
+
"full_properties": {
|
294
|
+
"address": {
|
295
|
+
"description": "The \"address\" to deliver to: email, phone number, etc., depending on the type.",
|
296
|
+
"required": true
|
297
|
+
},
|
298
|
+
"country_code": {
|
299
|
+
"description": "The 1-to-3 digit country calling code. Required when using phone_contact_method or sms_contact_method.",
|
300
|
+
"required": false
|
301
|
+
},
|
302
|
+
"label": {
|
303
|
+
"description": "The label (e.g., \"Work\", \"Mobile\", etc.).",
|
304
|
+
"required": true
|
305
|
+
},
|
306
|
+
"send_short_email": {
|
307
|
+
"description": "Send an abbreviated email message instead of the standard email output.",
|
308
|
+
"required": false
|
309
|
+
},
|
310
|
+
"type": {
|
311
|
+
"description": "The contact method type. May be (email_contact_method, phone_contact_method, sms_contact_method, push_notification_contact_method).",
|
312
|
+
"required": true
|
313
|
+
},
|
314
|
+
"user_id": {
|
315
|
+
"description": "The ID of the user.",
|
316
|
+
"required": true
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"path": "/docs/providers/pagerduty/r/user_contact_method.html",
|
320
|
+
"properties": [
|
321
|
+
"user_id",
|
322
|
+
"type",
|
323
|
+
"send_short_email",
|
324
|
+
"country_code",
|
325
|
+
"label",
|
326
|
+
"address"
|
327
|
+
]
|
328
|
+
}
|
329
|
+
}
|