vultr 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +1 -1
  4. data/lib/vultr/collection.rb +2 -1
  5. data/lib/vultr/version.rb +1 -1
  6. metadata +17 -183
  7. data/.github/workflows/ci.yml +0 -38
  8. data/.gitignore +0 -23
  9. data/.standard.yml +0 -1
  10. data/Appraisals +0 -8
  11. data/Gemfile +0 -8
  12. data/Rakefile +0 -14
  13. data/bin/console +0 -21
  14. data/bin/setup +0 -8
  15. data/bin/test +0 -6
  16. data/gemfiles/faraday_1.gemfile +0 -12
  17. data/gemfiles/faraday_1.gemfile.lock +0 -104
  18. data/gemfiles/faraday_2.gemfile +0 -11
  19. data/gemfiles/faraday_2.gemfile.lock +0 -87
  20. data/test/fixtures/account/info.json +0 -11
  21. data/test/fixtures/applications/list.json +0 -29
  22. data/test/fixtures/backups/list.json +0 -18
  23. data/test/fixtures/backups/retrieve.json +0 -9
  24. data/test/fixtures/bare_metals/bandwidth.json +0 -12
  25. data/test/fixtures/bare_metals/create.json +0 -26
  26. data/test/fixtures/bare_metals/list.json +0 -36
  27. data/test/fixtures/bare_metals/list_ipv4.json +0 -18
  28. data/test/fixtures/bare_metals/list_ipv6.json +0 -17
  29. data/test/fixtures/bare_metals/reinstall.json +0 -25
  30. data/test/fixtures/bare_metals/retrieve.json +0 -26
  31. data/test/fixtures/bare_metals/update.json +0 -26
  32. data/test/fixtures/bare_metals/upgrades.json +0 -47
  33. data/test/fixtures/bare_metals/user_data.json +0 -5
  34. data/test/fixtures/bare_metals/vnc.json +0 -5
  35. data/test/fixtures/block_storage/attach.json +0 -4
  36. data/test/fixtures/block_storage/create.json +0 -13
  37. data/test/fixtures/block_storage/detach.json +0 -4
  38. data/test/fixtures/block_storage/list.json +0 -22
  39. data/test/fixtures/block_storage/retrieve.json +0 -13
  40. data/test/fixtures/domains/create.json +0 -6
  41. data/test/fixtures/domains/dnssec.json +0 -7
  42. data/test/fixtures/domains/list.json +0 -15
  43. data/test/fixtures/domains/record.json +0 -10
  44. data/test/fixtures/domains/records.json +0 -19
  45. data/test/fixtures/domains/retrieve.json +0 -6
  46. data/test/fixtures/domains/soa.json +0 -6
  47. data/test/fixtures/firewall/create.json +0 -11
  48. data/test/fixtures/firewall/create_rule.json +0 -9
  49. data/test/fixtures/firewall/delete.json +0 -1
  50. data/test/fixtures/firewall/delete_rule.json +0 -1
  51. data/test/fixtures/firewall/list.json +0 -20
  52. data/test/fixtures/firewall/list_rules.json +0 -22
  53. data/test/fixtures/firewall/retrieve.json +0 -11
  54. data/test/fixtures/firewall/retrieve_rule.json +0 -13
  55. data/test/fixtures/firewall/update.json +0 -1
  56. data/test/fixtures/instances/attach_iso.json +0 -6
  57. data/test/fixtures/instances/attach_private_network.json +0 -1
  58. data/test/fixtures/instances/backup_schedule.json +0 -10
  59. data/test/fixtures/instances/bandwidth.json +0 -12
  60. data/test/fixtures/instances/create.json +0 -36
  61. data/test/fixtures/instances/create_ipv4_reverse.json +0 -1
  62. data/test/fixtures/instances/create_ipv6_reverse.json +0 -1
  63. data/test/fixtures/instances/delete.json +0 -1
  64. data/test/fixtures/instances/delete_ipv4.json +0 -1
  65. data/test/fixtures/instances/delete_ipv6.json +0 -1
  66. data/test/fixtures/instances/detach_iso.json +0 -5
  67. data/test/fixtures/instances/detach_private_network.json +0 -1
  68. data/test/fixtures/instances/halt.json +0 -1
  69. data/test/fixtures/instances/halt_instances.json +0 -1
  70. data/test/fixtures/instances/ipv4.json +0 -9
  71. data/test/fixtures/instances/ipv6_reverse.json +0 -15
  72. data/test/fixtures/instances/iso.json +0 -6
  73. data/test/fixtures/instances/list.json +0 -44
  74. data/test/fixtures/instances/list_ipv4.json +0 -32
  75. data/test/fixtures/instances/list_ipv6.json +0 -17
  76. data/test/fixtures/instances/list_private_networks.json +0 -16
  77. data/test/fixtures/instances/neighbors.json +0 -6
  78. data/test/fixtures/instances/reboot.json +0 -1
  79. data/test/fixtures/instances/reboot_instances.json +0 -1
  80. data/test/fixtures/instances/reinstall.json +0 -35
  81. data/test/fixtures/instances/restore.json +0 -7
  82. data/test/fixtures/instances/retrieve.json +0 -35
  83. data/test/fixtures/instances/set_backup_schedule.json +0 -1
  84. data/test/fixtures/instances/set_default_reverse_dns_entry.json +0 -1
  85. data/test/fixtures/instances/start.json +0 -1
  86. data/test/fixtures/instances/start_instances.json +0 -1
  87. data/test/fixtures/instances/update.json +0 -1
  88. data/test/fixtures/instances/upgrades.json +0 -55
  89. data/test/fixtures/instances/user_data.json +0 -5
  90. data/test/fixtures/isos/create.json +0 -8
  91. data/test/fixtures/isos/list.json +0 -20
  92. data/test/fixtures/isos/list_public.json +0 -17
  93. data/test/fixtures/isos/retrieve.json +0 -11
  94. data/test/fixtures/kubernetes/config.json +0 -3
  95. data/test/fixtures/kubernetes/create.json +0 -39
  96. data/test/fixtures/kubernetes/create_node_pool.json +0 -25
  97. data/test/fixtures/kubernetes/list.json +0 -85
  98. data/test/fixtures/kubernetes/list_node_pools.json +0 -56
  99. data/test/fixtures/kubernetes/list_resources.json +0 -26
  100. data/test/fixtures/kubernetes/retrieve.json +0 -39
  101. data/test/fixtures/kubernetes/retrieve_node_pool.json +0 -25
  102. data/test/fixtures/kubernetes/update_node_pool.json +0 -19
  103. data/test/fixtures/load_balancers/create.json +0 -48
  104. data/test/fixtures/load_balancers/create_forwarding_rule.json +0 -1
  105. data/test/fixtures/load_balancers/delete.json +0 -1
  106. data/test/fixtures/load_balancers/delete_forwarding_rule.json +0 -1
  107. data/test/fixtures/load_balancers/list.json +0 -57
  108. data/test/fixtures/load_balancers/list_firewall_rules.json +0 -17
  109. data/test/fixtures/load_balancers/list_forwarding_rules.json +0 -18
  110. data/test/fixtures/load_balancers/retrieve.json +0 -48
  111. data/test/fixtures/load_balancers/retrieve_firewall_rule.json +0 -8
  112. data/test/fixtures/load_balancers/retrieve_forwarding_rule.json +0 -9
  113. data/test/fixtures/load_balancers/update.json +0 -1
  114. data/test/fixtures/object_storage/create.json +0 -14
  115. data/test/fixtures/object_storage/delete.json +0 -1
  116. data/test/fixtures/object_storage/list.json +0 -22
  117. data/test/fixtures/object_storage/list_clusters.json +0 -17
  118. data/test/fixtures/object_storage/regenerate_keys.json +0 -7
  119. data/test/fixtures/object_storage/retrieve.json +0 -13
  120. data/test/fixtures/object_storage/update.json +0 -1
  121. data/test/fixtures/operating_systems/list.json +0 -17
  122. data/test/fixtures/plans/list.json +0 -22
  123. data/test/fixtures/plans/list_metal.json +0 -24
  124. data/test/fixtures/private_networks/create.json +0 -10
  125. data/test/fixtures/private_networks/delete.json +0 -1
  126. data/test/fixtures/private_networks/list.json +0 -19
  127. data/test/fixtures/private_networks/retrieve.json +0 -10
  128. data/test/fixtures/private_networks/update.json +0 -1
  129. data/test/fixtures/regions/list.json +0 -20
  130. data/test/fixtures/regions/list_availability.json +0 -24
  131. data/test/fixtures/reserved_ips/attach.json +0 -1
  132. data/test/fixtures/reserved_ips/convert.json +0 -11
  133. data/test/fixtures/reserved_ips/create.json +0 -11
  134. data/test/fixtures/reserved_ips/delete.json +0 -1
  135. data/test/fixtures/reserved_ips/detach.json +0 -1
  136. data/test/fixtures/reserved_ips/list.json +0 -29
  137. data/test/fixtures/reserved_ips/retrieve.json +0 -11
  138. data/test/fixtures/snapshots/create.json +0 -11
  139. data/test/fixtures/snapshots/create_from_url.json +0 -11
  140. data/test/fixtures/snapshots/delete.json +0 -1
  141. data/test/fixtures/snapshots/list.json +0 -20
  142. data/test/fixtures/snapshots/retrieve.json +0 -11
  143. data/test/fixtures/snapshots/update.json +0 -1
  144. data/test/fixtures/ssh_keys/create.json +0 -8
  145. data/test/fixtures/ssh_keys/delete.json +0 -1
  146. data/test/fixtures/ssh_keys/list.json +0 -17
  147. data/test/fixtures/ssh_keys/retrieve.json +0 -8
  148. data/test/fixtures/ssh_keys/update.json +0 -1
  149. data/test/fixtures/startup_scripts/create.json +0 -10
  150. data/test/fixtures/startup_scripts/delete.json +0 -1
  151. data/test/fixtures/startup_scripts/list.json +0 -18
  152. data/test/fixtures/startup_scripts/retrieve.json +0 -10
  153. data/test/fixtures/startup_scripts/update.json +0 -1
  154. data/test/fixtures/users/create.json +0 -9
  155. data/test/fixtures/users/delete.json +0 -1
  156. data/test/fixtures/users/list.json +0 -29
  157. data/test/fixtures/users/retrieve.json +0 -20
  158. data/test/fixtures/users/update.json +0 -1
  159. data/test/test_helper.rb +0 -19
  160. data/test/vultr/client_test.rb +0 -8
  161. data/test/vultr/object_test.rb +0 -21
  162. data/test/vultr/resources/account_test.rb +0 -12
  163. data/test/vultr/resources/applications_test.rb +0 -15
  164. data/test/vultr/resources/backups_test.rb +0 -24
  165. data/test/vultr/resources/bare_metal_test.rb +0 -267
  166. data/test/vultr/resources/block_storage_test.rb +0 -85
  167. data/test/vultr/resources/dns_test.rb +0 -134
  168. data/test/vultr/resources/firewall_test.rb +0 -88
  169. data/test/vultr/resources/instances_test.rb +0 -325
  170. data/test/vultr/resources/iso_test.rb +0 -58
  171. data/test/vultr/resources/kubernetes_test.rb +0 -185
  172. data/test/vultr/resources/load_balancers_test.rb +0 -110
  173. data/test/vultr/resources/object_storage_test.rb +0 -71
  174. data/test/vultr/resources/operating_systems_test.rb +0 -15
  175. data/test/vultr/resources/plans_test.rb +0 -25
  176. data/test/vultr/resources/private_networks_test.rb +0 -50
  177. data/test/vultr/resources/regions_test.rb +0 -26
  178. data/test/vultr/resources/reserved_ips_test.rb +0 -67
  179. data/test/vultr/resources/snapshots_test.rb +0 -60
  180. data/test/vultr/resources/ssh_keys_test.rb +0 -50
  181. data/test/vultr/resources/startup_scripts_test.rb +0 -50
  182. data/test/vultr/resources/users_test.rb +0 -50
  183. data/vultr.gemspec +0 -24
