> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ja/ganaizshon/integrations/axon-fusus-cloud-to-cloud-streaming-integration.md).

# Axon Fusus

このドキュメントでは、Axon のクラウド間ストリーミング機能連携の手順を段階的に説明します。これはハードウェア不要のクラウド間ソリューションで、Axon Fusus' のプラットフォームと通信し、ライブおよび過去の映像の両方のカメラストリームへのアクセスを提供します。

{% hint style="warning" %}
この連携は、Verkada カメラおよび Command Connector を通じて接続されたカメラからのライブおよび履歴ストリーミング機能をサポートします。PTZ 制御はサポートされていません。
{% endhint %}

{% hint style="danger" %}
必要です [オーガナイゼーション' 管理者](/command/ja/yzto/roles-and-permissions-for-command.md) この連携を設定するための権限が必要です。
{% endhint %}

***

### Verkada API キーを生成する

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

{% step %}
**左側のナビゲーションで、API & Integration > API Keys を選択します。**
{% endstep %}

{% step %}
**ページ上部にあるオーガナイゼーション' ID をコピーします。**
{% endstep %}

{% step %}
**選択** <i class="fa-plus">:plus:</i> **新しい API キーを作成するには、Add を選択します。**

1. API キーの名前を入力します（例: Axon Fusus Integration）
2. API キーに次のエンドポイントを設定します:
   * *カメラ - 読み取り専用*
   * *ストリーミング機能 - ライブ/履歴*
     * *含める特定のカメラ、特定のサイト、またはすべてのサイトを選択します。*
3. セキュリティポリシーに従って有効期限を選択します。
4. クリック **API を生成します。**
   {% endstep %}

{% step %}
**API キーをコピーし、安全に保管します。**

{% hint style="danger" %}
API キーは一度しか表示されません。紛失した場合は、連携を最初からやり直す必要があります。
{% endhint %}
{% endstep %}
{% endstepper %}

***

### FususONE の設定

Verkada の連携は、Fusus App Store からセルフサービスで行えます。

{% stepper %}
{% step %}
**Fusus App Store を新しいブラウザタブで開きます。**
{% endstep %}

{% step %}
**Available セクションから Verkada を選択します。**
{% endstep %}

{% step %}
**Request Integration を選択します。**
{% endstep %}

{% step %}
**I am a customer of Verkada Cloud-to-Cloud を選択します。**
{% endstep %}

{% step %}
**認証情報を入力します:**

* Verkada のオーガナイゼーション' ID を入力します。
* Verkada API キーを入力します。
  {% endstep %}

{% step %}
**接続を確立するには、Request Integration を選択します。**

<div align="left" data-with-frame="true"><figure><img src="/files/fcf251f4360a63d9b39dd868bdc310f08e605040" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### 連携を確認する

ページが再読み込みされ、連携が有効になると、次のオプションが表示されます:

* **カメラレイヤー:** 新しい Verkada Camera レイヤーが表示されます。レイヤーを有効にすると、関連するすべてのカメラが表示されます。
* **ライブ ストリーミングする:** カメラを選択すると、フローティングウィンドウでライブ ストリーミングするが開きます。必要に応じて、ストリーミングするを全画面表示に拡大できます。
* **履歴ビデオ:** カレンダーアイコンを選択して、履歴ビデオビューアーを開きます。
  * 履歴ストリーミングするは 1 時間までに制限されています
  * 選択した時間の前後に 30 分のバッファが追加されます

***

### トラブルシューティング

{% hint style="info" icon="triangle-exclamation" %}
セッション管理: Fusus は 30 分ごとにトークンを更新します。トークンの有効期限が切れる前に、ユーザーにはストリーミングするを更新または閉じるよう求められます。
{% endhint %}

* ストリーミングするが読み込まれない場合は、次を確認してください:
  * API キーが有効で、期限切れでないこと。
  * 特定のカメラが API キー作成時に含まれていたこと。
  * オーガナイゼーション' ID と API キーが FususONE に正しく入力されていること。
* さらにサポートが必要な場合は <helpdesk@fusus.com> までご連絡ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/command/ja/ganaizshon/integrations/axon-fusus-cloud-to-cloud-streaming-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
