CodelessConnectorPollingConfigProperties interface

Config to describe the polling config for API poller connector

Properties

auth

Describe the authentication type of the poller

isActive

The poller active status

paging

Describe the poll request paging config of the poller

request

Describe the poll request config parameters of the poller

response

Describe the response config parameters of the poller

Property Details

auth

Describe the authentication type of the poller

auth: CodelessConnectorPollingAuthProperties

Property Value

isActive

The poller active status

isActive?: boolean

Property Value

boolean

paging

Describe the poll request paging config of the poller

paging?: CodelessConnectorPollingPagingProperties

Property Value

request

Describe the poll request config parameters of the poller

request: CodelessConnectorPollingRequestProperties

Property Value

response

Describe the response config parameters of the poller

response?: CodelessConnectorPollingResponseProperties

Property Value