RestApiPollerDataConnectorProperties interface
Rest Api Poller data connector properties.
Properties
| add |
The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload. |
| auth | The a authentication model. |
| connector |
The connector definition name (the dataConnectorDefinition resource id). |
| data |
The Log Analytics table destination. |
| dcr |
The DCR related properties. |
| is |
Indicates whether the connector is active or not. |
| paging | The paging configuration. |
| request | The request configuration. |
| response | The response configuration. |
Property Details
addOnAttributes
The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload.
addOnAttributes?: Record<string, string>
Property Value
Record<string, string>
auth
connectorDefinitionName
The connector definition name (the dataConnectorDefinition resource id).
connectorDefinitionName: string
Property Value
string
dataType
The Log Analytics table destination.
dataType?: string
Property Value
string
dcrConfig
isActive
Indicates whether the connector is active or not.
isActive?: boolean
Property Value
boolean
paging
The paging configuration.
paging?: RestApiPollerRequestPagingConfig
Property Value
request
The request configuration.
request: RestApiPollerRequestConfig