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 参数
| 名称 | 在 | 必需 | 类型 | 说明 | 
|---|---|---|---|---|
| 
						 integration 
					 | 
					path | True | 
			 string  | 
					
						 集成运行时名称  | 
				
| 
						 resource 
					 | 
					path | True | 
			 string minLength: 1maxLength: 90  | 
					
						 资源组的名称。 名称不区分大小写。  | 
				
| 
						 subscription 
					 | 
					path | True | 
			 string minLength: 1 | 
					
						 目标订阅的 ID。  | 
				
| 
						 workspace 
					 | 
					path | True | 
			 string  | 
					
						 工作区的名称。  | 
				
| 
						 api-version 
					 | 
					query | True | 
			 string minLength: 1 | 
					
						 用于此操作的 API 版本。  | 
				
响应
| 名称 | 类型 | 说明 | 
|---|---|---|
| 200 OK | 
		 还行。  | 
|
| 202 Accepted | 
		 接受。  | 
|
| Other Status Codes | 
		 从 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"
    }
  }
}
						
				定义
| 名称 | 说明 | 
|---|---|
| 
							Error | 
						
							 资源管理错误附加信息。  | 
					
| 
							Error | 
						
							 错误详细信息。  | 
					
| 
							Error | 
						
							 错误响应  | 
					
| 
							Integration | 
						
							 集成运行时自动更新的状态。  | 
					
| 
							Integration | 
						
							 它用于为节点节点通信通道设置加密模式(当存在 2 个以上的自承载集成运行时节点时)。  | 
					
| 
							Integration | 
						
							 集成运行时的状态。  | 
					
| 
							Integration | 
						
							 集成运行时状态响应。  | 
					
| 
							Integration | 
						
							 集成运行时的类型。  | 
					
| 
							Integration | 
						
							 上次集成运行时节点更新的结果。  | 
					
| 
							Linked | 
						
							 链接的集成运行时信息。  | 
					
| 
							Managed | 
						
							 托管集成运行时的错误定义。  | 
					
| 
							Managed | 
						
							 集成运行时节点的属性。  | 
					
| 
							Managed | 
						
							 托管集成运行时节点状态。  | 
					
| 
							Managed | 
						
							 托管集成运行时操作结果的属性。  | 
					
| 
							Managed | 
						
							 托管集成运行时状态。  | 
					
| 
							Self | 
						
							 自承载集成运行时节点的属性。  | 
					
| 
							Self | 
						
							 集成运行时节点的状态。  | 
					
| 
							Self | 
						
							 自承载集成运行时状态。  | 
					
ErrorAdditionalInfo  
			
			资源管理错误附加信息。
| 名称 | 类型 | 说明 | 
|---|---|---|
| info | 
			 object  | 
	
		 其他信息。  | 
| type | 
			 string  | 
	
		 其他信息类型。  | 
ErrorDetail 
			
			错误详细信息。
| 名称 | 类型 | 说明 | 
|---|---|---|
| additionalInfo | 
		 错误附加信息。  | 
|
| code | 
			 string  | 
	
		 错误代码。  | 
| details | 
		 错误详细信息。  | 
|
| message | 
			 string  | 
	
		 错误消息。  | 
| target | 
			 string  | 
	
		 错误目标。  | 
ErrorResponse 
			
			错误响应
| 名称 | 类型 | 说明 | 
|---|---|---|
| error | 
		 错误对象。  | 
IntegrationRuntimeAutoUpdate   
			
			集成运行时自动更新的状态。
| 值 | 说明 | 
|---|---|
| On | |
| Off | 
IntegrationRuntimeInternalChannelEncryptionMode     
			
			它用于为节点节点通信通道设置加密模式(当存在 2 个以上的自承载集成运行时节点时)。
| 值 | 说明 | 
|---|---|
| NotSet | |
| SslEncrypted | |
| NotEncrypted | 
IntegrationRuntimeState  
			
			集成运行时的状态。
| 值 | 说明 | 
|---|---|
| Initial | |
| Stopped | |
| Started | |
| Starting | |
| Stopping | |
| NeedRegistration | |
| Online | |
| Limited | |
| Offline | |
| AccessDenied | 
IntegrationRuntimeStatusResponse   
			
			集成运行时状态响应。
