# Fusus LPR

Fusus by Axonは、ライブビデオフィード、データ、およびさまざまなソースからの通信を統合し、初期対応者や法執行機関に統一されたビューを提供するリアルタイムの公共安全プラットフォームです。

この統合により、法執行機関はVerkadaのハイブリッドクラウドアーキテクチャをFususのオープンプラットフォームと組み合わせることができます。統合により、Verkadaカメラからのリアルタイムのナンバープレート読み取りがFususプラットフォーム内に直接表示されるようになります。

### 必要なもの

* [VerkadaオーガニゼーションID](#h_2670e08018)
* [Verkada読み取り専用APIキー](#h_87b251319f)
* [Verkada Webhookシークレット](#h_2dc96e9c63)

***

## 組織の構成

### **オーガニゼーションIDを見つける**

{% stepper %}
{% step %}
**Verkada Commandで、All Products > Adminに移動します。**
{% endstep %}

{% step %}
**左のナビゲーションで、Org Settings > Verkada APIを選択します。**
{% endstep %}

{% step %}
**オーガニゼーションIDをコピーして安全な場所に保管してください。**
{% endstep %}
{% endstepper %}

### APIキーを作成する

{% stepper %}
{% step %}
**Verkada Commandで、All Products > Adminに移動します。**
{% endstep %}

{% step %}
**左のナビゲーションで、Org Settings > Verkada APIを選択します。**
{% endstep %}

{% step %}
**読み取り専用キー：**

a. クリック **Add API Key。**\
b. 一意の名前を入力します。\
c. 設定 **Select Permission** を **Read onlyにします。**\
d. 設定 **有効期限。注意：** APIキーの有効期限を現在の日付から1年後に設定することを推奨します。APIキーは少なくとも年に一度ローテーションすることをお勧めします。
{% endstep %}

{% step %}
**Commandから読み取り専用APIキーをコピーし、安全な場所に保管してください。**
{% endstep %}
{% endstepper %}

### Verkada Webhookを作成する

{% stepper %}
{% step %}
**Verkada Commandで、All Products > Adminに移動します。**
{% endstep %}

{% step %}
**左のナビゲーションで、Org Settings > Verkada APIを選択します。**
{% endstep %}

{% step %}
**Add Webhookをクリックし、以下の情報を入力します：**

a. **Webhook URL：** <https://fusus-alarms.fususone.com/verkada/webhook/>**.**\
b. **Shared Secret：** 自動生成されたパスワードを作成し、そのコピーを安全な場所に保管してください。この共有シークレットは後でFususOneに追加する必要があります。\
c. クリック **Add Webhook。**
{% endstep %}
{% endstepper %}

***

## FususOneに統合を追加する

統合構成を確定するために、以下の詳細をFususの技術チームに提供してください。

* VerkadaオーガニゼーションID
* Verkada読み取り専用APIキー
* Verkada Webhookシークレット


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.verkada.com/command/ja/ganaizshon/integrations/set-up-the-verkada-fusus-lpr-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
