RestApiPollerDataConnectorProperties interface

Rest Api Poller data connector properties.

Properties

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.

auth

The a authentication model.

connectorDefinitionName

The connector definition name (the dataConnectorDefinition resource id).

dataType

The Log Analytics table destination.

dcrConfig

The DCR related properties.

isActive

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

The a authentication model.

auth: CcpAuthConfigUnion

Property Value

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

The DCR related properties.

dcrConfig?: DCRConfiguration

Property Value

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

Property Value

response

The response configuration.

response?: CcpResponseConfig

Property Value