File tree Expand file tree Collapse file tree 12 files changed +70
-70
lines changed
pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node Expand file tree Collapse file tree 12 files changed +70
-70
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ The **Number of nodes** area will show a new node to install.
72
72
>> ![ Confirmation message] ( images/install-os-03.png ) {.thumbnail}
73
73
>>
74
74
> 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:
76
76
>>
77
77
>> > [ !api]
78
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
79
79
>> >
80
80
>>
81
81
@@ -124,19 +124,19 @@ Please refer to the documentation below:
124
124
>> - Get the Boot ID (enter * power* as the ** bootType** ):
125
125
>>
126
126
>> > [ !api]
127
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
127
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
128
128
>> >
129
129
>>
130
130
>> - Set the Boot ID:
131
131
>>
132
132
>> > [ !api]
133
- >> > @api {v1} PUT /dedicated/server/{serviceName}
133
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
134
134
>> >
135
135
>>
136
136
>> - Power down the node:
137
137
>>
138
138
>> > [ !api]
139
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
139
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
140
140
>> >
141
141
>>
142
142
@@ -164,7 +164,7 @@ Please refer to the documentation below:
164
164
>> To uninstall your node via the [ OVHcloud API] ( /links/api ) , use this call:
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ La zone **Nombre de noeuds** indiquera qu’un nouveau nœud est prêt à être
74
74
>> Pour installer le nœud via l’[ API OVHcloud] ( /links/api ) {.external}, utilisez l’appel suivant :
75
75
>>
76
76
>> > [ !api]
77
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
77
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
78
>> >
79
79
>>
80
80
@@ -123,19 +123,19 @@ Consultez la documentation suivante :
123
123
>> - Récupérez le Boot ID (saisissez * power* comme valeur pour ** bootType** ) :
124
124
>>
125
125
>> > [ !api]
126
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
126
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
127
127
>> >
128
128
>>
129
129
>> - Définissez le Boot ID :
130
130
>>
131
131
>> > [ !api]
132
- >> > @api {v1} PUT /dedicated/server/{serviceName}
132
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
133
133
>> >
134
134
>>
135
135
>> - Éteignez le nœud :
136
136
>>
137
137
>> > [ !api]
138
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
138
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
139
139
>> >
140
140
>>
141
141
@@ -164,7 +164,7 @@ Consultez la documentation suivante :
164
164
>> Pour désinstaller un nœud via l’[ API OVHcloud] ( /links/api ) {.external}, utilisez l’appel suivant :
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ La zone **Nombre de noeuds** indiquera qu’un nouveau nœud est prêt à être
74
74
>> Pour installer le nœud via l’[ API OVHcloud] ( /links/api ) {.external}, utilisez l’appel suivant :
75
75
>>
76
76
>> > [ !api]
77
- >> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
77
+ >> > @api {v1} /nutanix PUT /nutanix/{serviceName}/nodes/{server}/deploy
78
78
>> >
79
79
>>
80
80
@@ -123,19 +123,19 @@ Consultez la documentation suivante :
123
123
>> - Récupérez le Boot ID (saisissez * power* comme valeur pour ** bootType** ) :
124
124
>>
125
125
>> > [ !api]
126
- >> > @api {v1} GET /dedicated/server/{serviceName}/boot
126
+ >> > @api {v1} /nutanix GET /dedicated/server/{serviceName}/boot
127
127
>> >
128
128
>>
129
129
>> - Définissez le Boot ID :
130
130
>>
131
131
>> > [ !api]
132
- >> > @api {v1} PUT /dedicated/server/{serviceName}
132
+ >> > @api {v1} /nutanix PUT /dedicated/server/{serviceName}
133
133
>> >
134
134
>>
135
135
>> - Éteignez le nœud :
136
136
>>
137
137
>> > [ !api]
138
- >> > @api {v1} POST /dedicated/server/{serviceName}/reboot
138
+ >> > @api {v1} /nutanix POST /dedicated/server/{serviceName}/reboot
139
139
>> >
140
140
>>
141
141
@@ -164,7 +164,7 @@ Consultez la documentation suivante :
164
164
>> Pour désinstaller un nœud via l’[ API OVHcloud] ( /links/api ) {.external}, utilisez l’appel suivant :
165
165
>>
166
166
>> > [ !api]
167
- >> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
167
+ >> > @api {v1} /nutanix POST /nutanix/{serviceName}/node/{server}/terminate
168
168
>> >
169
169
>>
170
170
You can’t perform that action at this time.
0 commit comments