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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/vultr/collection.rb +2 -1
- data/lib/vultr/version.rb +1 -1
- metadata +17 -183
- data/.github/workflows/ci.yml +0 -38
- data/.gitignore +0 -23
- data/.standard.yml +0 -1
- data/Appraisals +0 -8
- data/Gemfile +0 -8
- data/Rakefile +0 -14
- data/bin/console +0 -21
- data/bin/setup +0 -8
- data/bin/test +0 -6
- data/gemfiles/faraday_1.gemfile +0 -12
- data/gemfiles/faraday_1.gemfile.lock +0 -104
- data/gemfiles/faraday_2.gemfile +0 -11
- data/gemfiles/faraday_2.gemfile.lock +0 -87
- data/test/fixtures/account/info.json +0 -11
- data/test/fixtures/applications/list.json +0 -29
- data/test/fixtures/backups/list.json +0 -18
- data/test/fixtures/backups/retrieve.json +0 -9
- data/test/fixtures/bare_metals/bandwidth.json +0 -12
- data/test/fixtures/bare_metals/create.json +0 -26
- data/test/fixtures/bare_metals/list.json +0 -36
- data/test/fixtures/bare_metals/list_ipv4.json +0 -18
- data/test/fixtures/bare_metals/list_ipv6.json +0 -17
- data/test/fixtures/bare_metals/reinstall.json +0 -25
- data/test/fixtures/bare_metals/retrieve.json +0 -26
- data/test/fixtures/bare_metals/update.json +0 -26
- data/test/fixtures/bare_metals/upgrades.json +0 -47
- data/test/fixtures/bare_metals/user_data.json +0 -5
- data/test/fixtures/bare_metals/vnc.json +0 -5
- data/test/fixtures/block_storage/attach.json +0 -4
- data/test/fixtures/block_storage/create.json +0 -13
- data/test/fixtures/block_storage/detach.json +0 -4
- data/test/fixtures/block_storage/list.json +0 -22
- data/test/fixtures/block_storage/retrieve.json +0 -13
- data/test/fixtures/domains/create.json +0 -6
- data/test/fixtures/domains/dnssec.json +0 -7
- data/test/fixtures/domains/list.json +0 -15
- data/test/fixtures/domains/record.json +0 -10
- data/test/fixtures/domains/records.json +0 -19
- data/test/fixtures/domains/retrieve.json +0 -6
- data/test/fixtures/domains/soa.json +0 -6
- data/test/fixtures/firewall/create.json +0 -11
- data/test/fixtures/firewall/create_rule.json +0 -9
- data/test/fixtures/firewall/delete.json +0 -1
- data/test/fixtures/firewall/delete_rule.json +0 -1
- data/test/fixtures/firewall/list.json +0 -20
- data/test/fixtures/firewall/list_rules.json +0 -22
- data/test/fixtures/firewall/retrieve.json +0 -11
- data/test/fixtures/firewall/retrieve_rule.json +0 -13
- data/test/fixtures/firewall/update.json +0 -1
- data/test/fixtures/instances/attach_iso.json +0 -6
- data/test/fixtures/instances/attach_private_network.json +0 -1
- data/test/fixtures/instances/backup_schedule.json +0 -10
- data/test/fixtures/instances/bandwidth.json +0 -12
- data/test/fixtures/instances/create.json +0 -36
- data/test/fixtures/instances/create_ipv4_reverse.json +0 -1
- data/test/fixtures/instances/create_ipv6_reverse.json +0 -1
- data/test/fixtures/instances/delete.json +0 -1
- data/test/fixtures/instances/delete_ipv4.json +0 -1
- data/test/fixtures/instances/delete_ipv6.json +0 -1
- data/test/fixtures/instances/detach_iso.json +0 -5
- data/test/fixtures/instances/detach_private_network.json +0 -1
- data/test/fixtures/instances/halt.json +0 -1
- data/test/fixtures/instances/halt_instances.json +0 -1
- data/test/fixtures/instances/ipv4.json +0 -9
- data/test/fixtures/instances/ipv6_reverse.json +0 -15
- data/test/fixtures/instances/iso.json +0 -6
- data/test/fixtures/instances/list.json +0 -44
- data/test/fixtures/instances/list_ipv4.json +0 -32
- data/test/fixtures/instances/list_ipv6.json +0 -17
- data/test/fixtures/instances/list_private_networks.json +0 -16
- data/test/fixtures/instances/neighbors.json +0 -6
- data/test/fixtures/instances/reboot.json +0 -1
- data/test/fixtures/instances/reboot_instances.json +0 -1
- data/test/fixtures/instances/reinstall.json +0 -35
- data/test/fixtures/instances/restore.json +0 -7
- data/test/fixtures/instances/retrieve.json +0 -35
- data/test/fixtures/instances/set_backup_schedule.json +0 -1
- data/test/fixtures/instances/set_default_reverse_dns_entry.json +0 -1
- data/test/fixtures/instances/start.json +0 -1
- data/test/fixtures/instances/start_instances.json +0 -1
- data/test/fixtures/instances/update.json +0 -1
- data/test/fixtures/instances/upgrades.json +0 -55
- data/test/fixtures/instances/user_data.json +0 -5
- data/test/fixtures/isos/create.json +0 -8
- data/test/fixtures/isos/list.json +0 -20
- data/test/fixtures/isos/list_public.json +0 -17
- data/test/fixtures/isos/retrieve.json +0 -11
- data/test/fixtures/kubernetes/config.json +0 -3
- data/test/fixtures/kubernetes/create.json +0 -39
- data/test/fixtures/kubernetes/create_node_pool.json +0 -25
- data/test/fixtures/kubernetes/list.json +0 -85
- data/test/fixtures/kubernetes/list_node_pools.json +0 -56
- data/test/fixtures/kubernetes/list_resources.json +0 -26
- data/test/fixtures/kubernetes/retrieve.json +0 -39
- data/test/fixtures/kubernetes/retrieve_node_pool.json +0 -25
- data/test/fixtures/kubernetes/update_node_pool.json +0 -19
- data/test/fixtures/load_balancers/create.json +0 -48
- data/test/fixtures/load_balancers/create_forwarding_rule.json +0 -1
- data/test/fixtures/load_balancers/delete.json +0 -1
- data/test/fixtures/load_balancers/delete_forwarding_rule.json +0 -1
- data/test/fixtures/load_balancers/list.json +0 -57
- data/test/fixtures/load_balancers/list_firewall_rules.json +0 -17
- data/test/fixtures/load_balancers/list_forwarding_rules.json +0 -18
- data/test/fixtures/load_balancers/retrieve.json +0 -48
- data/test/fixtures/load_balancers/retrieve_firewall_rule.json +0 -8
- data/test/fixtures/load_balancers/retrieve_forwarding_rule.json +0 -9
- data/test/fixtures/load_balancers/update.json +0 -1
- data/test/fixtures/object_storage/create.json +0 -14
- data/test/fixtures/object_storage/delete.json +0 -1
- data/test/fixtures/object_storage/list.json +0 -22
- data/test/fixtures/object_storage/list_clusters.json +0 -17
- data/test/fixtures/object_storage/regenerate_keys.json +0 -7
- data/test/fixtures/object_storage/retrieve.json +0 -13
- data/test/fixtures/object_storage/update.json +0 -1
- data/test/fixtures/operating_systems/list.json +0 -17
- data/test/fixtures/plans/list.json +0 -22
- data/test/fixtures/plans/list_metal.json +0 -24
- data/test/fixtures/private_networks/create.json +0 -10
- data/test/fixtures/private_networks/delete.json +0 -1
- data/test/fixtures/private_networks/list.json +0 -19
- data/test/fixtures/private_networks/retrieve.json +0 -10
- data/test/fixtures/private_networks/update.json +0 -1
- data/test/fixtures/regions/list.json +0 -20
- data/test/fixtures/regions/list_availability.json +0 -24
- data/test/fixtures/reserved_ips/attach.json +0 -1
- data/test/fixtures/reserved_ips/convert.json +0 -11
- data/test/fixtures/reserved_ips/create.json +0 -11
- data/test/fixtures/reserved_ips/delete.json +0 -1
- data/test/fixtures/reserved_ips/detach.json +0 -1
- data/test/fixtures/reserved_ips/list.json +0 -29
- data/test/fixtures/reserved_ips/retrieve.json +0 -11
- data/test/fixtures/snapshots/create.json +0 -11
- data/test/fixtures/snapshots/create_from_url.json +0 -11
- data/test/fixtures/snapshots/delete.json +0 -1
- data/test/fixtures/snapshots/list.json +0 -20
- data/test/fixtures/snapshots/retrieve.json +0 -11
- data/test/fixtures/snapshots/update.json +0 -1
- data/test/fixtures/ssh_keys/create.json +0 -8
- data/test/fixtures/ssh_keys/delete.json +0 -1
- data/test/fixtures/ssh_keys/list.json +0 -17
- data/test/fixtures/ssh_keys/retrieve.json +0 -8
- data/test/fixtures/ssh_keys/update.json +0 -1
- data/test/fixtures/startup_scripts/create.json +0 -10
- data/test/fixtures/startup_scripts/delete.json +0 -1
- data/test/fixtures/startup_scripts/list.json +0 -18
- data/test/fixtures/startup_scripts/retrieve.json +0 -10
- data/test/fixtures/startup_scripts/update.json +0 -1
- data/test/fixtures/users/create.json +0 -9
- data/test/fixtures/users/delete.json +0 -1
- data/test/fixtures/users/list.json +0 -29
- data/test/fixtures/users/retrieve.json +0 -20
- data/test/fixtures/users/update.json +0 -1
- data/test/test_helper.rb +0 -19
- data/test/vultr/client_test.rb +0 -8
- data/test/vultr/object_test.rb +0 -21
- data/test/vultr/resources/account_test.rb +0 -12
- data/test/vultr/resources/applications_test.rb +0 -15
- data/test/vultr/resources/backups_test.rb +0 -24
- data/test/vultr/resources/bare_metal_test.rb +0 -267
- data/test/vultr/resources/block_storage_test.rb +0 -85
- data/test/vultr/resources/dns_test.rb +0 -134
- data/test/vultr/resources/firewall_test.rb +0 -88
- data/test/vultr/resources/instances_test.rb +0 -325
- data/test/vultr/resources/iso_test.rb +0 -58
- data/test/vultr/resources/kubernetes_test.rb +0 -185
- data/test/vultr/resources/load_balancers_test.rb +0 -110
- data/test/vultr/resources/object_storage_test.rb +0 -71
- data/test/vultr/resources/operating_systems_test.rb +0 -15
- data/test/vultr/resources/plans_test.rb +0 -25
- data/test/vultr/resources/private_networks_test.rb +0 -50
- data/test/vultr/resources/regions_test.rb +0 -26
- data/test/vultr/resources/reserved_ips_test.rb +0 -67
- data/test/vultr/resources/snapshots_test.rb +0 -60
- data/test/vultr/resources/ssh_keys_test.rb +0 -50
- data/test/vultr/resources/startup_scripts_test.rb +0 -50
- data/test/vultr/resources/users_test.rb +0 -50
- 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 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -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,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 +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,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,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 +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 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -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 +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
|
-
}
|