You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get compatible commercial types that can be used to update the Instance. The compatibility of an Instance offer is based on:
4
+
* the CPU architecture
5
+
* the OS type
6
+
* the required l_ssd storage size
7
+
* the required scratch storage size
8
+
If the specified Instance offer is flagged as end of service, the best compatible offer is the first returned.
9
+
10
+
USAGE:
11
+
scw instance server get-compatible-types <server-id ...> [arg=value ...]
12
+
13
+
ARGS:
14
+
server-id UUID of the Instance you want to get
15
+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
16
+
17
+
FLAGS:
18
+
-h, --help help for get-compatible-types
19
+
20
+
GLOBAL FLAGS:
21
+
-c, --config string The path to the config file
22
+
-D, --debug Enable debug mode
23
+
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-[Get your server rdp password and decrypt it using your ssh key](#get-your-server-rdp-password-and-decrypt-it-using-your-ssh-key)
64
65
-[List all Instances](#list-all-instances)
65
66
-[List Instance actions](#list-instance-actions)
@@ -1941,6 +1942,31 @@ scw instance server get 94ededdf-358d-4019-9886-d754f8a2e78d
1941
1942
1942
1943
1943
1944
1945
+
### Get Instance compatible types
1946
+
1947
+
Get compatible commercial types that can be used to update the Instance. The compatibility of an Instance offer is based on:
1948
+
* the CPU architecture
1949
+
* the OS type
1950
+
* the required l_ssd storage size
1951
+
* the required scratch storage size
1952
+
If the specified Instance offer is flagged as end of service, the best compatible offer is the first returned.
1953
+
1954
+
**Usage:**
1955
+
1956
+
```
1957
+
scw instance server get-compatible-types <server-id ...> [arg=value ...]
1958
+
```
1959
+
1960
+
1961
+
**Args:**
1962
+
1963
+
| Name || Description |
1964
+
|------|---|-------------|
1965
+
| server-id | Required | UUID of the Instance you want to get |
1966
+
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
1967
+
1968
+
1969
+
1944
1970
### Get your server rdp password and decrypt it using your ssh key
0 commit comments