SelfHostedIntegrationRuntimeStatus type
Состояние локальной среды выполнения интеграции.
type SelfHostedIntegrationRuntimeStatus = IntegrationRuntimeStatus & {
autoUpdate?: IntegrationRuntimeAutoUpdate
autoUpdateETA?: Date
capabilities?: { [propertyName: string]: string }
createTime?: Date
internalChannelEncryption?: IntegrationRuntimeInternalChannelEncryptionMode
latestVersion?: string
links?: LinkedIntegrationRuntime[]
localTimeZoneOffset?: string
newerVersions?: string[]
nodeCommunicationChannelEncryptionMode?: string
nodes?: SelfHostedIntegrationRuntimeNode[]
pushedVersion?: string
scheduledUpdateDate?: Date
serviceRegion?: string
serviceUrls?: string[]
taskQueueId?: string
type: "SelfHosted"
updateDelayOffset?: string
version?: string
versionStatus?: string
}