Skip to content

Commit 82c0df4

Browse files
committed
proofreading FR-EN & translation for all subs
1 parent d47ea2e commit 82c0df4

15 files changed

+271
-197
lines changed

pages/manage_and_operate/api/first-steps/guide.de-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Erste Schritte mit der OVHcloud API
33
excerpt: Erfahren Sie hier, wie Sie die OVHcloud API verwenden
4-
updated: 2024-06-07
4+
updated: 2025-05-13
55
---
66

77
> [!primary]

pages/manage_and_operate/api/first-steps/guide.en-asia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective

pages/manage_and_operate/api/first-steps/guide.en-au.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective

pages/manage_and_operate/api/first-steps/guide.en-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective

pages/manage_and_operate/api/first-steps/guide.en-gb.md

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective
@@ -201,30 +201,38 @@ print("Welcome", client.get('/me')['firstname'])
201201

202202
#### List and revoke your keys
203203

204-
To list and revoke your keys, it's possible to either use the [Control Panel](/links/manager) on the section `Identity, Security & Operations`{.action} then `API keys`{.action} either use the API portal :
205-
206-
![API keys manager](images/api-keys-manager.png){.thumbnail}
207-
208-
- List the keys IDs with the following call:
209-
210-
> [!api]
211-
>
212-
> @api {v1} /me GET /me/api/application
213-
>
214-
215-
- Get key details with the following call:
216-
217-
> [!api]
218-
>
219-
> @api {v1} /me GET /me/api/application/{applicationId}
220-
>
221-
222-
- Revoke a key with the following call:
223-
224-
> [!api]
225-
>
226-
> @api {v1} /me DELETE /me/api/application/{applicationId}
227-
>
204+
To list and revoke keys, you can use the [API portal](/links/api) or the [OVHcloud Control Panel](/links/manager):
205+
206+
> [!tabs]
207+
> Using the API portal
208+
>>
209+
>> - List the keys IDs with the following call:
210+
>>
211+
>> > [!api]
212+
>> >
213+
>> > @api {v1} /me GET /me/api/application
214+
>> >
215+
>>
216+
>> - Get key details with the following call:
217+
>>
218+
>> > [!api]
219+
>> >
220+
>> > @api {v1} /me GET /me/api/application/{applicationId}
221+
>> >
222+
>>
223+
>> - Revoke a key with the following call:
224+
>>
225+
>> > [!api]
226+
>> >
227+
>> > @api {v1} /me DELETE /me/api/application/{applicationId}
228+
>> >
229+
>>
230+
> Using the OVHcloud Control Panel
231+
>>
232+
>> Go to the `Identity, Security & Operations`{.action} menu, then `API keys`{.action}.
233+
>>
234+
>> ![API keys manager](images/api-keys-manager.png){.thumbnail}
235+
>>
228236
229237
## Go further <a name="gofurther"></a>
230238

pages/manage_and_operate/api/first-steps/guide.en-ie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective

pages/manage_and_operate/api/first-steps/guide.en-sg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective

pages/manage_and_operate/api/first-steps/guide.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'First Steps with the OVHcloud APIs'
33
excerpt: 'Learn how to use OVHcloud APIs'
4-
updated: 2025-05-09
4+
updated: 2025-05-13
55
---
66

77
## Objective

pages/manage_and_operate/api/first-steps/guide.es-es.md

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Primeros pasos con las API de OVHcloud'
33
excerpt: 'Cómo utilizar las API de OVHcloud'
4-
updated: 2024-06-07
4+
updated: 2025-05-13
55
---
66

77
> [!primary]
@@ -205,28 +205,38 @@ print("Welcome", client.get('/me')['firstname'])
205205

206206
#### Lista y revoca tus claves
207207

