SelfHostedIntegrationRuntimeStatus interface
Self-hosted integration runtime status.
- Extends
Properties
| auto |
Whether Self-hosted integration runtime auto update has been turned on. |
| auto |
The estimated time when the self-hosted integration runtime will be updated. |
| capabilities | Object with additional information about integration runtime capabilities. |
| create |
The time at which the integration runtime was created, in ISO8601 format. |
| internal |
It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). |
| latest |
The latest version on download center. |
| links | The list of linked integration runtimes that are created to share with this integration runtime. |
| local |
The local time zone offset in hours. |
| nodes | The list of nodes for this integration runtime. |
| pushed |
The version that the integration runtime is going to update to. |
| scheduled |
The date at which the integration runtime will be scheduled to update, in ISO8601 format. |
| self |
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. |
| service |
The URLs for the services used in integration runtime backend service. |
| task |
The task queue id of the integration runtime. |
| type | Type of integration runtime. |
| update |
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. |
| version |
Status of the integration runtime version. |
Inherited Properties
| additional |
Additional properties |
| data |
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
links
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