Skip to content

Commit ee0b026

Browse files
authored
Merge pull request #7838 from ovh/dev/gbarideau/api-application-ui
First steps with API - Adding link to API keys menu
2 parents 7b9f77a + 45661e1 commit ee0b026

16 files changed

+496
-346
lines changed

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

Lines changed: 34 additions & 24 deletions
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]
@@ -204,33 +204,43 @@ print("Welcome", client.get('/me')['firstname'])
204204

205205
#### Schlüssel auflisten und widerrufen
206206

207-
Es gibt derzeit keine Option im Kundencenter, mit der Sie Ihre Schlüssel auflisten und widerrufen können. Dazu kann das API-Portal verwendet werden:
208-
209-
- Erhalten Sie die Schlüssel-IDs mit dem folgenden Aufruf:
210-
211-
> [!api]
212-
>
213-
> @api {v1} /me GET /me/api/application
214-
>
215-
216-
- Erhalten Sie die Schlüsseldetails mit dem folgenden Aufruf:
217-
218-
> [!api]
219-
>
220-
> @api {v1} /me GET /me/api/application/{applicationId}
221-
>
222-
223-
- Widerrufen Sie einen Schlüssel mit dem folgenden Aufruf:
224-
225-
> [!api]
226-
>
227-
> @api {v1} /me DELETE /me/api/application/{applicationId}
228-
>
207+
Um Schlüssel aufzulisten und zu widerrufen, können Sie die [API-Konsole](/links/api) oder das [OVHcloud Kundencenter](/links/manager) verwenden:
208+
209+
> [!tab]
210+
> API-Konsole
211+
>>
212+
>> - Auflisten der Schlüssel-IDs mit dem folgenden Aufruf:
213+
>>
214+
>> > [!api]
215+
>> >
216+
>> > @api {v1} /me GET /me/api/application
217+
>> >
218+
>>
219+
>> - Mit dem folgenden Aufruf erhalten Sie wichtige Informationen:
220+
>>
221+
>> > [!api]
222+
>> >
223+
>> > @api {v1} /me GET /me/api/application/{applicationId}
224+
>> >
225+
>>
226+
>> - Schlüssel sperren mit dem folgenden Aufruf:
227+
>>
228+
>> > [!api]
229+
>> >
230+
>> > @api {v1} /me DELETE /me/api/application/{applicationId}
231+
>> >
232+
>>
233+
> OVHcloud Kundencenter
234+
>>
235+
>> Gehen Sie zum Menü `Identität, Sicherheit und Operationen`{.action} und danach zu `API-Schlüssel`{.action}.
236+
>>
237+
>> ![API keys manager](images/api-keys-manager.png){.thumbnail}
238+
>>
229239
230240
## Weiterführende Informationen <a name="gofurther"></a>
231241

232242
[Domainnamen über die API verwalten](/pages/web_cloud/domains/api_domain_intro) (EN)
233243

234244
[OVHcloud Kunden-Account über die API verwalten](/pages/manage_and_operate/api/api_right_delegation) (EN)
235245

236-
Für den Austausch mit unserer User Community gehen Sie auf <https://community.ovh.com/en/>.
246+
Treten Sie unserer [User Community](/links/community) bei.

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

Lines changed: 33 additions & 23 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: 2024-06-07
4+
updated: 2025-05-13
55
---
66

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

202202
#### List and revoke your keys
203203

204-
There is currently no Control Panel option to list and revoke your keys. The API portal can be used to do that :
205-
206-
- List the keys IDs with the following call:
207-
208-
> [!api]
209-
>
210-
> @api {v1} /me GET /me/api/application
211-
>
212-
213-
- Get key details with the following call:
214-
215-
> [!api]
216-
>
217-
> @api {v1} /me GET /me/api/application/{applicationId}
218-
>
219-
220-
- Revoke a key with the following call:
221-
222-
> [!api]
223-
>
224-
> @api {v1} /me DELETE /me/api/application/{applicationId}
225-
>
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+
>>
226236
227237
## Go further <a name="gofurther"></a>
228238

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

Lines changed: 33 additions & 23 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: 2024-06-07
4+
updated: 2025-05-13
55
---
66

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

202202
#### List and revoke your keys
203203

204-
There is currently no Control Panel option to list and revoke your keys. The API portal can be used to do that :
205-
206-
- List the keys IDs with the following call:
207-
208-
> [!api]
209-
>
210-
> @api {v1} /me GET /me/api/application
211-
>
212-
213-
- Get key details with the following call:
214-
215-
> [!api]
216-
>
217-
> @api {v1} /me GET /me/api/application/{applicationId}
218-
>
219-
220-
- Revoke a key with the following call:
221-
222-
> [!api]
223-
>
224-
> @api {v1} /me DELETE /me/api/application/{applicationId}
225-
>
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+
>>
226236
227237
## Go further <a name="gofurther"></a>
228238

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

Lines changed: 33 additions & 23 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: 2024-06-07
4+
updated: 2025-05-13
55
---
66

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

202202
#### List and revoke your keys
203203

204-
There is currently no Control Panel option to list and revoke your keys. The API portal can be used to do that :
205-
206-
- List the keys IDs with the following call:
207-
208-
> [!api]
209-
>
210-
> @api {v1} /me GET /me/api/application
211-
>
212-
213-
- Get key details with the following call:
214-
215-
> [!api]
216-
>
217-
> @api {v1} /me GET /me/api/application/{applicationId}
218-
>
219-
220-
- Revoke a key with the following call:
221-
222-
> [!api]
223-
>
224-
> @api {v1} /me DELETE /me/api/application/{applicationId}
225-
>
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+
>>
226236
227237
## Go further <a name="gofurther"></a>
228238

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

Lines changed: 33 additions & 23 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: 2024-06-07
4+
updated: 2025-05-13
55
---
66

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

202202
#### List and revoke your keys
203203

204-
There is currently no Control Panel option to list and revoke your keys. The API portal can be used to do that :
205-
206-
- List the keys IDs with the following call:
207-
208-
> [!api]
209-
>
210-
> @api {v1} /me GET /me/api/application
211-
>
212-
213-
- Get key details with the following call:
214-
215-
> [!api]
216-
>
217-
> @api {v1} /me GET /me/api/application/{applicationId}
218-
>
219-
220-
- Revoke a key with the following call:
221-
222-
> [!api]
223-
>
224-
> @api {v1} /me DELETE /me/api/application/{applicationId}
225-
>
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+
>>
226236
227237
## Go further <a name="gofurther"></a>
228238

0 commit comments

Comments
 (0)