208-
Actualmente no hay ninguna opción en el área de cliente para mostrar o revocar sus claves. El portal de la API permite:
209-
210-
- Enumere los IDs de las llaves con la siguiente llamada:
211-
212-
> [!api]
213-
>
214-
> @api {v1} /me GET /me/api/application
215-
>
216-
217-
- Obtenga los detalles de la clave con la siguiente llamada:
218-
219-
> [!api]
220-
>
221-
> @api {v1} /me GET /me/api/application/{applicationId}
222-
>
223-
224-
- Revocar una llave con la siguiente llamada:
225-
226-
> [!api]
227-
>
228-
> @api {v1} /me DELETE /me/api/application/{applicationId}
229-
>
208+
Para consultar y revocar las claves, puede utilizar el [portal API](/links/api) o el [área de cliente de OVHcloud](/links/manager):
209+
210+
> [!tabs]
211+
> A través del Portal API OVHcloud
212+
>>
213+
>> - Enumere los ID de las claves con la siguiente llamada:
214+
>>
215+
>> > [!api]
216+
>> >
217+
>> > @api {v1} /me GET /me/api/application
218+
>> >
219+
>>
220+
>> - Obtenga los detalles de una clave con la siguiente llamada:
221+
>>
222+
>> > [!api]
223+
>> >
224+
>> > @api {v1} /me GET /me/api/application/{applicationId}
225+
>> >
226+
>>
227+
>> - Revoque una clave con la siguiente llamada:
228+
>>
229+
>> > [!api]
230+
>> >
231+
>> > @api {v1} /me DELETE /me/api/application/{applicationId}
232+
>> >
233+
>>
234+
> Desde el área de cliente de OVHcloud
235+
>>
236+
>> Acceda al menú `Identidad, Seguridad y Operaciones`{.action} y luego `Claves API`{.action}.
237+
>>
238+
>> ![API keys manager](images/api-keys-manager.png){.thumbnail}
239+
>>
230240
231241
## Más información <a name="gofurther"></a>
232242

pages/manage_and_operate/api/first-steps/guide.es-us.md

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Primeros pasos con las API de OVHcloud'
33
excerpt: 'Cómo utilizar las API de OVHcloud'
4-
updated: 2024-06-07
4+
updated: 2025-05-13
55
---
66

77
> [!primary]
@@ -205,28 +205,38 @@ print("Welcome", client.get('/me')['firstname'])
205205

206206
#### Lista y revoca tus claves
207207

208-
Actualmente no hay ninguna opción en el área de cliente para mostrar o revocar sus claves. El portal de la API permite:
209-
210-
- Enumere los IDs de las llaves con la siguiente llamada:
211-
212-
> [!api]
213-
>
214-
> @api {v1} /me GET /me/api/application
215-
>
216-
217-
- Obtenga los detalles de la clave con la siguiente llamada:
218-
219-
> [!api]
220-
>
221-
> @api {v1} /me GET /me/api/application/{applicationId}
222-
>
223-
224-
- Revocar una llave con la siguiente llamada:
225-
226-
> [!api]
227-
>
228-
> @api {v1} /me DELETE /me/api/application/{applicationId}
229-
>
208+
Para consultar y revocar las claves, puede utilizar el [portal API](/links/api) o el [área de cliente de OVHcloud](/links/manager):
209+
210+
> [!tabs]
211+
> A través del Portal API OVHcloud
212+
>>
213+
>> - Enumere los ID de las claves con la siguiente llamada:
214+
>>
215+
>> > [!api]
216+
>> >
217+
>> > @api {v1} /me GET /me/api/application
218+
>> >
219+
>>
220+
>> - Obtenga los detalles de una clave con la siguiente llamada:
221+
>>
222+
>> > [!api]
223+
>> >
224+
>> > @api {v1} /me GET /me/api/application/{applicationId}
225+
>> >
226+
>>
227+
>> - Revoque una clave con la siguiente llamada:
228+
>>
229+
>> > [!api]
230+
>> >
231+
>> > @api {v1} /me DELETE /me/api/application/{applicationId}
232+
>> >
233+
>>
234+
> Desde el área de cliente de OVHcloud
235+
>>
236+
>> Acceda al menú `Identidad, Seguridad y Operaciones`{.action} y luego `Claves API`{.action}.
237+
>>
238+
>> ![API keys manager](images/api-keys-manager.png){.thumbnail}
239+
>>
230240
231241
## Más información <a name="gofurther"></a>
232242

0 commit comments

Comments
 (0)