Integration Runtime Nodes - Get Ip Address

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

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

URI パラメーター

名前 / 必須 説明
factoryName
path True

string

ファクトリ名。

Regex pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

integrationRuntimeName
path True

string

統合ランタイム名。

Regex pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

nodeName
path True

string

統合ランタイム ノード名。

Regex pattern: ^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$

resourceGroupName
path True

string

リソース グループ名。

Regex pattern: ^[-\w\._\(\)]+$

subscriptionId
path True

string

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

api-version
query True

string

API のバージョン。

応答

名前 説明
200 OK

IntegrationRuntimeNodeIpAddress

OK です。

Other Status Codes

CloudError

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

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

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

IntegrationRuntimeNodes_GetIpAddress

Sample Request

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

Sample Response

Date: Thu, 14 Jun 2018 15:36:39 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-request-id: f01265af-9f38-44b8-81a1-b67f567ea728
x-ms-correlation-request-id: f01265af-9f38-44b8-81a1-b67f567ea728
{
  "ipAddress": "**********"
}

定義

名前 説明
CloudError

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

IntegrationRuntimeNodeIpAddress

セルフホステッド統合ランタイム ノードの IP アドレス。

CloudError

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

名前 説明
error.code

string

エラー コード。

error.details

CloudError[]

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

error.message

string

エラー メッセージ。

error.target

string

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

IntegrationRuntimeNodeIpAddress

セルフホステッド統合ランタイム ノードの IP アドレス。

名前 説明
ipAddress

string

セルフホステッド統合ランタイム ノードの IP アドレス。