SelfHostedIntegrationRuntimeStatus interface

Self-hosted integration runtime status.

Extends

Properties

autoUpdate

Whether Self-hosted integration runtime auto update has been turned on.

autoUpdateETA

The estimated time when the self-hosted integration runtime will be updated.

capabilities

Object with additional information about integration runtime capabilities.

createTime

The time at which the integration runtime was created, in ISO8601 format.

internalChannelEncryption

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).

latestVersion

The latest version on download center.

links

The list of linked integration runtimes that are created to share with this integration runtime.

localTimeZoneOffset

The local time zone offset in hours.

nodes

The list of nodes for this integration runtime.

pushedVersion

The version that the integration runtime is going to update to.

scheduledUpdateDate

The date at which the integration runtime will be scheduled to update, in ISO8601 format.

selfContainedInteractiveAuthoringEnabled

An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.

serviceUrls

The URLs for the services used in integration runtime backend service.

taskQueueId

The task queue id of the integration runtime.

type

Type of integration runtime.

updateDelayOffset

The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours

version

Version of the integration runtime.

versionStatus

Status of the integration runtime version.

Inherited Properties

additionalProperties

Additional properties

dataFactoryName

The data factory name which the integration runtime belong to.

state

The state of integration runtime.

Property Details

autoUpdate

Whether Self-hosted integration runtime auto update has been turned on.

autoUpdate?: string

Property Value

string

autoUpdateETA

The estimated time when the self-hosted integration runtime will be updated.

autoUpdateETA?: Date

Property Value

Date

capabilities

Object with additional information about integration runtime capabilities.

capabilities?: Record<string, string>

Property Value

Record<string, string>

createTime

The time at which the integration runtime was created, in ISO8601 format.

createTime?: Date

Property Value

Date

internalChannelEncryption

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).

internalChannelEncryption?: string

Property Value

string

latestVersion

The latest version on download center.

latestVersion?: string

Property Value

string

The list of linked integration runtimes that are created to share with this integration runtime.

links?: LinkedIntegrationRuntime[]

Property Value

localTimeZoneOffset

The local time zone offset in hours.

localTimeZoneOffset?: string

Property Value

string

nodes

The list of nodes for this integration runtime.

nodes?: SelfHostedIntegrationRuntimeNode[]

Property Value

pushedVersion

The version that the integration runtime is going to update to.

pushedVersion?: string

Property Value

string

scheduledUpdateDate

The date at which the integration runtime will be scheduled to update, in ISO8601 format.

scheduledUpdateDate?: Date

Property Value

Date

selfContainedInteractiveAuthoringEnabled

An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.

selfContainedInteractiveAuthoringEnabled?: boolean

Property Value

boolean

serviceUrls

The URLs for the services used in integration runtime backend service.

serviceUrls?: string[]

Property Value

string[]

taskQueueId

The task queue id of the integration runtime.

taskQueueId?: string

Property Value

string

type

Type of integration runtime.

type: "SelfHosted"

Property Value

"SelfHosted"

updateDelayOffset

The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours

updateDelayOffset?: string

Property Value

string

version

Version of the integration runtime.

version?: string

Property Value

string

versionStatus

Status of the integration runtime version.

versionStatus?: string

Property Value

string

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From IntegrationRuntimeStatus.additionalProperties

dataFactoryName

The data factory name which the integration runtime belong to.

dataFactoryName?: string

Property Value

string

Inherited From IntegrationRuntimeStatus.dataFactoryName

state

The state of integration runtime.

state?: string

Property Value

string

Inherited From IntegrationRuntimeStatus.state