@@ -1,29 +0,0 @@
1
- {
2
- "applications": [
3
- {
4
- "id": 1,
5
- "name": "LEMP",
6
- "short_name": "lemp",
7
- "deploy_name": "LEMP on CentOS 6 x64",
8
- "type": "one-click",
9
- "vendor": "vultr",
10
- "image_id": ""
11
- },
12
- {
13
- "id": 1028,
14
- "name": "OpenLiteSpeed WordPress",
15
- "short_name": "openlitespeedwordpress",
16
- "deploy_name": "OpenLiteSpeed WordPress on Ubuntu 20.04 x64",
17
- "type": "marketplace",
18
- "vendor": "LiteSpeed_Technologies",
19
- "image_id": "openlitespeed-wordpress"
20
- }
21
- ],
22
- "meta": {
23
- "total": 2,
24
- "links": {
25
- "next": "",
26
- "prev": ""
27
- }
28
- }
29
- }
@@ -1,18 +0,0 @@
1
- {
2
- "backups": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "date_created": "2020-10-10T01:56:20+00:00",
6
- "description": "Example Automatic Backup",
7
- "size": 10000000,
8
- "status": "complete"
9
- }
10
- ],
11
- "meta": {
12
- "total": 1,
13
- "links": {
14
- "next": "",
15
- "prev": ""
16
- }
17
- }
18
- }
@@ -1,9 +0,0 @@
1
- {
2
- "backup": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "description": "Example Description",
6
- "size": 10000000,
7
- "status": "complete"
8
- }
9
- }
@@ -1,12 +0,0 @@
1
- {
2
- "bandwidth": {
3
- "2020-07-25": {
4
- "incoming_bytes": 15989787,
5
- "outgoing_bytes": 25327729
6
- },
7
- "2020-07-26": {
8
- "incoming_bytes": 13964112,
9
- "outgoing_bytes": 22257069
10
- }
11
- }
12
- }
@@ -1,26 +0,0 @@
1
- {
2
- "bare_metal": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "os": "Application",
5
- "ram": "32768 MB",
6
- "disk": "2x 240GB SSD",
7
- "main_ip": "",
8
- "cpu_count": 4,
9
- "region": "ams",
10
- "date_created": "2020-10-10T01:56:20+00:00",
11
- "status": "pending",
12
- "netmask_v4": "",
13
- "gateway_v4": "",
14
- "plan": "vbm-4c-32gb",
15
- "v6_network": "",
16
- "v6_main_ip": "",
17
- "v6_network_size": 0,
18
- "label": "Example Bare Metal",
19
- "mac_address": 2199756823533,
20
- "tag": "Example Tag",
21
- "os_id": 186,
22
- "app_id": 3,
23
- "image_id": "",
24
- "features": ["ipv6"]
25
- }
26
- }
@@ -1,36 +0,0 @@
1
- {
2
- "bare_metals": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "os": "Application",
6
- "ram": "32768 MB",
7
- "disk": "2x 240GB SSD",
8
- "main_ip": "192.0.2.123",
9
- "cpu_count": 4,
10
- "region": "ams",
11
- "default_password": "example-password",
12
- "date_created": "2020-10-10T01:56:20+00:00",
13
- "status": "active",
14
- "netmask_v4": "255.255.254.0",
15
- "gateway_v4": "192.0.2.1",
16
- "plan": "vbm-4c-32gb",
17
- "v6_network": "2001:0db8:5001:3990::",
18
- "v6_main_ip": "2001:0db8:5001:3990:0ec4:7aff:fe8e:f97a",
19
- "v6_network_size": 64,
20
- "label": "Example Bare Metal",
21
- "tag": "Example Tag",
22
- "mac_address": 2199756823533,
23
- "os_id": 186,
24
- "app_id": 3,
25
- "image_id": "",
26
- "features": ["ipv6"]
27
- }
28
- ],
29
- "meta": {
30
- "total": 1,
31
- "links": {
32
- "next": "next",
33
- "prev": "prev"
34
- }
35
- }
36
- }
@@ -1,18 +0,0 @@
1
- {
2
- "ipv4s": [
3
- {
4
- "ip": "192.0.2.123",
5
- "netmask": "255.255.254.0",
6
- "gateway": "192.0.2.1",
7
- "type": "main_ip",
8
- "reverse": "192.0.2.123.vultr.com"
9
- }
10
- ],
11
- "meta": {
12
- "total": 1,
13
- "links": {
14
- "next": "next",
15
- "prev": "prev"
16
- }
17
- }
18
- }
@@ -1,17 +0,0 @@
1
- {
2
- "ipv6s": [
3
- {
4
- "ip": "2001:0db8:5001:3990:0ec4:7aff:fe8e:f97a",
5
- "network": "2001:0db8:5001:3990::",
6
- "network_size": 64,
7
- "type": "main_ip"
8
- }
9
- ],
10
- "meta": {
11
- "total": 1,
12
- "links": {
13
- "next": "next",
14
- "prev": "prev"
15
- }
16
- }
17
- }
@@ -1,25 +0,0 @@
1
- {
2
- "bare_metal": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "os": "Application",
5
- "ram": "32768 MB",
6
- "disk": "2x 240GB SSD",
7
- "main_ip": "192.0.2.123",
8
- "cpu_count": 4,
9
- "region": "ams",
10
- "date_created": "2020-10-10T01:56:20+00:00",
11
- "status": "pending",
12
- "netmask_v4": "255.255.254.0",
13
- "gateway_v4": "192.0.2.1",
14
- "plan": "vbm-4c-32gb",
15
- "v6_network": "2001:0db8:5001:3990::",
16
- "v6_main_ip": "2001:0db8:5001:3990:0ec4:7aff:fe8e:f97a",
17
- "v6_network_size": 64,
18
- "label": "Example Bare Metal",
19
- "mac_address": 2199756823533,
20
- "tag": "Example Tag",
21
- "os_id": 183,
22
- "app_id": 3,
23
- "image_id": ""
24
- }
25
- }
@@ -1,26 +0,0 @@
1
- {
2
- "bare_metal": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "os": "Application",
5
- "ram": "32768 MB",
6
- "disk": "2x 240GB SSD",
7
- "main_ip": "192.0.2.123",
8
- "cpu_count": 4,
9
- "region": "ams",
10
- "date_created": "2020-10-10T01:56:20+00:00",
11
- "status": "pending",
12
- "netmask_v4": "255.255.254.0",
13
- "gateway_v4": "192.0.2.1",
14
- "plan": "vbm-4c-32gb",
15
- "v6_network": "2001:0db8:5001:3990::",
16
- "v6_main_ip": "2001:0db8:5001:3990:0ec4:7aff:fe8e:f97a",
17
- "v6_network_size": 64,
18
- "mac_address": 2199756823533,
19
- "label": "Example Bare Metal",
20
- "tag": "Example Tag",
21
- "os_id": 183,
22
- "app_id": 3,
23
- "image_id": "",
24
- "features": ["ipv6"]
25
- }
26
- }
@@ -1,26 +0,0 @@
1
- {
2
- "bare_metal": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "os": "Application",
5
- "ram": "32768 MB",
6
- "disk": "2x 240GB SSD",
7
- "main_ip": "192.0.2.123",
8
- "cpu_count": 4,
9
- "region": "ams",
10
- "date_created": "2020-10-10T01:56:20+00:00",
11
- "status": "pending",
12
- "netmask_v4": "255.255.254.0",
13
- "gateway_v4": "192.0.2.1",
14
- "plan": "vbm-4c-32gb",
15
- "v6_network": "2001:0db8:5001:3990::",
16
- "v6_main_ip": "2001:0db8:5001:3990:0ec4:7aff:fe8e:f97a",
17
- "v6_network_size": 64,
18
- "mac_address": 2199756823533,
19
- "label": "Updated Bare Metal Label",
20
- "tag": "Updated Tag",
21
- "os_id": 183,
22
- "app_id": 3,
23
- "image_id": "",
24
- "features": ["ipv6"]
25
- }
26
- }
@@ -1,47 +0,0 @@
1
- {
2
- "upgrades": {
3
- "os": [
4
- {
5
- "id": 127,
6
- "name": "CentOS 6 x64",
7
- "arch": "x64",
8
- "family": "centos"
9
- },
10
- {
11
- "id": 147,
12
- "name": "CentOS 6 i386",
13
- "arch": "i386",
14
- "family": "centos"
15
- }
16
- ],
17
- "applications": [
18
- {
19
- "id": 1,
20
- "name": "LEMP",
21
- "short_name": "lemp",
22
- "deploy_name": "LEMP on CentOS 6 x64",
23
- "type": "one-click",
24
- "vendor": "vultr",
25
- "image_id": ""
26
- },
27
- {
28
- "id": 39,
29
- "name": "LEMP",
30
- "short_name": "lemp",
31
- "deploy_name": "LEMP on CentOS 7 x64",
32
- "type": "one-click",
33
- "vendor": "vultr",
34
- "image_id": ""
35
- },
36
- {
37
- "id": 1028,
38
- "name": "OpenLiteSpeed WordPress",
39
- "short_name": "openlitespeedwordpress",
40
- "deploy_name": "OpenLiteSpeed WordPress on Ubuntu 20.04 x64",
41
- "type": "marketplace",
42
- "vendor": "LiteSpeed_Technologies",
43
- "image_id": "openlitespeed-wordpress"
44
- }
45
- ]
46
- }
47
- }
@@ -1,5 +0,0 @@
1
- {
2
- "user_data": {
3
- "data": "QmFzZTY0IEV4YW1wbGUgRGF0YQ=="
4
- }
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "vnc": {
3
- "url": "https://my.vultr.com/subs/baremetal/novnc/api.php?data=00example11223344"
4
- }
5
- }
@@ -1,4 +0,0 @@
1
- {
2
- "instance_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
3
- "live": true
4
- }
@@ -1,13 +0,0 @@
1
- {
2
- "block": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "cost": 5,
6
- "status": "active",
7
- "size_gb": 50,
8
- "region": "ewr",
9
- "attached_to_instance": "742c9913-d088-4d67-bc61-5a10e922fbd1",
10
- "label": "Example Block Storage",
11
- "mount_id": "ewr-example112233"
12
- }
13
- }
@@ -1,4 +0,0 @@
1
- {
2
- "instance_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
3
- "live": true
4
- }
@@ -1,22 +0,0 @@
1
- {
2
- "blocks": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "date_created": "2020-10-10T01:56:20+00:00",
6
- "cost": 5,
7
- "status": "pending",
8
- "size_gb": 50,
9
- "region": "ewr",
10
- "attached_to_instance": "742c9913-d088-4d67-bc61-5a10e922fbd1",
11
- "label": "Example Block Storage",
12
- "mount_id": "ewr-example112233"
13
- }
14
- ],
15
- "meta": {
16
- "total": 1,
17
- "links": {
18
- "next": "next",
19
- "prev": "prev"
20
- }
21
- }
22
- }
@@ -1,13 +0,0 @@
1
- {
2
- "block": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "cost": 5,
6
- "status": "active",
7
- "size_gb": 50,
8
- "region": "ewr",
9
- "attached_to_instance": "742c9913-d088-4d67-bc61-5a10e922fbd1",
10
- "label": "Example Block Storage",
11
- "mount_id": "ewr-example112233"
12
- }
13
- }
@@ -1,6 +0,0 @@
1
- {
2
- "domain": {
3
- "domain": "example.com",
4
- "date_created": "2020-10-10T01:56:20+00:00"
5
- }
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "dns_sec": [
3
- "example.com IN DNSKEY 257 3 13 kRrxANp7YTGqVbaWtMy8hhsK0jcG4ajjICZKMb4fKv79Vx/RSn76vNjzIT7/Uo0BXil01Fk8RRQc4nWZctGJBA==",
4
- "example.com IN DS 27933 13 1 2d9ac457e5c11a104e25d971d0a6254562bddde7",
5
- "example.com IN DS 27933 13 2 8858e7b0dfb881280ce2ca1e0eafcd93d5b53687c21da284d4f8799ba82208a9"
6
- ]
7
- }
@@ -1,15 +0,0 @@
1
- {
2
- "domains": [
3
- {
4
- "domain": "example.com",
5
- "date_created": "2020-10-10T01:56:20+00:00"
6
- }
7
- ],
8
- "meta": {
9
- "total": 1,
10
- "links": {
11
- "next": "next",
12
- "prev": "prev"
13
- }
14
- }
15
- }
@@ -1,10 +0,0 @@
1
- {
2
- "record": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "type": "A",
5
- "name": "www",
6
- "data": "192.0.2.123",
7
- "priority": 0,
8
- "ttl": 300
9
- }
10
- }
@@ -1,19 +0,0 @@
1
- {
2
- "records": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "type": "A",
6
- "name": "foo.example.com",
7
- "data": "192.0.2.123",
8
- "priority": 0,
9
- "ttl": 300
10
- }
11
- ],
12
- "meta": {
13
- "total": 1,
14
- "links": {
15
- "next": "next",
16
- "prev": "prev"
17
- }
18
- }
19
- }
@@ -1,6 +0,0 @@
1
- {
2
- "domain": {
3
- "domain": "example.com",
4
- "date_created": "2020-10-10T01:56:20+00:00"
5
- }
6
- }
@@ -1,6 +0,0 @@
1
- {
2
- "dns_soa": {
3
- "nsprimary": "ns1.vultr.com",
4
- "email": "admin@example.com"
5
- }
6
- }
@@ -1,11 +0,0 @@
1
- {
2
- "firewall_group": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "description": "Example Firewall Group",
5
- "date_created": "2020-10-10T01:56:20+00:00",
6
- "date_modified": "2020-10-10T01:56:20+00:00",
7
- "instance_count": 0,
8
- "rule_count": 0,
9
- "max_rule_count": 50
10
- }
11
- }
@@ -1,9 +0,0 @@
1
- {
2
- "ip_type": "v4",
3
- "protocol": "tcp",
4
- "port": "80",
5
- "subnet": "192.0.2.0",
6
- "subnet_size": 24,
7
- "source": "",
8
- "notes": "Example Firewall Rule"
9
- }
@@ -1 +0,0 @@
1
- {}
@@ -1 +0,0 @@
1
- {}
@@ -1,20 +0,0 @@
1
- {
2
- "firewall_groups": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "description": "Example Firewall Group",
6
- "date_created": "2020-10-10T01:56:20+00:00",
7
- "date_modified": "2020-10-10T01:59:20+00:00",
8
- "instance_count": 0,
9
- "rule_count": 0,
10
- "max_rule_count": 50
11
- }
12
- ],
13
- "meta": {
14
- "total": 1,
15
- "links": {
16
- "next": "",
17
- "prev": ""
18
- }
19
- }
20
- }
@@ -1,22 +0,0 @@
1
- {
2
- "firewall_rules": [
3
- {
4
- "id": 1,
5
- "ip_type": "v4",
6
- "action": "accept",
7
- "protocol": "tcp",
8
- "port": "80",
9
- "subnet": "192.0.2.0",
10
- "subnet_size": 24,
11
- "source": "",
12
- "notes": "Example Firewall Rule"
13
- }
14
- ],
15
- "meta": {
16
- "total": 1,
17
- "links": {
18
- "next": "",
19
- "prev": ""
20
- }
21
- }
22
- }
@@ -1,11 +0,0 @@
1
- {
2
- "firewall_group": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "description": "Example Firewall Group",
5
- "date_created": "2020-10-10T01:56:20+00:00",
6
- "date_modified": "2020-10-10T01:56:20+00:00",
7
- "instance_count": 0,
8
- "rule_count": 0,
9
- "max_rule_count": 50
10
- }
11
- }
@@ -1,13 +0,0 @@
1
- {
2
- "firewall_rule": {
3
- "id": 1,
4
- "ip_type": "v4",
5
- "action": "accept",
6
- "protocol": "tcp",
7
- "port": "80",
8
- "subnet": "192.0.2.0",
9
- "subnet_size": 24,
10
- "source": "",
11
- "notes": "Example Firewall Rule"
12
- }
13
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,6 +0,0 @@
1
- {
2
- "iso_status": {
3
- "status": "ismounting",
4
- "iso_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60"
5
- }
6
- }
@@ -1,10 +0,0 @@
1
- {
2
- "backup_schedule": {
3
- "enabled": true,
4
- "type": "daily",
5
- "next_scheduled_time_utc": "2020-07-28 00:00:00",
6
- "hour": 10,
7
- "dow": 1,
8
- "dom": 1
9
- }
10
- }
@@ -1,12 +0,0 @@
1
- {
2
- "bandwidth": {
3
- "2020-07-25": {
4
- "incoming_bytes": 15989787,
5
- "outgoing_bytes": 25327729
6
- },
7
- "2020-07-26": {
8
- "incoming_bytes": 13964112,
9
- "outgoing_bytes": 22257069
10
- }
11
- }
12
- }
@@ -1,36 +0,0 @@
1
- {
2
- "instance": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "os": "CentOS 8 x64",
5
- "ram": 2048,
6
- "disk": 55,
7
- "main_ip": "192.0.2.123",
8
- "vcpu_count": 1,
9
- "region": "ewr",
10
- "plan": "vc2-6c-16gb",
11
- "default_password": "example-password",
12
- "date_created": "2020-10-10T01:56:20+00:00",
13
- "status": "active",
14
- "allowed_bandwidth": 2000,
15
- "netmask_v4": "255.255.254.0",
16
- "gateway_v4": "192.0.2.1",
17
- "power_status": "running",
18
- "server_status": "ok",
19
- "v6_network": "2001:0db8:1112:18fb::",
20
- "v6_main_ip": "2001:0db8:1112:18fb:0200:00ff:fe00:0000",
21
- "v6_network_size": 64,
22
- "label": "Example Instance",
23
- "internal_ip": "",
24
- "kvm": "https://my.vultr.com/subs/vps/novnc/api.php?data=00example11223344",
25
- "tag": "Example Tag",
26
- "os_id": 215,
27
- "app_id": 0,
28
- "image_id": "",
29
- "firewall_group_id": "",
30
- "features": [
31
- "ddos_protection",
32
- "ipv6",
33
- "auto_backups"
34
- ]
35
- }
36
- }
@@ -1 +0,0 @@
1
- {}
@@ -1 +0,0 @@
1
- {}
@@ -1 +0,0 @@
1
- {}