Package version:

Interface SelfHostedIntegrationRuntimeNode

Properties of Self-hosted integration runtime node.

interface SelfHostedIntegrationRuntimeNode {
    capabilities?: {
        [propertyName: string]: string;
    };
    concurrentJobsLimit?: number;
    expiryTime?: any;
    hostServiceUri?: string;
    isActiveDispatcher?: boolean;
    lastConnectTime?: any;
    lastEndUpdateTime?: any;
    lastStartTime?: any;
    lastStartUpdateTime?: any;
    lastStopTime?: any;
    lastUpdateResult?: string;
    machineName?: string;
    maxConcurrentJobs?: number;
    nodeName?: string;
    registerTime?: any;
    status?: string;
    version?: string;
    versionStatus?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

capabilities?: {
    [propertyName: string]: string;
}

The integration runtime capabilities dictionary NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsLimit?: number

Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

expiryTime?: any

The time at which the integration runtime will expire in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

hostServiceUri?: string

URI for the host machine of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

isActiveDispatcher?: boolean

Indicates whether this node is the active dispatcher for integration runtime requests. NOTE: This property will not be serialized. It can only be populated by the server.

lastConnectTime?: any

The most recent time at which the integration runtime was connected in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

lastEndUpdateTime?: any

The last time for the integration runtime node update end. NOTE: This property will not be serialized. It can only be populated by the server.

lastStartTime?: any

The time the node last started up. NOTE: This property will not be serialized. It can only be populated by the server.

lastStartUpdateTime?: any

The last time for the integration runtime node update start. NOTE: This property will not be serialized. It can only be populated by the server.

lastStopTime?: any

The integration runtime node last stop time. NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdateResult?: string

The result of the last integration runtime node update. NOTE: This property will not be serialized. It can only be populated by the server.

machineName?: string

Machine name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

maxConcurrentJobs?: number

The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

nodeName?: string

Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

registerTime?: any

The time at which the integration runtime node was registered in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Status of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Version of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

versionStatus?: string

Status of the integration runtime node version. NOTE: This property will not be serialized. It can only be populated by the server.