ManagementAction interface
アクションのプロパティを定義します。
プロパティ
| action |
アクションのコネクタ固有の設定を含む文字列化された JSON。 |
| action |
アクションの種類。 |
| name | アクションの名前。 |
| target |
クライアントが特定のアクションを呼び出すことができるターゲット URI。 |
| timeout |
アクションの応答タイムアウト。 |
| topic | クライアントがアクションの要求を受信する MQTT トピック・パス。 |
| type |
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