Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent c853451 commit 47430dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ HTTP リクエストを送信することでステータスを確認できます
レスポンスが空白の場合は、通常 Draco が実行されていないか、
別のポートでリッスンしているためです。

#### :one: リクエスト :
#### 1️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -467,7 +467,7 @@ POST リクエストを送信することによって行われます。
`Base Path と Listening port` と一致する必要があります
- `throttling` 値は変更がサンプリングされるレートを定義します

#### :two: リクエスト :
#### 2️⃣ リクエスト :

```console
curl -iX POST \
Expand Down Expand Up @@ -500,7 +500,7 @@ curl -iX POST \
サブスクリプションが作成されている場合は、`/v2/subscriptions`エンドポイントに
GET リクエストを発行することによってそれが起動しているかどうかを確認できます。

#### :three: リクエスト :
#### 3️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -852,7 +852,7 @@ HTTP リクエストを送信することでステータスを確認できます
レスポンスが空白の場合は、通常 Draco が実行されていないか、
別のポートでリッスンしているためです。

#### :four: リクエスト :
#### 4️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -944,7 +944,7 @@ POST リクエストを送信することによって行われます。
`Base Path と Listening port` と一致する必要があります
- `throttling` 値は変更がサンプリングされるレートを定義します

#### :five: リクエスト :
#### 5️⃣ リクエスト :

```console
curl -iX POST \
Expand Down Expand Up @@ -1268,7 +1268,7 @@ HTTP リクエストを送信することでステータスを確認できます
レスポンスが空白の場合は、通常 Draco が実行されていないか、
別のポートでリッスンしているためです。

#### :six: リクエスト :
#### 6️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -1415,7 +1415,7 @@ POST リクエストを送信することによって行われます。
`Base Path と Listening port` と一致する必要があります
- `throttling` 値は変更がサンプリングされるレートを定義します

#### :seven: リクエスト :
#### 7️⃣ リクエスト :

```console
curl -iX POST \
Expand Down Expand Up @@ -1685,7 +1685,7 @@ HTTP リクエストを送信することでステータスを確認できます
レスポンスが空白の場合は、通常 Draco が実行されていないか、
別のポートでリッスンしているためです。

#### :eight: リクエスト :
#### 8️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -1780,7 +1780,7 @@ POST リクエストを送信することによって行われます。
`Base Path と Listening port` と一致する必要があります
- `throttling` 値は変更がサンプリングされるレートを定義します

#### :nine: リクエスト :
#### 9️⃣ リクエスト :

```console
curl -iX POST \
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Once Draco is running, you can check the status by making an HTTP request to the
`/nifi-api/system-diagnostics`. If the response is blank, this is usually because Draco is not running or is listening
on another port.

#### :one: Request:
#### 1️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -425,7 +425,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The notification `url` must match the configured `Base Path and Listening port` of the Draco Listen HTTP Processor
- The `throttling` value defines the rate that changes are sampled.

#### :two: Request:
#### 2️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -457,7 +457,7 @@ same for each database. The response will be **201 - Created**
If a subscription has been created, you can check to see if it is firing by making a GET request to the
`/v2/subscriptions` endpoint.

#### :three: Request:
#### 3️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -764,7 +764,7 @@ Once Draco is running, you can check the status by making an HTTP request to the
`/nifi-api/system-diagnostics`. If the response is blank, this is usually because Draco is not running or is listening
on another port.

#### :four: Request:
#### 4️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -897,7 +897,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The `idPattern` in the request body ensures that Draco will be informed of all context data changes.
- The `throttling` value defines the rate that changes are sampled.

#### :five: Request:
#### 5️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -1187,7 +1187,7 @@ Once Draco is running, you can check the status by making an HTTP request to the
`/system-diagnostics`. If the response is blank, this is usually because Draco is not running or is listening on another
port.

#### :six: Request:
#### 6️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -1268,7 +1268,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The `idPattern` in the request body ensures that Draco will be informed of all context data changes.
- The `throttling` value defines the rate that changes are sampled.

#### :seven: Request:
#### 7️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -1508,7 +1508,7 @@ Once Draco is running, you can check the status by making an HTTP request to the
`/system-diagnostics`. If the response is blank, this is usually because Draco is not running or is listening on another
port.

#### :eight: Request:
#### 8️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -1589,7 +1589,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The `idPattern` in the request body ensures that Draco will be informed of all context data changes.
- The `throttling` value defines the rate that changes are sampled.

#### :nine: Request:
#### 9️⃣ Request:

```console
curl -iX POST \
Expand Down

0 comments on commit 47430dd

Please sign in to comment.