共用方式為


Integration Runtimes - Start

啟動整合運行時間
啟動整合運行時間

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/start?api-version=2021-06-01

URI 參數

名稱 位於 必要 類型 Description
integrationRuntimeName
path True

string

整合運行時間名稱

resourceGroupName
path True

string

資源群組的名稱。 名稱不區分大小寫。

subscriptionId
path True

string

目標訂用帳戶的標識碼。

workspaceName
path True

string

工作區的名稱。

api-version
query True

string

要用於這項作業的 API 版本。

回應

名稱 類型 Description
200 OK

IntegrationRuntimeStatusResponse

還行。

202 Accepted

接受。

Other Status Codes

ErrorResponse

從 Azure Synapse 服務收到的錯誤回應。

範例

Start integration runtime

範例要求

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspace/integrationRuntimes/exampleManagedIntegrationRuntime/start?api-version=2021-06-01

範例回覆

Date: Wed, 13 Jun 2018 21:33:00 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14912
x-ms-request-id: 2af47f9f-5625-4b01-a3a5-bccb576a4677
x-ms-correlation-request-id: 2af47f9f-5625-4b01-a3a5-bccb576a4677
{
  "name": "exampleManagedIntegrationRuntime",
  "properties": {
    "dataFactoryName": "exampleWorkspaceName",
    "type": "Managed",
    "state": "Started",
    "typeProperties": {
      "nodes": [],
      "otherErrors": [],
      "createTime": "2018-06-13T21:11:01.8695494Z"
    }
  }
}

定義

名稱 Description
ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細數據。

ErrorResponse

錯誤回應

IntegrationRuntimeAutoUpdate

整合運行時間自動更新的狀態。

IntegrationRuntimeInternalChannelEncryptionMode

它用來設定節點節點通道的加密模式(當有超過 2 個自我裝載整合運行時間節點存在時)。

IntegrationRuntimeState

整合運行時間的狀態。

IntegrationRuntimeStatusResponse

整合運行時間狀態回應。

IntegrationRuntimeType

整合運行時間的類型。

IntegrationRuntimeUpdateResult

上次整合運行時間節點更新的結果。

LinkedIntegrationRuntime

連結整合運行時間資訊。

ManagedIntegrationRuntimeError

Managed 整合運行時間的錯誤定義。

ManagedIntegrationRuntimeNode

整合運行時間節點的屬性。

ManagedIntegrationRuntimeNodeStatus

受控整合運行時間節點狀態。

ManagedIntegrationRuntimeOperationResult

Managed 整合運行時間作業結果的屬性。

ManagedIntegrationRuntimeStatus

受控整合運行時間狀態。

SelfHostedIntegrationRuntimeNode

自我裝載整合運行時間節點的屬性。

SelfHostedIntegrationRuntimeNodeStatus

整合運行時間節點的狀態。

SelfHostedIntegrationRuntimeStatus

自我裝載整合運行時間狀態。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

ErrorDetail

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

ErrorDetail[]

錯誤詳細數據。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorResponse

錯誤回應

名稱 類型 Description
error

ErrorDetail

error 物件。

IntegrationRuntimeAutoUpdate

整合運行時間自動更新的狀態。

名稱 類型 Description
Off

string

On

string

IntegrationRuntimeInternalChannelEncryptionMode

它用來設定節點節點通道的加密模式(當有超過 2 個自我裝載整合運行時間節點存在時)。

名稱 類型 Description
NotEncrypted

string

NotSet

string

SslEncrypted

string

IntegrationRuntimeState

整合運行時間的狀態。

名稱 類型 Description
AccessDenied

string

Initial

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Started

string

Starting

string

Stopped

string

Stopping

string

IntegrationRuntimeStatusResponse

整合運行時間狀態回應。

名稱 類型 Description
name

string

整合運行時間名稱。

properties IntegrationRuntimeStatus:

整合運行時間屬性。

IntegrationRuntimeType

整合運行時間的類型。

名稱 類型 Description
Managed

string

SelfHosted

string

IntegrationRuntimeUpdateResult

上次整合運行時間節點更新的結果。

名稱 類型 Description
Fail

string

None

string

Succeed

string

LinkedIntegrationRuntime

連結整合運行時間資訊。

名稱 類型 Description
createTime

string

連結整合運行時間的建立時間。

dataFactoryLocation

string

連結整合運行時間所屬工作區的位置。

dataFactoryName

string

連結整合運行時間所屬工作區的名稱。

name

string

連結整合運行時間的名稱。

subscriptionId

string

連結整合運行時間所屬的訂用帳戶標識碼。

ManagedIntegrationRuntimeError

Managed 整合運行時間的錯誤定義。

名稱 類型 Description
code

string

錯誤碼。

message

string

錯誤資訊。

parameters

string[]

受控整合運行時間錯誤參數。

time

string

發生錯誤的時間。

ManagedIntegrationRuntimeNode

整合運行時間節點的屬性。

名稱 類型 Description
errors

ManagedIntegrationRuntimeError[]

此整合運行時間節點上發生的錯誤。

