NamespaceDiscoveredManagementAction interface
定義動作屬性。
屬性
| action |
字串化的 JSON,其中包含作的連接器特定配置。 |
| action |
動作的類型。 |
| last |
時間戳 (UTC) 指示添加或修改管理作的時間。 |
| name | 動作的名稱。 |
| target |
用戶端可以調用特定作的目標URI。 |
| timeout |
作的回應超時。 |
| topic | 用戶端將接收作請求的 MQTT 主題路徑。 |
| type |
URI 或類型定義ID。 |
屬性詳細資料
actionConfiguration
字串化的 JSON,其中包含作的連接器特定配置。
actionConfiguration?: string
屬性值
string
actionType
動作的類型。
actionType?: string
屬性值
string
lastUpdatedOn
時間戳 (UTC) 指示添加或修改管理作的時間。
lastUpdatedOn?: Date
屬性值
Date
name
動作的名稱。
name: string
屬性值
string
targetUri
用戶端可以調用特定作的目標URI。
targetUri: string
屬性值
string
timeoutInSeconds
作的回應超時。
timeoutInSeconds?: number
屬性值
number
topic
用戶端將接收作請求的 MQTT 主題路徑。
topic?: string
屬性值
string
typeRef
URI 或類型定義ID。
typeRef?: string
屬性值
string