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,39 +0,0 @@
1
- {
2
- "vke_cluster": {
3
- "id": "455dcd32-e621-48ee-a10e-0cb5f754e13e",
4
- "label": "vke",
5
- "date_created": "2021-07-07T22:57:01+00:00",
6
- "cluster_subnet": "10.244.0.0/16",
7
- "service_subnet": "10.96.0.0/12",
8
- "ip": "207.246.109.187",
9
- "endpoint": "455dcd32-e621-48ee-a10e-0cb5f754e13e.vultr-k8s.com",
10
- "version": "v1.20.0+1",
11
- "region": "lax",
12
- "status": "active",
13
- "node_pools": [
14
- {
15
- "id": "11e4443a-f92a-46d6-94c8-61c1a1a7514e",
16
- "date_created": "2021-07-07T22:57:01+00:00",
17
- "date_updated": "2021-07-08T12:12:44+00:00",
18
- "label": "my-label-48770259",
19
- "plan_id": "vc2-1c-2gb",
20
- "status": "active",
21
- "count": 2,
22
- "nodes": [
23
- {
24
- "id": "43eda5c8-67f7-4c63-88bc-2f568b48b2b0",
25
- "label": "my-label-48770259-6ac60e6313dd1",
26
- "date_created": "2021-07-07T22:57:01+00:00",
27
- "status": "active"
28
- },
29
- {
30
- "id": "15a7893d-d584-45d5-a74c-d9f46866aa3c",
31
- "label": "my-label-48770259-6ac60e6313ddc",
32
- "date_created": "2021-07-07T22:57:01+00:00",
33
- "status": "active"
34
- }
35
- ]
36
- }
37
- ]
38
- }
39
- }
@@ -1,25 +0,0 @@
1
- {
2
- "node_pool": {
3
- "id": "e97bdee9-2781-4f31-be03-60fc75f399ae",
4
- "date_created": "2021-07-07T23:27:08+00:00",
5
- "date_updated": "2021-07-08T12:12:44+00:00",
6
- "label": "my-label-48770703",
7
- "plan_id": "vc2-1c-2gb",
8
- "status": "active",
9
- "count": 2,
10
- "nodes": [
11
- {
12
- "id": "f2e11430-76e5-4dc6-a1c9-ef5682c21ddf",
13
- "label": "my-label-48770703-44060e6384c45",
14
- "date_created": "2021-07-07T23:27:08+00:00",
15
- "status": "active"
16
- },
17
- {
18
- "id": "c0a160eb-a7bc-4377-a6fb-52a9531167ca",
19
- "label": "my-label-48770703-44060e6384c50",
20
- "date_created": "2021-07-07T23:27:08+00:00",
21
- "status": "active"
22
- }
23
- ]
24
- }
25
- }
@@ -1,19 +0,0 @@
1
- {
2
- "node_pool": {
3
- "id": "e97bdee9-2781-4f31-be03-60fc75f399ae",
4
- "date_created": "2021-07-07T23:27:08+00:00",
5
- "date_updated": "2021-07-08T12:12:44+00:00",
6
- "label": "my-label-48770703",
7
- "plan_id": "vc2-1c-2gb",
8
- "status": "active",
9
- "count": 1,
10
- "nodes": [
11
- {
12
- "id": "f2e11430-76e5-4dc6-a1c9-ef5682c21ddf",
13
- "label": "my-label-48770703-44060e6384c45",
14
- "date_created": "2021-07-07T23:27:08+00:00",
15
- "status": "active"
16
- }
17
- ]
18
- }
19
- }
@@ -1,48 +0,0 @@
1
- {
2
- "load_balancer": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "region": "ewr",
6
- "label": "Example Load Balancer",
7
- "status": "pending",
8
- "ipv4": "",
9
- "ipv6": "",
10
- "generic_info": {
11
- "balancing_algorithm": "roundrobin",
12
- "ssl_redirect": false,
13
- "sticky_sessions": {
14
- "cookie_name": "example-cookie"
15
- },
16
- "proxy_protocol": false,
17
- "private_network": "9fed374c-0afc-42bf-926c-abcf840b5406"
18
- },
19
- "health_check": {
20
- "protocol": "http",
21
- "port": 80,
22
- "path": "/health",
23
- "check_interval": 10,
24
- "response_timeout": 5,
25
- "unhealthy_threshold": 3,
26
- "healthy_threshold": 3
27
- },
28
- "has_ssl": false,
29
- "forwarding_rules": [
30
- {
31
- "id": "73d85156c2c3129d",
32
- "frontend_protocol": "http",
33
- "frontend_port": 80,
34
- "backend_protocol": "http",
35
- "backend_port": 80
36
- }
37
- ],
38
- "firewall_rules": [
39
- {
40
- "id": "abcd123b93016eafb",
41
- "port": 80,
42
- "source": "24.187.16.196/16",
43
- "ip_type": "v4"
44
- }
45
- ],
46
- "instances": []
47
- }
48
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,57 +0,0 @@
1
- {
2
- "load_balancers": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "date_created": "2020-10-10T01:56:20+00:00",
6
- "region": "ewr",
7
- "label": "Example Load Balancer",
8
- "status": "active",
9
- "ipv4": "192.0.2.123",
10
- "ipv6": "2001:0db8:5:4973:ffff:ffff:ffff:ffff",
11
- "generic_info": {
12
- "balancing_algorithm": "roundrobin",
13
- "ssl_redirect": false,
14
- "sticky_sessions": {
15
- "cookie_name": "example-cookie"
16
- },
17
- "proxy_protocol": false,
18
- "private_network": "9fed374c-0afc-42bf-926c-abcf840b5406"
19
- },
20
- "health_check": {
21
- "protocol": "http",
22
- "port": 80,
23
- "path": "/health",
24
- "check_interval": 10,
25
- "response_timeout": 5,
26
- "unhealthy_threshold": 3,
27
- "healthy_threshold": 3
28
- },
29
- "has_ssl": false,
30
- "forwarding_rules": [
31
- {
32
- "id": "73d85156c2c3129d",
33
- "frontend_protocol": "http",
34
- "frontend_port": 80,
35
- "backend_protocol": "http",
36
- "backend_port": 80
37
- }
38
- ],
39
- "firewall_rules": [
40
- {
41
- "id": "abcd123b93016eafb",
42
- "port": 80,
43
- "source": "198.51.100.0/24",
44
- "ip_type": "v4"
45
- }
46
- ],
47
- "instances": []
48
- }
49
- ],
50
- "meta": {
51
- "total": 1,
52
- "links": {
53
- "next": "",
54
- "prev": ""
55
- }
56
- }
57
- }
@@ -1,17 +0,0 @@
1
- {
2
- "firewall_rules": [
3
- {
4
- "id": "asb123f2e6c0b60",
5
- "port": 80,
6
- "source": "24.187.16.196/16",
7
- "ip_type": "v4"
8
- }
9
- ],
10
- "meta": {
11
- "total": 1,
12
- "links": {
13
- "next": "",
14
- "prev": ""
15
- }
16
- }
17
- }
@@ -1,18 +0,0 @@
1
- {
2
- "forwarding_rules": [
3
- {
4
- "id": "443f2e6c0b60",
5
- "frontend_protocol": "http",
6
- "frontend_port": 80,
7
- "backend_protocol": "http",
8
- "backend_port": 80
9
- }
10
- ],
11
- "meta": {
12
- "total": 1,
13
- "links": {
14
- "next": "",
15
- "prev": ""
16
- }
17
- }
18
- }
@@ -1,48 +0,0 @@
1
- {
2
- "load_balancer": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "region": "ewr",
6
- "label": "Example Load Balancer",
7
- "status": "active",
8
- "ipv4": "192.0.2.123",
9
- "ipv6": "2001:0db8:5:4973:ffff:ffff:ffff:ffff",
10
- "generic_info": {
11
- "balancing_algorithm": "roundrobin",
12
- "ssl_redirect": false,
13
- "sticky_sessions": {
14
- "cookie_name": "example-cookie"
15
- },
16
- "proxy_protocol": false,
17
- "private_network": "9fed374c-0afc-42bf-926c-abcf840b5406"
18
- },
19
- "health_check": {
20
- "protocol": "http",
21
- "port": 80,
22
- "path": "/health",
23
- "check_interval": 10,
24
- "response_timeout": 5,
25
- "unhealthy_threshold": 3,
26
- "healthy_threshold": 3
27
- },
28
- "has_ssl": false,
29
- "forwarding_rules": [
30
- {
31
- "id": "73d85156c2c3129d",
32
- "frontend_protocol": "http",
33
- "frontend_port": 80,
34
- "backend_protocol": "http",
35
- "backend_port": 80
36
- }
37
- ],
38
- "firewall_rules": [
39
- {
40
- "id": "abcd123b93016eafb",
41
- "port": 80,
42
- "source": "198.51.100.0/24",
43
- "ip_type": "v4"
44
- }
45
- ],
46
- "instances": []
47
- }
48
- }
@@ -1,8 +0,0 @@
1
- {
2
- "firewall_rule": {
3
- "id": "asb123f2e6c0b60",
4
- "port": 80,
5
- "source": "24.187.16.196/16",
6
- "ip_type": "v4"
7
- }
8
- }
@@ -1,9 +0,0 @@
1
- {
2
- "forwarding_rule": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "frontend_protocol": "http",
5
- "frontend_port": 8080,
6
- "backend_protocol": "http",
7
- "backend_port": 80
8
- }
9
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,14 +0,0 @@
1
- {
2
- "object_storage": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "cluster_id": 2,
6
- "region": "ewr",
7
- "location": "New Jersey",
8
- "label": "Example Object Storage",
9
- "status": "pending",
10
- "s3_hostname": "ewr1.vultrobjects.com",
11
- "s3_access_key": "00example11223344",
12
- "s3_secret_key": "00example1122334455667788990011"
13
- }
14
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,22 +0,0 @@
1
- {
2
- "object_storages": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "date_created": "2020-10-10T01:56:20+00:00",
6
- "cluster_id": 2,
7
- "region": "ewr",
8
- "label": "Example Object Storage",
9
- "status": "active",
10
- "s3_hostname": "ewr1.vultrobjects.com",
11
- "s3_access_key": "00example11223344",
12
- "s3_secret_key": "00example1122334455667788990011"
13
- }
14
- ],
15
- "meta": {
16
- "total": 1,
17
- "links": {
18
- "next": "",
19
- "prev": ""
20
- }
21
- }
22
- }
@@ -1,17 +0,0 @@
1
- {
2
- "clusters": [
3
- {
4
- "id": 2,
5
- "region": "ewr",
6
- "hostname": "ewr1.vultrobjects.com",
7
- "deploy": "yes"
8
- }
9
- ],
10
- "meta": {
11
- "total": 1,
12
- "links": {
13
- "next": "",
14
- "prev": ""
15
- }
16
- }
17
- }
@@ -1,7 +0,0 @@
1
- {
2
- "s3_credentials": {
3
- "s3_hostname": "ewr1.vultrobjects.com",
4
- "s3_access_key": "00example11223344",
5
- "s3_secret_key": "00example1122334455667788990011"
6
- }
7
- }
@@ -1,13 +0,0 @@
1
- {
2
- "object_storage": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "cluster_id": 2,
6
- "region": "ewr",
7
- "label": "Example Object Storage",
8
- "status": "active",
9
- "s3_hostname": "ewr1.vultrobjects.com",
10
- "s3_access_key": "00example11223344",
11
- "s3_secret_key": "00example1122334455667788990011"
12
- }
13
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,17 +0,0 @@
1
- {
2
- "os": [
3
- {
4
- "id": 127,
5
- "name": "CentOS 6 x64",
6
- "arch": "x64",
7
- "family": "centos"
8
- }
9
- ],
10
- "meta": {
11
- "total": 1,
12
- "links": {
13
- "next": "",
14
- "prev": ""
15
- }
16
- }
17
- }
@@ -1,22 +0,0 @@
1
- {
2
- "plans": [
3
- {
4
- "id": "vhf-8c-32gb",
5
- "vcpu_count": 8,
6
- "ram": 32768,
7
- "disk": 512,
8
- "disk_count": 1,
9
- "bandwidth": 6144,
10
- "monthly_cost": 192,
11
- "type": "vhf",
12
- "locations": ["sea"]
13
- }
14
- ],
15
- "meta": {
16
- "total": 1,
17
- "links": {
18
- "next": "next_id",
19
- "prev": "prev_id"
20
- }
21
- }
22
- }
@@ -1,24 +0,0 @@
1
- {
2
- "plans_metal": [
3
- {
4
- "id": "vbm-4c-32gb",
5
- "cpu_count": 4,
6
- "cpu_threads": 8,
7
- "cpu_model": "E3-1270v6",
8
- "ram": 32768,
9
- "disk": 240,
10
- "disk_count": 2,
11
- "bandwidth": 5120,
12
- "monthly_cost": 300,
13
- "type": "SSD",
14
- "locations": ["ewr"]
15
- }
16
- ],
17
- "meta": {
18
- "total": 1,
19
- "links": {
20
- "next": "next_id",
21
- "prev": "prev_id"
22
- }
23
- }
24
- }
@@ -1,10 +0,0 @@
1
- {
2
- "network": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "region": "ewr",
6
- "description": "Example Private Network",
7
- "v4_subnet": "10.99.0.0",
8
- "v4_subnet_mask": 24
9
- }
10
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,19 +0,0 @@
1
- {
2
- "networks": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "region": "ewr",
6
- "date_created": "2020-10-10T01:56:20+00:00",
7
- "description": "Example Network Description",
8
- "v4_subnet": "10.99.0.0",
9
- "v4_subnet_mask": 24
10
- }
11
- ],
12
- "meta": {
13
- "total": 1,
14
- "links": {
15
- "next": "",
16
- "prev": ""
17
- }
18
- }
19
- }
@@ -1,10 +0,0 @@
1
- {
2
- "network": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "region": "ewr",
6
- "description": "Example Network Description",
7
- "v4_subnet": "10.99.0.0",
8
- "v4_subnet_mask": 24
9
- }
10
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,20 +0,0 @@
1
- {
2
- "regions": [
3
- {
4
- "id": "ams",
5
- "city": "Amsterdam",
6
- "country": "NL",
7
- "continent": "Europe",
8
- "options": [
9
- "ddos_protection"
10
- ]
11
- }
12
- ],
13
- "meta": {
14
- "total": 1,
15
- "links": {
16
- "next": "",
17
- "prev": ""
18
- }
19
- }
20
- }
@@ -1,24 +0,0 @@
1
- {
2
- "available_plans": [
3
- "vc2-1c-1gb",
4
- "vc2-1c-2gb",
5
- "vc2-2c-4gb",
6
- "vc2-4c-8gb",
7
- "vc2-6c-16gb",
8
- "vc2-8c-32gb",
9
- "vc2-16c-64gb",
10
- "vc2-24c-96gb",
11
- "vdc-4vcpu-8gb",
12
- "vdc-4vcpu-16gb",
13
- "vdc-6vcpu-24gb",
14
- "vdc-8vcpu-32gb",
15
- "vhf-1c-1gb",
16
- "vhf-1c-2gb",
17
- "vhf-2c-4gb",
18
- "vhf-3c-8gb",
19
- "vhf-4c-16gb",
20
- "vhf-6c-24gb",
21
- "vhf-8c-32gb",
22
- "vhf-12c-48gb"
23
- ]
24
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,11 +0,0 @@
1
- {
2
- "reserved_ip": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "region": "ewr",
5
- "ip_type": "v4",
6
- "subnet": "192.0.2.123",
7
- "subnet_size": 64,
8
- "label": "Example Reserved IPv4",
9
- "instance_id": "3f26dfe9-6a18-4f3d-a543-0cbca7a3e496"
10
- }
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "reserved_ip": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "region": "ewr",
5
- "ip_type": "v4",
6
- "subnet": "192.0.2.123",
7
- "subnet_size": 32,
8
- "label": "Example Reserved IPv4",
9
- "instance_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60"
10
- }
11
- }
@@ -1 +0,0 @@
1
- {}
@@ -1 +0,0 @@
1
- {}
@@ -1,29 +0,0 @@
1
- {
2
- "reserved_ips": [
3
- {
4
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
5
- "region": "ewr",
6
- "ip_type": "v4",
7
- "subnet": "192.0.2.123",
8
- "subnet_size": 32,
9
- "label": "Example Reserved IPv4",
10
- "instance_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60"
11
- },
12
- {
13
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
14
- "region": "ewr",
15
- "ip_type": "v6",
16
- "subnet": "2001:0db8:5:5157::",
17
- "subnet_size": 64,
18
- "label": "Example Reserved IPv6",
19
- "instance_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60"
20
- }
21
- ],
22
- "meta": {
23
- "total": 2,
24
- "links": {
25
- "next": "",
26
- "prev": ""
27
- }
28
- }
29
- }
@@ -1,11 +0,0 @@
1
- {
2
- "reserved_ip": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "region": "ewr",
5
- "ip_type": "v4",
6
- "subnet": "192.0.2.123",
7
- "subnet_size": 32,
8
- "label": "Example Reserved IPv4",
9
- "instance_id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60"
10
- }
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "snapshot": {
3
- "id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
4
- "date_created": "2020-10-10T01:56:20+00:00",
5
- "description": "Example Snapshot",
6
- "size": 42949672960,
7
- "status": "complete",
8
- "os_id": 215,
9
- "app_id": 0
10
- }
11
- }