nodeId

string

受控整合運行時間節點標識碼。

status

ManagedIntegrationRuntimeNodeStatus

受控整合運行時間節點狀態。

ManagedIntegrationRuntimeNodeStatus

受控整合運行時間節點狀態。

名稱 類型 Description
Available

string

Recycling

string

Starting

string

Unavailable

string

ManagedIntegrationRuntimeOperationResult

Managed 整合運行時間作業結果的屬性。

名稱 類型 Description
activityId

string

作業要求的活動標識碼。

errorCode

string

錯誤碼。

parameters

string[]

受控整合運行時間錯誤參數。

result

string

作業結果。

startTime

string

作業的開始時間。

type

string

作業類型。 可能是啟動或停止。

ManagedIntegrationRuntimeStatus

受控整合運行時間狀態。

名稱 類型 Description
dataFactoryName

string

整合運行時間所屬的工作區名稱。

state

IntegrationRuntimeState

整合運行時間的狀態。

type string:

Managed

整合運行時間的類型。

typeProperties.createTime

string

建立整合運行時間的時間,ISO8601格式。

typeProperties.lastOperation

ManagedIntegrationRuntimeOperationResult

此整合運行時間上發生的最後一個作業結果。

typeProperties.nodes

ManagedIntegrationRuntimeNode[]

受控整合運行時間的節點清單。

typeProperties.otherErrors

ManagedIntegrationRuntimeError[]

此整合運行時間上發生的錯誤。

SelfHostedIntegrationRuntimeNode

自我裝載整合運行時間節點的屬性。

名稱 類型 Description
capabilities

object

整合運行時間功能字典

concurrentJobsLimit

integer

整合運行時間節點上的最大並行作業。

expiryTime

string

整合運行時間以ISO8601格式到期的時間。

hostServiceUri

string

整合運行時間主計算機的 URI。

isActiveDispatcher

boolean

指出這個節點是否為整合運行時間要求的作用中發送器。

lastConnectTime

string

最近一次,整合運行時間會以ISO8601格式連接。

lastEndUpdateTime

string

整合運行時間節點更新結束的最後一次。

lastStartTime

string

上次啟動節點的時間。

lastStartUpdateTime

string

整合運行時間節點更新開始的最後一次。

lastStopTime

string

整合運行時間節點上次停止時間。

lastUpdateResult

IntegrationRuntimeUpdateResult

上次整合運行時間節點更新的結果。

machineName

string

整合運行時間節點的計算機名稱。

maxConcurrentJobs

integer

此整合運行時間中的並行作業上限。

nodeName

string

整合運行時間節點的名稱。

registerTime

string

整合運行時間節點以ISO8601格式註冊的時間。

status

SelfHostedIntegrationRuntimeNodeStatus

整合運行時間節點的狀態。

version

string

整合運行時間節點的版本。

versionStatus

string

整合運行時間節點版本的狀態。

SelfHostedIntegrationRuntimeNodeStatus

整合運行時間節點的狀態。

名稱 類型 Description
InitializeFailed

string

Initializing

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Upgrading

string

SelfHostedIntegrationRuntimeStatus

自我裝載整合運行時間狀態。

名稱 類型 Description
dataFactoryName

string

整合運行時間所屬的工作區名稱。

state

IntegrationRuntimeState

整合運行時間的狀態。

type string:

SelfHosted

整合運行時間的類型。

typeProperties.autoUpdate

IntegrationRuntimeAutoUpdate

是否已開啟自我裝載整合運行時間自動更新。

typeProperties.autoUpdateETA

string

自我裝載整合運行時間將會更新的估計時間。

typeProperties.capabilities

object

物件,其中包含整合運行時間功能的其他資訊。

typeProperties.createTime

string

建立整合運行時間的時間,ISO8601格式。

typeProperties.internalChannelEncryption

IntegrationRuntimeInternalChannelEncryptionMode

它用來設定節點節點通道的加密模式(當有超過 2 個自我裝載整合運行時間節點存在時)。

typeProperties.latestVersion

string

下載中心的最新版本。

typeProperties.links

LinkedIntegrationRuntime[]

要與這個整合運行時間共用的連結整合運行時間清單。

typeProperties.localTimeZoneOffset

string

當地時區以小時為單位位移。

typeProperties.nodeCommunicationChannelEncryptionMode

string

節點通訊通道加密模式

typeProperties.nodes

SelfHostedIntegrationRuntimeNode[]

這個整合運行時間的節點清單。

typeProperties.pushedVersion

string

整合運行時間要更新的版本。

typeProperties.scheduledUpdateDate

string

以ISO8601格式排程整合運行時間更新的日期。

typeProperties.serviceUrls

string[]

整合運行時間後端服務中使用的服務的URL。

typeProperties.taskQueueId

string

整合運行時間的工作佇列標識碼。

typeProperties.updateDelayOffset

string

服務排程更新整合運行時間的日期時間,例如 PT03H 為 3 小時

typeProperties.version

string

整合運行時間的版本。

typeProperties.versionStatus

string

整合運行時間版本的狀態。