Skip to content

Commit 90c3f40

Browse files
committed
duplication EN + translation DE
1 parent 82c0df4 commit 90c3f40

File tree

7 files changed

+224
-166
lines changed

7 files changed

+224
-166
lines changed

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

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -204,28 +204,38 @@ 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 das [API-Portal](/links/api) oder das [OVHcloud Kundencenter](/links/manager) verwenden:
208+
209+
> [!tab]
210+
> API-Portal verwenden
211+
>>
212+
>> - Listet die Schlüssel-IDs mit dem folgenden Aufruf auf:
213+
>>
214+
>> > [!api]
215+
>> >
216+
>> > @api {v1} /me GET /me/api/application
217+
>> >
218+
>>
219+
>> - Mit dem folgenden Anruf erhalten Sie wichtige Informationen:
220+
>>
221+
>> > [!api]
222+
>> >
223+
>> > @api {v1} /me GET /me/api/application/{applicationId}
224+
>> >
225+
>>
226+
>> - Sperrt einen Schlüssel mit dem folgenden Aufruf:
227+
>>
228+
>> > [!api]
229+
>> >
230+
>> > @api {v1} /me DELETE /me/api/application/{applicationId}
231+
>> >
232+
>>
233+
> Im 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

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

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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-au.md

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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-ca.md

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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-sg.md

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)