Share via


SelfHostedIntegrationRuntimeStatus Class

Self-hosted integration runtime status.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Constructor

SelfHostedIntegrationRuntimeStatus(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, nodes: List[_models.SelfHostedIntegrationRuntimeNode] | None = None, links: List[_models.LinkedIntegrationRuntime] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Default value: None
nodes

The list of nodes for this integration runtime.

Default value: None
links

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

Default value: None

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type

Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted".

data_factory_name
str

The data factory name which the integration runtime belong to.

state

The state of integration runtime. Known values are: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", and "AccessDenied".

create_time

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

task_queue_id
str

The task queue id of the integration runtime.

internal_channel_encryption

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). Known values are: "NotSet", "SslEncrypted", and "NotEncrypted".

version
str

Version of the integration runtime.

nodes

The list of nodes for this integration runtime.

scheduled_update_date

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

update_delay_offset
str

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

local_time_zone_offset
str

The local time zone offset in hours.

capabilities

Object with additional information about integration runtime capabilities.

service_urls

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

auto_update

Whether Self-hosted integration runtime auto update has been turned on. Known values are: "On" and "Off".

version_status
str

Status of the integration runtime version.

links

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

pushed_version
str

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

latest_version
str

The latest version on download center.

auto_update_eta

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

self_contained_interactive_authoring_enabled

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