次の方法で共有


Integration Runtimes - Get Status

統合ランタイムの詳細な状態情報を取得します。

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getStatus?api-version=2018-06-01

URI パラメーター

名前 / 必須 説明
factoryName
path True

string

ファクトリ名。

正規表現パターン: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

integrationRuntimeName
path True

string

統合ランタイム名。

正規表現パターン: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

リソース グループ名。

正規表現パターン: ^[-\w\._\(\)]+$

subscriptionId
path True

string

サブスクリプションの識別子です。

api-version
query True

string

API のバージョン。

応答

名前 説明
200 OK

IntegrationRuntimeStatusResponse

OK です。

Other Status Codes

CloudError

Azure Data Factory サービスから受信したエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントの借用

IntegrationRuntimes_GetStatus

要求のサンプル

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationRuntimes/exampleIntegrationRuntime/getStatus?api-version=2018-06-01

応答のサンプル

Date: Thu, 14 Jun 2018 14:53:22 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14997
x-ms-request-id: 19efe790-074f-4241-ae94-0422935d0f46
x-ms-correlation-request-id: 19efe790-074f-4241-ae94-0422935d0f46
{
  "name": "exampleIntegrationRuntime",
  "properties": {
    "state": "Online",
    "type": "SelfHosted",
    "typeProperties": {
      "autoUpdate": "Off",
      "taskQueueId": "1a6296ab-423c-4346-9bcc-85a78c2c0582",
      "version": "3.8.6730.2",
      "nodes": [
        {
          "nodeName": "Node_1",
          "machineName": "YANZHANG-DT",
          "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/",
          "status": "Online",
          "capabilities": {
            "serviceBusConnected": "True",
            "httpsPortEnabled": "True",
            "credentialInSync": "True",
            "connectedToResourceManager": "True",
            "nodeEnabled": "True"
          },
          "versionStatus": "UpToDate",
          "version": "3.8.6730.2",
          "registerTime": "2018-06-14T14:51:44.9237069Z",
          "lastConnectTime": "2018-06-14T14:52:59.8933313Z",
          "lastStartTime": "2018-06-14T14:52:59.8933313Z",
          "lastUpdateResult": "None",
          "isActiveDispatcher": true,
          "maxConcurrentJobs": 56
        }
      ],
      "updateDelayOffset": "PT3H",
      "localTimeZoneOffset": "PT8H",
      "serviceUrls": [
        "wu.frontend.int.clouddatahub-int.net",
        "*.servicebus.windows.net"
      ],
      "versionStatus": "UpToDate",
      "capabilities": {
        "serviceBusConnected": "True",
        "httpsPortEnabled": "True",
        "credentialInSync": "True",
        "connectedToResourceManager": "True",
        "nodeEnabled": "True"
      },
      "latestVersion": "3.7.6711.1",
      "createTime": "2018-06-14T09:17:45.1839685Z"
    }
  }
}

定義

名前 説明
CloudError

Azure Data Factoryエラー応答の構造を定義する オブジェクト。

IntegrationRuntimeAutoUpdate

統合ランタイムの自動更新の状態。

IntegrationRuntimeInternalChannelEncryptionMode

ノードノード通信チャネルの暗号化モードを設定するために使用されます (2 つ以上のセルフホステッド統合ランタイム ノードが存在する場合)。

IntegrationRuntimeState

統合ランタイムの状態。

IntegrationRuntimeStatusResponse

統合ランタイムの状態の応答。

IntegrationRuntimeType

統合ランタイムの種類。

IntegrationRuntimeUpdateResult

最後の統合ランタイム ノード更新の結果。

LinkedIntegrationRuntime

リンクされた統合ランタイム情報。

ManagedIntegrationRuntimeError

マネージド統合ランタイムのエラー定義。

ManagedIntegrationRuntimeNode

統合ランタイム ノードのプロパティ。

ManagedIntegrationRuntimeNodeStatus

マネージド統合ランタイム ノードの状態。

ManagedIntegrationRuntimeOperationResult

マネージド統合ランタイム操作の結果のプロパティ。

ManagedIntegrationRuntimeStatus

マネージド統合ランタイムの状態。

SelfHostedIntegrationRuntimeNode

セルフホステッド統合ランタイム ノードのプロパティ。

SelfHostedIntegrationRuntimeNodeStatus

統合ランタイム ノードの状態。

SelfHostedIntegrationRuntimeStatus

セルフホステッド統合ランタイムの状態。

CloudError

Azure Data Factoryエラー応答の構造を定義する オブジェクト。

名前 説明
error.code

string

エラー コード。

error.details

CloudError[]

追加のエラーの詳細を含む配列。

error.message

string

エラー メッセージ。

error.target

string

エラーに関連付けられている要求のプロパティ名/パス。

IntegrationRuntimeAutoUpdate

統合ランタイムの自動更新の状態。

