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