GetHubSpot 2025.10.2.19

捆绑包

org.apache.nifi | nifi-hubspot-nar

描述

从私有 HubSpot 应用程序检索 JSON 数据。该处理器只能在主节点上运行。

标签

hubspot

输入要求

FORBIDDEN

支持敏感的动态属性

false

属性

属性

描述

access-token

对请求进行身份验证的访问令牌

incremental-delay

The ending timestamp of the time window will be adjusted earlier by the amount configured in this property. For example, with a property value of 10 seconds, an ending timestamp of 12:30:45 would be changed to 12:30:35. Set this property to avoid missing objects when the clock of your local machines and HubSpot servers 'clock are not in sync and to protect against HubSpot's mechanism that changes last updated timestamps after object creation.

incremental-initial-start-time

此属性指定处理器在运行第一个请求时适用的开始时间。预期的格式是 UTC 日期时间,例如“2011-12-03T10:15:30Z”

is-incremental

处理器可以增量加载所查询的对象,这样每个对象只能查询一次。对于每个查询,处理器会在上一次运行时间和当前时间之间修改对象的时间窗口内查询对象(可选择通过“增量延迟”属性进行调整)。

object-type

请求的 HubSpot 对象类型

result-limit

每次调用处理器时请求的最大结果数

web-client-service-provider

用于 HTTP 客户端操作的控制器服务

状态管理

范围

描述

CLUSTER

如果是增量加载,则最后一个查询时间窗口的开始和结束时间戳将存储在状态中。如果设置了“结果限制”属性,执行请求操作后会保存分页游标。只有分页游标之后的对象才会被检索。可以在“结果限制”属性中设置检索对象的最大数量。

关系

名称

描述

success

用于因 HTTP 请求成功而创建的 FlowFiles。

写入属性

名称

描述

mime.type

将 MIME 类型设置为 application/json

语言: 中文