名前 説明
Off

string

On

string

IntegrationRuntimeInternalChannelEncryptionMode

ノードノード通信チャネルの暗号化モードを設定するために使用されます (2 つ以上のセルフホステッド統合ランタイム ノードが存在する場合)。

名前 説明
NotEncrypted

string

NotSet

string

SslEncrypted

string

IntegrationRuntimeState

統合ランタイムの状態。

名前 説明
AccessDenied

string

Initial

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Started

string

Starting

string

Stopped

string

Stopping

string

IntegrationRuntimeStatusResponse

統合ランタイムの状態の応答。

名前 説明
name

string

統合ランタイム名。

properties IntegrationRuntimeStatus:

統合ランタイムのプロパティ。

IntegrationRuntimeType

統合ランタイムの種類。

名前 説明
Managed

string

SelfHosted

string

IntegrationRuntimeUpdateResult

最後の統合ランタイム ノード更新の結果。

名前 説明
Fail

string

None

string

Succeed

string

LinkedIntegrationRuntime

リンクされた統合ランタイム情報。

名前 説明
createTime

string

リンクされた統合ランタイムの作成時間。

dataFactoryLocation

string

リンクされた統合ランタイムが属するデータ ファクトリの場所。

dataFactoryName

string

リンクされた統合ランタイムが属するデータ ファクトリの名前。

name

string

リンクされた統合ランタイムの名前。

subscriptionId

string

リンクされた統合ランタイムが属するサブスクリプション ID。

ManagedIntegrationRuntimeError

マネージド統合ランタイムのエラー定義。

名前 説明
code

string

エラー コード。

message

string

エラー メッセージ。

parameters

string[]

マネージド統合ランタイムのエラー パラメーター。

time

string

エラーが発生した時刻。

ManagedIntegrationRuntimeNode

統合ランタイム ノードのプロパティ。

名前 説明
errors

ManagedIntegrationRuntimeError[]

この統合ランタイム ノードで発生したエラー。

nodeId

string

マネージド統合ランタイム ノード ID。

status

ManagedIntegrationRuntimeNodeStatus

マネージド統合ランタイム ノードの状態。

ManagedIntegrationRuntimeNodeStatus

マネージド統合ランタイム ノードの状態。

名前 説明
Available

string

Recycling

string

Starting

string

Unavailable

string

ManagedIntegrationRuntimeOperationResult

マネージド統合ランタイム操作の結果のプロパティ。

名前 説明
activityId

string

操作要求のアクティビティ ID。

errorCode

string

エラー コード。

parameters

string[]

マネージド統合ランタイムのエラー パラメーター。

result

string

操作結果。

startTime

string

操作の開始時刻。

type

string

操作の種類です。 開始または停止できます。

ManagedIntegrationRuntimeStatus

マネージド統合ランタイムの状態。

名前 説明
dataFactoryName

string

統合ランタイムが属するデータ ファクトリ名。

state

IntegrationRuntimeState

統合ランタイムの状態。

type string:

Managed

統合ランタイムの種類。

typeProperties.createTime

string

統合ランタイムが作成された時刻 (ISO8601形式)。

typeProperties.lastOperation

ManagedIntegrationRuntimeOperationResult

この統合ランタイムで発生した最後の操作の結果。

typeProperties.nodes

ManagedIntegrationRuntimeNode[]

マネージド統合ランタイムのノードの一覧。

typeProperties.otherErrors

ManagedIntegrationRuntimeError[]

この統合ランタイムで発生したエラー。

SelfHostedIntegrationRuntimeNode

セルフホステッド統合ランタイム ノードのプロパティ。

名前 説明
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

統合ランタイム ノードの状態。

名前 説明
InitializeFailed

string

Initializing

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Upgrading

string

SelfHostedIntegrationRuntimeStatus

セルフホステッド統合ランタイムの状態。

名前 説明
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.nodes

SelfHostedIntegrationRuntimeNode[]

この統合ランタイムのノードの一覧。

typeProperties.pushedVersion

string

統合ランタイムが更新するバージョン。

typeProperties.scheduledUpdateDate

string

統合ランタイムの更新がスケジュールされる日付 (ISO8601形式)。

typeProperties.selfContainedInteractiveAuthoringEnabled

boolean

セルフホステッド統合ランタイムが Azure Relay との接続を確立できない場合に対話型の作成機能を確保する別のオプション。

typeProperties.serviceUrls

string[]

統合ランタイム バックエンド サービスで使用されるサービスの URL。

typeProperties.taskQueueId

string

統合ランタイムのタスク キュー ID。

typeProperties.updateDelayOffset

string

統合ランタイムを更新するためにサービスによってスケジュールされた日付の時刻 (PT03H は 3 時間など)

typeProperties.version

string

統合ランタイムのバージョン。

typeProperties.versionStatus

string

統合ランタイム バージョンの状態。