Skip to content

Commit d15b10e

Browse files
committed
Adding translations
1 parent fe3f47d commit d15b10e

File tree

88 files changed

+3262
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3262
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: コメントの作成
3+
type: apicontent
4+
order: 7.1
5+
external_redirect: '/api/#create-a-comment'
6+
---
7+
## コメントの作成
8+
9+
コメントは、基本的に、[イベントストリーム][1]に表示される特別な形式のイベントです。新しいディスカッションスレッドを開始したり、別のスレッドに返信することもできます。
10+
11+
**引数**:
12+
13+
* **`message`** [必須]:
14+
コメントのテキスト。
15+
16+
* **`handle`** [オプション、デフォルト = **アプリケーションキーの所有者**]:
17+
コメントを作成しているユーザーのハンドル。
18+
19+
* **`related_event_id`** [オプション、デフォルト = **None**]:
20+
返信対象の別のコメントまたはイベントの ID。
21+
22+
[1]: /ja/events
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: ダッシュボードリストの取得
3+
type: apicontent
4+
order: 9.1
5+
external_redirect: /api/#get-a-dashboard-list
6+
---
7+
8+
## ダッシュボードリストの取得
9+
10+
既存のダッシュボードリストの定義を取得します。
11+
12+
**引数**:
13+
14+
このエンドポイントは、JSON 引数を受け取りません。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: ダッシュボードの削除
3+
type: apicontent
4+
order: 8.3
5+
external_redirect: "/api/#delete-a-dashboard"
6+
---
7+
8+
## ダッシュボードの削除
9+
10+
既存のダッシュボードを削除します。
11+
12+
**引数**:
13+
14+
このエンドポイントは、JSON 引数を受け取りません。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: ダッシュボードの取得
3+
type: apicontent
4+
order: 8.4
5+
external_redirect: "/api/#get-a-dashboard"
6+
---
7+
8+
## ダッシュボードの取得
9+
10+
既存のダッシュボードの定義を取得します。
11+
12+
**引数**:
13+
14+
このエンドポイントは、JSON 引数を受け取りません。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: すべてのダッシュボードの取得
3+
type: apicontent
4+
order: 8.5
5+
external_redirect: "/api/#get-all-dashboards"
6+
---
7+
8+
## すべてのダッシュボードの取得
9+
10+
すべてのダッシュボードを取得します。
11+
12+
**引数**:
13+
14+
このエンドポイントは、JSON 引数を受け取りません。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: モニターのダウンタイムの取得
3+
type: apicontent
4+
order: 10.5
5+
external_redirect: /api/#get-a-monitor-downtime
6+
---
7+
8+
## モニターのダウンタイムの取得
9+
10+
**引数**:
11+
12+
このエンドポイントは、JSON 引数を受け取りません。
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: モニターのダウンタイムのスケジューリング
3+
type: apicontent
4+
order: 10.1
5+
external_redirect: /api/#schedule-monitor-downtime
6+
---
7+
8+
## モニターのダウンタイムのスケジューリング
9+
10+
**引数**:
11+
12+
* **`scope`** [必須]:
13+
ダウンタイムが適用されるスコープ (例: `host:app2`)。複数のスコープは、カンマ区切りリストで指定します (例: `env:dev,env:prod`)。設定されるダウンタイムは、指定されたスコープのいずれかではなく、すべて (`env:dev``env:prod`**両方**) と一致するソースに適用されます。
14+
* **`monitor_tags`** [オプション、デフォルト = **モニタータグフィルターなし**]:
15+
モニタータグのカンマ区切りリスト。これは、(`scope` パラメーターで絞り込まれる) モニタークエリで使用されるタグではなく、ダウンタイムが適用されるモニターに直接適用されるタグです。設定されるダウンタイムは、指定されたモニタータグのいずれかではなく、すべて (`service:postgres``team:frontend`**両方**) と一致するモニターに適用されます。
16+
* **`monitor_id`** [オプション、デフォルト = **None**]:
17+
ダウンタイムが適用される単一のモニター。指定しない場合、ダウンタイムはすべてのモニターに適用されます。
18+
* **`start`** [オプション、デフォルト = **None**]:
19+
ダウンタイムを開始する時間の POSIX タイムスタンプ。指定しない場合、ダウンタイムは作成されるとすぐに開始します。
20+
* **`end`** [オプション、デフォルト = **None**]:
21+
ダウンタイムを終了する時間の POSIX タイムスタンプ。指定しない場合、ダウンタイムは (取り消されるまで) 無期限に有効になります。
22+
* **`message`** [オプション、デフォルト = **None**]:
23+
このダウンタイムの通知に含めるメッセージ。イベントと同じ「@username」表記を使用して、特定のユーザーに電子メール通知を送信できます。
24+
* **`timezone`** [オプション、デフォルト = **UTC**]:
25+
ダウンタイムのタイムゾーン。
26+
* **`recurrence`** [オプション、デフォルト = **None**]:
27+
さまざまなパラメーターを使用してダウンタイムの繰り返しを定義するオブジェクト。
28+
* **`type`**: 繰り返しのタイプ。`days``weeks``months``years` から選択します。
29+
* **`period`**: 繰り返す頻度を整数で指定します。たとえば、3 日ごとに繰り返す場合、type は `days`、period は `3` を指定します。
30+
* **`week_days`**: (オプション) 繰り返す曜日のリスト。`Mon``Tue``Wed``Thu``Fri``Sat``Sun` から選択します。`type``weeks` の場合にのみ適用されます。**最初の文字は大文字にする必要があります。**
31+
* **`until_occurrences`**: (オプション) ダウンタイムを再スケジューリングする回数。**`until_occurences``until_date`** は相互に排他的です。
32+
* **`until_date`**: (オプション) 繰り返しが終了する日付を指定する POSIX タイムスタンプ。**`until_occurences``until_date`** は相互に排他的です。
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: モニターのダウンタイムの更新
3+
type: apicontent
4+
order: 10.2
5+
external_redirect: /api/#update-monitor-downtime
6+
---
7+
8+
## モニターのダウンタイムの更新
9+
10+
**引数**:
11+
12+
* **`id`** [必須]:
13+
更新するダウンタイムの整数 ID
14+
* **`scope`** [必須]:
15+
ダウンタイムが適用されるスコープ (例: 'host:app2')。複数のスコープは、カンマ区切りリストで指定します (例: 'env:dev,env:prod')。設定されるダウンタイムは、指定されたスコープのいずれかではなく、すべて (env:dev と env:prod の両方) と一致するソースに適用されます。
16+
* **`monitor_tags`** [オプション、デフォルト = **モニタータグフィルターなし**]:
17+
モニタータグのカンマ区切りリスト。これは、(`scope` パラメーターで絞り込まれる) モニタークエリで使用されるタグではなく、ダウンタイムが適用されるモニターに直接適用されるタグです。設定されるダウンタイムは、指定されたモニタータグのいずれかではなく、すべて (`service:postgres``team:frontend`**両方**) と一致するモニターに適用されます。
18+
* **`monitor_id`** [オプション、デフォルト = **None**]:
19+
ダウンタイムが適用される単一のモニター。指定しない場合、ダウンタイムはすべてのモニターに適用されます。
20+
* **`start`** [オプション、default = **元の start**]:
21+
ダウンタイムを開始する時間の POSIX タイムスタンプ。
22+
* **`end`** [オプション、default = **元の end**]:
23+
ダウンタイムを終了する時間の POSIX タイムスタンプ。指定しない場合、ダウンタイムは (取り消されるまで) 無期限に有効になります。
24+
* **`message`** [必須、デフォルト = **元の message**]:
25+
このダウンタイムの通知に含めるメッセージ。イベントと同じ「@username」表記を使用して、特定のユーザーに電子メール通知を送信できます。
26+
* **`timezone`** [オプション、デフォルト = **元の timezone** ]:
27+
ダウンタイムのタイムゾーン。
28+
* **`recurrence`** [オプション、default = **元の recurrence**]:
29+
さまざまなパラメーターを使用してダウンタイムの繰り返しを定義するオブジェクト。
30+
* **`type`**: 繰り返しのタイプ。`days``weeks``months``years` から選択します。
31+
* **`period`**: 繰り返す頻度を整数で指定します。たとえば、3 日ごとに繰り返す場合、type は `days`、period は `3` を指定します。
32+
* **`week_days`**: (オプション) 繰り返す曜日のリスト。`Mon``Tue``Wed``Thu``Fri``Sat``Sun` から選択します。`type``weeks` の場合にのみ適用されます。**最初の文字は大文字にする必要があります。**
33+
* **`until_occurrences`**: (オプション) ダウンタイムを再スケジューリングする回数。**`until_occurences``until_date`** は相互に排他的です。
34+
* **`until_date`**: (オプション) 繰り返しが終了する日付を指定する POSIX タイムスタンプ。**`until_occurences``until_date`** は相互に排他的です。
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Embed の有効化
3+
type: apicontent
4+
order: 11.4
5+
external_redirect: /api/#enable-embed
6+
---
7+
8+
## Embed の有効化
9+
10+
特定の Embed を有効にします。
11+
12+
戻り値: 成功メッセージ {success: [message]} を含む JSON。失敗すると、戻り値はエラーメッセージ {errors: [messages]} を含む JSON になります。
13+
14+
**引数**:
15+
16+
このエンドポイントは、JSON 引数を受け取りません。
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: 特定の Embed の取得
3+
type: apicontent
4+
order: 11.3
5+
external_redirect: /api/#get-specific-embed
6+
---
7+
8+
## 特定の Embed の取得
9+
10+
embed_id を指定して、以前に作成した Embed の HTML フラグメントを取得します。
11+
12+
戻り値: 以下の 8 つの要素を持つ JSON オブジェクト。
13+
14+
* embed_id: Embed のトークン
15+
* graph_title: グラフのタイトル
16+
* dash_name: グラフが表示されるダッシュボードの名前 (ない場合は、null)
17+
* dash_url: グラフが表示されるダッシュボードの URL (ない場合は、null)
18+
* shared_by: Embed を共有するユーザーの ID
19+
* html: Embed の HTML フラグメント (iframe)
20+
* revoked: Embed が無効かどうかを示すブール値フラグ
21+
22+
失敗すると、戻り値はエラーメッセージ {errors: [messages]} を含む JSON になります。
23+
24+
**引数**:
25+
26+
このエンドポイントは、JSON 引数を受け取りません。

0 commit comments

Comments
 (0)