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
-[Add a server to a Private Network](#add-a-server-to-a-private-network)
@@ -28,7 +28,7 @@ Elastic Metal API.
28
28
-[Get a specific Elastic Metal server](#get-a-specific-elastic-metal-server)
29
29
-[Return server metrics](#return-server-metrics)
30
30
-[Install an Elastic Metal server](#install-an-elastic-metal-server)
31
-
-[List Elastic Metal servers for an organization](#list-elastic-metal-servers-for-an-organization)
31
+
-[List Elastic Metal servers for an Organization](#list-elastic-metal-servers-for-an-organization)
32
32
-[List server events](#list-server-events)
33
33
-[Reboot an Elastic Metal server](#reboot-an-elastic-metal-server)
34
34
-[Start an Elastic Metal server](#start-an-elastic-metal-server)
@@ -327,9 +327,9 @@ scw baremetal options list zone=fr-par-1
327
327
An Operating System (OS) is the underlying software installed on your server
328
328
329
329
330
-
### Get an OS with an ID
330
+
### Get OS with an ID
331
331
332
-
Return specific OS for the ID.
332
+
Return the specific OS for the ID.
333
333
334
334
**Usage:**
335
335
@@ -643,9 +643,9 @@ scw baremetal server install 11111111-1111-1111-1111-111111111111 os-id=11111111
643
643
644
644
645
645
646
-
### List Elastic Metal servers for an organization
646
+
### List Elastic Metal servers for an Organization
647
647
648
-
List Elastic Metal servers for a specific organization.
648
+
List Elastic Metal servers for a specific Organization.
649
649
650
650
**Usage:**
651
651
@@ -885,7 +885,7 @@ Allows to configure the general settings for your Elastic Metal server.
885
885
886
886
### List all settings
887
887
888
-
Return all settings for a project ID.
888
+
Return all settings for a Project ID.
889
889
890
890
**Usage:**
891
891
@@ -899,14 +899,14 @@ scw baremetal settings list [arg=value ...]
899
899
| Name || Description |
900
900
|------|---|-------------|
901
901
| order-by | One of: `created_at_asc`, `created_at_desc`| Sort order for items in the response |
902
-
| project-id | Required | ID of the project|
902
+
| project-id | Required | ID of the Project|
903
903
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `all`| Zone to target. If none is passed will use default zone from the config |
904
904
905
905
906
906
907
907
### Update setting
908
908
909
-
Update a setting for a project ID (enable or disable).
909
+
Update a setting for a Project ID (enable or disable).
0 commit comments