共用方式為


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