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 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"instances": [
|
|
3
|
-
{
|
|
4
|
-
"id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
|
|
5
|
-
"os": "CentOS SELinux 8 x64",
|
|
6
|
-
"ram": 2048,
|
|
7
|
-
"disk": 55,
|
|
8
|
-
"main_ip": "192.0.2.123",
|
|
9
|
-
"vcpu_count": 1,
|
|
10
|
-
"region": "atl",
|
|
11
|
-
"plan": "vc2-6c-16gb",
|
|
12
|
-
"date_created": "2020-10-10T01:56:20+00:00",
|
|
13
|
-
"status": "active",
|
|
14
|
-
"allowed_bandwidth": 2000,
|
|
15
|
-
"netmask_v4": "255.255.252.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
|
-
],
|
|
37
|
-
"meta": {
|
|
38
|
-
"total": 3,
|
|
39
|
-
"links": {
|
|
40
|
-
"next": "WxYzExampleNext",
|
|
41
|
-
"prev": ""
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,32 +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": "host1.example.com"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"ip": "203.0.113.123",
|
|
12
|
-
"netmask": "255.255.255.255",
|
|
13
|
-
"gateway": "",
|
|
14
|
-
"type": "secondary_ip",
|
|
15
|
-
"reverse": "host2.example.com"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"ip": "10.99.0.123",
|
|
19
|
-
"netmask": "255.255.0.0",
|
|
20
|
-
"gateway": "",
|
|
21
|
-
"type": "private",
|
|
22
|
-
"reverse": ""
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"meta": {
|
|
26
|
-
"total": 3,
|
|
27
|
-
"links": {
|
|
28
|
-
"next": "",
|
|
29
|
-
"prev": ""
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"instance": {
|
|
3
|
-
"id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
|
|
4
|
-
"os": "Ubuntu 20.04 x64",
|
|
5
|
-
"ram": 16384,
|
|
6
|
-
"disk": 384,
|
|
7
|
-
"main_ip": "192.0.2.123",
|
|
8
|
-
"vcpu_count": 4,
|
|
9
|
-
"region": "ewr",
|
|
10
|
-
"plan": "vc2-6c-16gb",
|
|
11
|
-
"date_created": "2020-10-10T01:56:20+00:00",
|
|
12
|
-
"status": "active",
|
|
13
|
-
"allowed_bandwidth": 5000,
|
|
14
|
-
"netmask_v4": "255.255.254.0",
|
|
15
|
-
"gateway_v4": "192.0.2.1",
|
|
16
|
-
"power_status": "running",
|
|
17
|
-
"server_status": "ok",
|
|
18
|
-
"v6_network": "",
|
|
19
|
-
"v6_main_ip": "",
|
|
20
|
-
"v6_network_size": 0,
|
|
21
|
-
"label": "Example Instance",
|
|
22
|
-
"internal_ip": "",
|
|
23
|
-
"kvm": "https://my.vultr.com/subs/vps/novnc/api.php?data=00example11223344",
|
|
24
|
-
"tag": "Example Tag",
|
|
25
|
-
"os_id": 215,
|
|
26
|
-
"app_id": 0,
|
|
27
|
-
"image_id": "",
|
|
28
|
-
"firewall_group_id": "",
|
|
29
|
-
"features": [
|
|
30
|
-
"ddos_protection",
|
|
31
|
-
"ipv6",
|
|
32
|
-
"auto_backups"
|
|
33
|
-
]
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"instance": {
|
|
3
|
-
"id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
|
|
4
|
-
"os": "Ubuntu 20.04 x64",
|
|
5
|
-
"ram": 16384,
|
|
6
|
-
"disk": 384,
|
|
7
|
-
"main_ip": "192.0.2.123",
|
|
8
|
-
"vcpu_count": 4,
|
|
9
|
-
"region": "ewr",
|
|
10
|
-
"plan": "vc2-6c-16gb",
|
|
11
|
-
"date_created": "2020-10-10T01:56:20+00:00",
|
|
12
|
-
"status": "active",
|
|
13
|
-
"allowed_bandwidth": 5000,
|
|
14
|
-
"netmask_v4": "255.255.254.0",
|
|
15
|
-
"gateway_v4": "192.0.2.1",
|
|
16
|
-
"power_status": "running",
|
|
17
|
-
"server_status": "ok",
|
|
18
|
-
"v6_network": "",
|
|
19
|
-
"v6_main_ip": "",
|
|
20
|
-
"v6_network_size": 0,
|
|
21
|
-
"label": "Example Instance",
|
|
22
|
-
"internal_ip": "",
|
|
23
|
-
"kvm": "https://my.vultr.com/subs/vps/novnc/api.php?data=00example11223344",
|
|
24
|
-
"tag": "Example Tag",
|
|
25
|
-
"os_id": 215,
|
|
26
|
-
"app_id": 0,
|
|
27
|
-
"image_id": "",
|
|
28
|
-
"firewall_group_id": "",
|
|
29
|
-
"features": [
|
|
30
|
-
"ddos_protection",
|
|
31
|
-
"ipv6",
|
|
32
|
-
"auto_backups"
|
|
33
|
-
]
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"upgrades": {
|
|
3
|
-
"os": [
|
|
4
|
-
{
|
|
5
|
-
"id": 900,
|
|
6
|
-
"name": "Example CentOS 6 x64",
|
|
7
|
-
"arch": "x64",
|
|
8
|
-
"family": "centos"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": 901,
|
|
12
|
-
"name": "Example 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
|
-
"plans": [
|
|
47
|
-
"vc2-2c-4gb",
|
|
48
|
-
"vc2-4c-8gb",
|
|
49
|
-
"vc2-6c-16gb",
|
|
50
|
-
"vc2-8c-64gb",
|
|
51
|
-
"vc2-16c-64gb",
|
|
52
|
-
"vc2-24c-97gb"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
55
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"isos": [
|
|
3
|
-
{
|
|
4
|
-
"id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
|
|
5
|
-
"date_created": "2020-10-10T01:56:20+00:00",
|
|
6
|
-
"filename": "my-iso.iso",
|
|
7
|
-
"size": 120586240,
|
|
8
|
-
"md5sum": "77ba289bdc966ec996278a5a740d96d8",
|
|
9
|
-
"sha512sum": "2b31b6fcab34d6ea9a6b293601c39b90cb044e5679fcc5",
|
|
10
|
-
"status": "complete"
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"meta": {
|
|
14
|
-
"total": 1,
|
|
15
|
-
"links": {
|
|
16
|
-
"next": "",
|
|
17
|
-
"prev": ""
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"public_isos": [
|
|
3
|
-
{
|
|
4
|
-
"id": "cb676a46-66fd-4dfb-b839-443f2e6c0b604",
|
|
5
|
-
"name": "CentOS 7",
|
|
6
|
-
"description": "7 x86_64 Minimal",
|
|
7
|
-
"md5sum": "7f4df50f42ee1b52b193e79855a3aa19"
|
|
8
|
-
}
|
|
9
|
-
],
|
|
10
|
-
"meta": {
|
|
11
|
-
"total": 1,
|
|
12
|
-
"links": {
|
|
13
|
-
"next": "",
|
|
14
|
-
"prev": ""
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"iso": {
|
|
3
|
-
"id": "cb676a46-66fd-4dfb-b839-443f2e6c0b60",
|
|
4
|
-
"date_created": "2020-10-10T01:56:20+00:00",
|
|
5
|
-
"filename": "my-iso.iso",
|
|
6
|
-
"size": 120586240,
|
|
7
|
-
"md5sum": "77ba289bdc966ec996278a5a740d96d8",
|
|
8
|
-
"sha512sum": "2b31b6fcab34d6ea9a6b293601c39b90cb044e5679fcc5",
|
|
9
|
-
"status": "complete"
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -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": "0.0.0.0",
|
|
9
|
-
"endpoint": "455dcd32-e621-48ee-a10e-0cb5f754e13e.vultr-k8s.com",
|
|
10
|
-
"version": "v1.20.0+1",
|
|
11
|
-
"region": "lax",
|
|
12
|
-
"status": "pending",
|
|
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-07T22:58:44+00:00",
|
|
18
|
-
"label": "my-label-48770259",
|
|
19
|
-
"plan_id": "vc2-1c-2gb",
|
|
20
|
-
"status": "pending",
|
|
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": "pending"
|
|
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": "pending"
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"node_pool": {
|
|
3
|
-
"id": "4130764b-5276-4552-546f-32513239732b",
|
|
4
|
-
"date_created": "2021-07-07T23:29:18+00:00",
|
|
5
|
-
"date_updated": "2021-07-08T23:29:18+00:00",
|
|
6
|
-
"label": "nodepool-48770716",
|
|
7
|
-
"plan_id": "vc2-1c-2gb",
|
|
8
|
-
"status": "pending",
|
|
9
|
-
"count": 2,
|
|
10
|
-
"nodes": [
|
|
11
|
-
{
|
|
12
|
-
"id": "2f863151-d784-4184-804e-31e4e60945bd",
|
|
13
|
-
"label": "nodepool-48770716-6c360e638ce61",
|
|
14
|
-
"date_created": "2021-07-07T23:29:18+00:00",
|
|
15
|
-
"status": "pending"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"id": "73a459dc-293f-4c2b-92f7-61be459a033b",
|
|
19
|
-
"label": "nodepool-48770716-6c360e638ce6c",
|
|
20
|
-
"date_created": "2021-07-07T23:29:18+00:00",
|
|
21
|
-
"status": "pending"
|
|
22
|
-
}
|
|
23
|
-
]
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"vke_clusters": [
|
|
3
|
-
{
|
|
4
|
-
"id": "c907e832-3080-48a6-a54d-7379e645c0b7",
|
|
5
|
-
"label": "my-vke",
|
|
6
|
-
"date_created": "2021-07-02T12:12:43+00:00",
|
|
7
|
-
"cluster_subnet": "10.244.0.0/16",
|
|
8
|
-
"service_subnet": "10.96.0.0/12",
|
|
9
|
-
"ip": "8.9.30.155",
|
|
10
|
-
"endpoint": "c907e832-3080-48a6-a54d-7379e645c0b7.vultr-k8s.com",
|
|
11
|
-
"version": "v1.20.0+1",
|
|
12
|
-
"region": "ewr",
|
|
13
|
-
"status": "active",
|
|
14
|
-
"node_pools": [
|
|
15
|
-
{
|
|
16
|
-
"id": "74de1914-63ea-4a78-9da5-b7220063c701",
|
|
17
|
-
"date_created": "2021-07-02T12:12:44+00:00",
|
|
18
|
-
"date_updated": "2021-07-03T12:12:44+00:00",
|
|
19
|
-
"label": "nodepool-48597451",
|
|
20
|
-
"plan_id": "vc2-1c-2gb",
|
|
21
|
-
"status": "active",
|
|
22
|
-
"count": 2,
|
|
23
|
-
"nodes": [
|
|
24
|
-
{
|
|
25
|
-
"id": "cafd4673-2a62-49c4-a045-44d05ecc0a7b",
|
|
26
|
-
"label": "nodepool-48597451-6a960df02bc1b",
|
|
27
|
-
"date_created": "2021-07-02T12:12:44+00:00",
|
|
28
|
-
"status": "active"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": "5fc5ae88-f73e-46b5-9fa1-ac5ed8dcd33c",
|
|
32
|
-
"label": "nodepool-48597451-6a960df02bc25",
|
|
33
|
-
"date_created": "2021-07-02T12:12:44+00:00",
|
|
34
|
-
"status": "active"
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"id": "455dcd32-e621-48ee-a10e-0cb5f754e13e",
|
|
42
|
-
"label": "vke",
|
|
43
|
-
"date_created": "2021-07-07T22:57:01+00:00",
|
|
44
|
-
"cluster_subnet": "10.244.0.0/16",
|
|
45
|
-
"service_subnet": "10.96.0.0/12",
|
|
46
|
-
"ip": "207.246.109.187",
|
|
47
|
-
"endpoint": "455dcd32-e621-48ee-a10e-0cb5f754e13e.vultr-k8s.com",
|
|
48
|
-
"version": "v1.20.0+1",
|
|
49
|
-
"region": "lax",
|
|
50
|
-
"status": "active",
|
|
51
|
-
"node_pools": [
|
|
52
|
-
{
|
|
53
|
-
"id": "11e4443a-f92a-46d6-94c8-61c1a1a7514e",
|
|
54
|
-
"date_created": "2021-07-07T22:57:01+00:00",
|
|
55
|
-
"date_updated": "2021-07-08T12:12:44+00:00",
|
|
56
|
-
"label": "my-label-48770259",
|
|
57
|
-
"plan_id": "vc2-1c-2gb",
|
|
58
|
-
"status": "active",
|
|
59
|
-
"count": 2,
|
|
60
|
-
"nodes": [
|
|
61
|
-
{
|
|
62
|
-
"id": "43eda5c8-67f7-4c63-88bc-2f568b48b2b0",
|
|
63
|
-
"label": "my-label-48770259-6ac60e6313dd1",
|
|
64
|
-
"date_created": "2021-07-07T22:57:01+00:00",
|
|
65
|
-
"status": "active"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"id": "15a7893d-d584-45d5-a74c-d9f46866aa3c",
|
|
69
|
-
"label": "my-label-48770259-6ac60e6313ddc",
|
|
70
|
-
"date_created": "2021-07-07T22:57:01+00:00",
|
|
71
|
-
"status": "active"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"meta": {
|
|
79
|
-
"total": 2,
|
|
80
|
-
"links": {
|
|
81
|
-
"next": "next",
|
|
82
|
-
"prev": "prev"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"node_pools": [
|
|
3
|
-
{
|
|
4
|
-
"id": "e97bdee9-2781-4f31-be03-60fc75f399ae",
|
|
5
|
-
"date_created": "2021-07-07T23:27:08+00:00",
|
|
6
|
-
"date_updated": "2021-07-08T12:12:44+00:00",
|
|
7
|
-
"label": "my-label-48770703",
|
|
8
|
-
"plan_id": "vc2-1c-2gb",
|
|
9
|
-
"status": "active",
|
|
10
|
-
"count": 2,
|
|
11
|
-
"nodes": [
|
|
12
|
-
{
|
|
13
|
-
"id": "f2e11430-76e5-4dc6-a1c9-ef5682c21ddf",
|
|
14
|
-
"label": "my-label-48770703-44060e6384c45",
|
|
15
|
-
"date_created": "2021-07-07T23:27:08+00:00",
|
|
16
|
-
"status": "active"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": "c0a160eb-a7bc-4377-a6fb-52a9531167ca",
|
|
20
|
-
"label": "my-label-48770703-44060e6384c50",
|
|
21
|
-
"date_created": "2021-07-07T23:27:08+00:00",
|
|
22
|
-
"status": "active"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "4130764b-5276-4552-546f-32513239732b",
|
|
28
|
-
"date_created": "2021-07-07T23:29:18+00:00",
|
|
29
|
-
"label": "nodepool-48770716",
|
|
30
|
-
"plan_id": "vc2-1c-2gb",
|
|
31
|
-
"status": "active",
|
|
32
|
-
"count": 2,
|
|
33
|
-
"nodes": [
|
|
34
|
-
{
|
|
35
|
-
"id": "2f863151-d784-4184-804e-31e4e60945bd",
|
|
36
|
-
"label": "nodepool-48770716-6c360e638ce61",
|
|
37
|
-
"date_created": "2021-07-07T23:29:18+00:00",
|
|
38
|
-
"status": "active"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"id": "73a459dc-293f-4c2b-92f7-61be459a033b",
|
|
42
|
-
"label": "nodepool-48770716-6c360e638ce6c",
|
|
43
|
-
"date_created": "2021-07-07T23:29:18+00:00",
|
|
44
|
-
"status": "active"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"meta": {
|
|
50
|
-
"total": 2,
|
|
51
|
-
"links": {
|
|
52
|
-
"next": "next",
|
|
53
|
-
"prev": "prev"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": {
|
|
3
|
-
"block_storage": [
|
|
4
|
-
{
|
|
5
|
-
"id": "29479a12-6edd-48cf-a883-24eccafab094",
|
|
6
|
-
"label": "29479a12-6edd-48cf-a883-24eccafab094",
|
|
7
|
-
"date_created": "2021-07-29T16:41:07+00:00",
|
|
8
|
-
"status": "active"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": "0fa3097e-aef9-475e-958a-56f697ed3998",
|
|
12
|
-
"label": "0fa3097e-aef9-475e-958a-56f697ed3998",
|
|
13
|
-
"date_created": "2021-08-04T15:34:50+00:00",
|
|
14
|
-
"status": "pending"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"load_balancer": [
|
|
18
|
-
{
|
|
19
|
-
"id": "369ed902-2ec4-4a22-b959-cb1709394c3a",
|
|
20
|
-
"label": "369ed902-2ec4-4a22-b959-cb1709394c3a",
|
|
21
|
-
"date_created": "2021-07-29T16:46:12+00:00",
|
|
22
|
-
"status": "active"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
}
|