| 名称 | 类型 | 说明 | 
|---|---|---|
| name | 
			 string  | 
	
		 集成运行时名称。  | 
| properties | IntegrationRuntimeStatus: | 
		 集成运行时属性。  | 
IntegrationRuntimeType  
			
			集成运行时的类型。
| 值 | 说明 | 
|---|---|
| Managed | |
| SelfHosted | 
IntegrationRuntimeUpdateResult   
			
			上次集成运行时节点更新的结果。
| 值 | 说明 | 
|---|---|
| None | |
| Succeed | |
| Fail | 
LinkedIntegrationRuntime  
			
			链接的集成运行时信息。
| 名称 | 类型 | 说明 | 
|---|---|---|
| createTime | 
			 string (date-time)  | 
	
		 链接集成运行时的创建时间。  | 
| dataFactoryLocation | 
			 string  | 
	
		 链接集成运行时所属的工作区的位置。  | 
| dataFactoryName | 
			 string  | 
	
		 链接集成运行时所属的工作区的名称。  | 
| name | 
			 string  | 
	
		 链接集成运行时的名称。  | 
| subscriptionId | 
			 string  | 
	
		 链接集成运行时所属的订阅 ID。  | 
ManagedIntegrationRuntimeError   
			
			托管集成运行时的错误定义。
| 名称 | 类型 | 说明 | 
|---|---|---|
| code | 
			 string  | 
	
		 错误代码。  | 
| message | 
			 string  | 
	
		 错误信息。  | 
| parameters | 
			 string[]  | 
	
		 托管集成运行时错误参数。  | 
| time | 
			 string (date-time)  | 
	
		 发生错误的时间。  | 
ManagedIntegrationRuntimeNode   
			
			集成运行时节点的属性。
| 名称 | 类型 | 说明 | 
|---|---|---|
| errors | 
		 此集成运行时节点上发生的错误。  | 
|
| nodeId | 
			 string  | 
	
		 托管集成运行时节点 ID。  | 
| status | 
		 托管集成运行时节点状态。  | 
ManagedIntegrationRuntimeNodeStatus    
			
			托管集成运行时节点状态。
| 值 | 说明 | 
|---|---|
| Starting | |
| Available | |
| Recycling | |
| Unavailable | 
ManagedIntegrationRuntimeOperationResult    
			
			托管集成运行时操作结果的属性。
| 名称 | 类型 | 说明 | 
|---|---|---|
| activityId | 
			 string  | 
	
		 操作请求的活动 ID。  | 
| errorCode | 
			 string  | 
	
		 错误代码。  | 
| parameters | 
			 string[]  | 
	
		 托管集成运行时错误参数。  | 
| result | 
			 string  | 
	
		 操作结果。  | 
| startTime | 
			 string (date-time)  | 
	
		 操作的开始时间。  | 
| type | 
			 string  | 
	
		 操作类型。 可以是启动或停止。  | 
ManagedIntegrationRuntimeStatus   
			
			托管集成运行时状态。
| 名称 | 类型 | 说明 | 
|---|---|---|
| dataFactoryName | 
			 string  | 
	
		 集成运行时所属的工作区名称。  | 
| state | 
		 集成运行时的状态。  | 
|
| type | 
		string:
			 Managed  | 
	
		 集成运行时的类型。  | 
| typeProperties.createTime | 
			 string (date-time)  | 
	
		 创建集成运行时的时间,ISO8601格式。  | 
| typeProperties.lastOperation | 
		 在此集成运行时上发生的最后一个操作结果。  | 
|
| typeProperties.nodes | 
		 托管集成运行时的节点列表。  | 
|
| typeProperties.otherErrors | 
		 此集成运行时发生的错误。  | 
SelfHostedIntegrationRuntimeNode    
			
			自承载集成运行时节点的属性。
| 名称 | 类型 | 说明 | 
|---|---|---|
| capabilities | 
			 object  | 
	
		 集成运行时功能字典  | 
| concurrentJobsLimit | 
			 integer (int32)  | 
	
		 集成运行时节点上的最大并发作业数。  | 
| expiryTime | 
			 string (date-time)  | 
	
		 集成运行时将以ISO8601格式过期的时间。  | 
| hostServiceUri | 
			 string  | 
	
		 集成运行时的主机的 URI。  | 
