Skip to content

Commit aa3c92e

Browse files
authored
Merge pull request #7903 from ovh/YC_Nutanix-scaleinout-fix
Nutanix - Scale in/out - API fixes
2 parents 077bd50 + 6ec156f commit aa3c92e

File tree

12 files changed

+70
-70
lines changed

12 files changed

+70
-70
lines changed

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.de-de.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.en-ca.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.en-gb.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.en-ie.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.en-us.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.es-es.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.es-us.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
7272
>> ![Confirmation message](images/install-os-03.png){.thumbnail}
7373
>>
7474
> OVHcloud API
75-
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
75+
>> To install your node via the [OVHcloud API](/links/api), use this call:
7676
>>
7777
>> > [!api]
78-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7979
>> >
8080
>>
8181
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124124
>> - Get the Boot ID (enter *power* as the **bootType**):
125125
>>
126126
>> > [!api]
127-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
127+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128128
>> >
129129
>>
130130
>> - Set the Boot ID:
131131
>>
132132
>> > [!api]
133-
>> > @api {v1} PUT /dedicated/server/{serviceName}
133+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134134
>> >
135135
>>
136136
>> - Power down the node:
137137
>>
138138
>> > [!api]
139-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140140
>> >
141141
>>
142142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164164
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.fr-ca.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ La zone **Nombre de noeuds** indiquera qu’un nouveau nœud est prêt à être
7474
>> Pour installer le nœud via l’[API OVHcloud](/links/api){.external}, utilisez l’appel suivant :
7575
>>
7676
>> > [!api]
77-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
77+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7878
>> >
7979
>>
8080
@@ -123,19 +123,19 @@ Consultez la documentation suivante :
123123
>> - Récupérez le Boot ID (saisissez *power* comme valeur pour **bootType**) :
124124
>>
125125
>> > [!api]
126-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
126+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
127127
>> >
128128
>>
129129
>> - Définissez le Boot ID :
130130
>>
131131
>> > [!api]
132-
>> > @api {v1} PUT /dedicated/server/{serviceName}
132+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
133133
>> >
134134
>>
135135
>> - Éteignez le nœud :
136136
>>
137137
>> > [!api]
138-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
138+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
139139
>> >
140140
>>
141141
@@ -164,7 +164,7 @@ Consultez la documentation suivante :
164164
>> Pour désinstaller un nœud via l’[API OVHcloud](/links/api){.external}, utilisez l’appel suivant :
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.fr-fr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ La zone **Nombre de noeuds** indiquera qu’un nouveau nœud est prêt à être
7474
>> Pour installer le nœud via l’[API OVHcloud](/links/api){.external}, utilisez l’appel suivant :
7575
>>
7676
>> > [!api]
77-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
77+
>> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
7878
>> >
7979
>>
8080
@@ -123,19 +123,19 @@ Consultez la documentation suivante :
123123
>> - Récupérez le Boot ID (saisissez *power* comme valeur pour **bootType**) :
124124
>>
125125
>> > [!api]
126-
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
126+
>> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
127127
>> >
128128
>>
129129
>> - Définissez le Boot ID :
130130
>>
131131
>> > [!api]
132-
>> > @api {v1} PUT /dedicated/server/{serviceName}
132+
>> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
133133
>> >
134134
>>
135135
>> - Éteignez le nœud :
136136
>>
137137
>> > [!api]
138-
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
138+
>> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
139139
>> >
140140
>>
141141
@@ -164,7 +164,7 @@ Consultez la documentation suivante :
164164
>> Pour désinstaller un nœud via l’[API OVHcloud](/links/api){.external}, utilisez l’appel suivant :
165165
>>
166166
>> > [!api]
167-
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167+
>> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168168
>> >
169169
>>
170170

0 commit comments

Comments
 (0)