次の方法で共有


ManagementAction interface

アクションのプロパティを定義します。

プロパティ

actionConfiguration

アクションのコネクタ固有の設定を含む文字列化された JSON。

actionType

アクションの種類。

name

アクションの名前。

targetUri

クライアントが特定のアクションを呼び出すことができるターゲット URI。

timeoutInSeconds

アクションの応答タイムアウト。

topic

クライアントがアクションの要求を受信する MQTT トピック・パス。

typeRef

URI または型定義 ID。

プロパティの詳細

actionConfiguration

アクションのコネクタ固有の設定を含む文字列化された JSON。

actionConfiguration?: string

プロパティ値

string

actionType

アクションの種類。

actionType?: string

プロパティ値

string

name

アクションの名前。

name: string

プロパティ値

string

targetUri

クライアントが特定のアクションを呼び出すことができるターゲット URI。

targetUri: string

プロパティ値

string

timeoutInSeconds

アクションの応答タイムアウト。

timeoutInSeconds?: number

プロパティ値

number

topic

クライアントがアクションの要求を受信する MQTT トピック・パス。

topic?: string

プロパティ値

string

typeRef

URI または型定義 ID。

typeRef?: string

プロパティ値

string