| isActiveDispatcher | 
			 boolean  | 
	
		 指示此节点是否是集成运行时请求的活动调度程序。  | 
| lastConnectTime | 
			 string (date-time)  | 
	
		 集成运行时以ISO8601格式连接的最新时间。  | 
| lastEndUpdateTime | 
			 string (date-time)  | 
	
		 集成运行时节点更新结束的最后一次。  | 
| lastStartTime | 
			 string (date-time)  | 
	
		 节点上次启动的时间。  | 
| lastStartUpdateTime | 
			 string (date-time)  | 
	
		 上次启动集成运行时节点更新的时间。  | 
| lastStopTime | 
			 string (date-time)  | 
	
		 集成运行时节点上次停止时间。  | 
| lastUpdateResult | 
		 上次集成运行时节点更新的结果。  | 
|
| machineName | 
			 string  | 
	
		 集成运行时节点的计算机名称。  | 
| maxConcurrentJobs | 
			 integer (int32)  | 
	
		 此集成运行时中的最大并发作业数。  | 
| nodeName | 
			 string  | 
	
		 集成运行时节点的名称。  | 
| registerTime | 
			 string (date-time)  | 
	
		 以ISO8601格式注册集成运行时节点的时间。  | 
| status | 
		 集成运行时节点的状态。  | 
|
| version | 
			 string  | 
	
		 集成运行时节点的版本。  | 
| versionStatus | 
			 string  | 
	
		 集成运行时节点版本的状态。  | 
SelfHostedIntegrationRuntimeNodeStatus     
			
			集成运行时节点的状态。
| 值 | 说明 | 
|---|---|
| NeedRegistration | |
| Online | |
| Limited | |
| Offline | |
| Upgrading | |
| Initializing | |
| InitializeFailed | 
SelfHostedIntegrationRuntimeStatus    
			
			自承载集成运行时状态。
| 名称 | 类型 | 说明 | 
|---|---|---|
| dataFactoryName | 
			 string  | 
	
		 集成运行时所属的工作区名称。  | 
| state | 
		 集成运行时的状态。  | 
|
| type | 
		string:
			 
					Self  | 
	
		 集成运行时的类型。  | 
| typeProperties.autoUpdate | 
		 是否已启用自承载集成运行时自动更新。  | 
|
| typeProperties.autoUpdateETA | 
			 string (date-time)  | 
	
		 自承载集成运行时将更新的估计时间。  | 
| typeProperties.capabilities | 
			 object  | 
	
		 包含集成运行时功能的其他信息的对象。  | 
| typeProperties.createTime | 
			 string (date-time)  | 
	
		 创建集成运行时的时间,ISO8601格式。  | 
| typeProperties.internalChannelEncryption | 
		 它用于为节点节点通信通道设置加密模式(当存在 2 个以上的自承载集成运行时节点时)。  | 
|
| typeProperties.latestVersion | 
			 string  | 
	
		 下载中心上的最新版本。  | 
| typeProperties.links | 
		 要与此集成运行时共享的链接集成运行时的列表。  | 
|
| typeProperties.localTimeZoneOffset | 
			 string  | 
	
		 本地时区偏移量(以小时为单位)。  | 
| typeProperties.nodeCommunicationChannelEncryptionMode | 
			 string  | 
	
		 节点通信通道加密模式  | 
| typeProperties.nodes | 
		 此集成运行时的节点列表。  | 
|
| typeProperties.pushedVersion | 
			 string  | 
	
		 集成运行时要更新到的版本。  | 
| typeProperties.scheduledUpdateDate | 
			 string (date-time)  | 
	
		 将计划集成运行时更新的日期,ISO8601格式。  | 
| typeProperties.serviceUrls | 
			 string[]  | 
	
		 集成运行时后端服务中使用的服务的 URL。  | 
| typeProperties.taskQueueId | 
			 string  | 
	
		 集成运行时的任务队列 ID。  | 
| typeProperties.updateDelayOffset | 
			 string  | 
	
		 服务计划更新集成运行时的日期中的时间,例如 PT03H 为 3 小时  | 
| typeProperties.version | 
			 string  | 
	
		 集成运行时的版本。  | 
| typeProperties.versionStatus | 
			 string  | 
	
		 集成运行时版本的状态。  |