Integration Runtimes - Status
統合ランタイムの詳細な状態情報を取得します。
GET {endpoint}/scan/integrationruntimes/{integrationRuntimeName}/status?api-version=2023-09-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
endpoint
|
path | True |
string (url) |
purview アカウントのスキャン エンドポイント。 例: https://{accountName}.purview.azure.com。 |
integration
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
統合ランタイム名。 |
api-version
|
query | True |
string |
使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK | IntegrationRuntimeStatus: |
成功。 |
Other Status Codes |
スキャン サービスから受信したエラー応答。 ヘッダー x-ms-error-code: string |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
IntegrationRuntimes_Status
要求のサンプル
GET {endpoint}/scan/integrationruntimes/myIntegrationRuntime/status?api-version=2023-09-01
応答のサンプル
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
{
"name": "myIntegrationRuntime",
"kind": "SelfHosted",
"properties": {
"state": "Active"
}
}
定義
名前 | 説明 |
---|---|
Error |
エラー モデル。 |
Error |
エラー応答モデル。 |
Integration |
セルフホステッド統合ランタイムの自動更新が有効になっているかどうか。 |
Integration |
統合ランタイムの種類。 |
Interactive |
マネージド統合ランタイムの対話型クエリ プロパティ。 |
Managed |
マネージド統合ランタイムの状態。 |
Managed |
マネージド統合ランタイムの状態プロパティ。 |
Managed |
マネージド統合ランタイムの状態の種類のプロパティ。 |
Self |
セルフホステッド統合ランタイム ノードのプロパティ。 |
Self |
セルフホステッド統合ランタイムの状態。 |
Self |
セルフホステッド統合ランタイムの状態プロパティ。 |
Self |
セルフホステッド統合ランタイムの状態の種類のプロパティ。 |
ErrorModel
エラー モデル。
名前 | 型 | 説明 |
---|---|---|
code |
string |
特定のエラーを識別する一意のエラー コード。 |
details |
追加のエラーの詳細を提供する入れ子になった ErrorModel オブジェクトの配列。 |
|
message |
string |
エラーの詳細を示す、人間が判読できるエラー メッセージ。 |
target |
string |
エラーが関連付けられている特定のコンポーネント。 |
ErrorResponseModel
エラー応答モデル。
名前 | 型 | 説明 |
---|---|---|
error |
エラー モデル。 |
IntegrationRuntimeAutoUpdate
セルフホステッド統合ランタイムの自動更新が有効になっているかどうか。
値 | 説明 |
---|---|
Off | |
On |
IntegrationRuntimeType
統合ランタイムの種類。
値 | 説明 |
---|---|
Managed | |
SelfHosted |
InteractiveQuery
マネージド統合ランタイムの対話型クエリ プロパティ。
名前 | 型 | 説明 |
---|---|---|
autoTerminationMinutes |
integer (int32) |
対話型クエリの自動終了分数。 |
status |
string |
対話型クエリの状態。 |
ManagedIntegrationRuntimeStatus
マネージド統合ランタイムの状態。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース識別子。 |
kind |
string:
Managed |
統合ランタイムの種類。 |
name |
string |
リソース名。 |
properties |
マネージド統合ランタイムの状態プロパティ。 |
ManagedIntegrationRuntimeStatusProperties
マネージド統合ランタイムの状態プロパティ。
名前 | 型 | 説明 |
---|---|---|
state |
string |
マネージド統合ランタイムの状態。 |
typeProperties |
マネージド統合ランタイムの状態の種類のプロパティ。 |
ManagedIntegrationRuntimeStatusTypeProperties
マネージド統合ランタイムの状態の種類のプロパティ。
名前 | 型 | 説明 |
---|---|---|
createTime |
string (date-time) |
統合ランタイムが作成された時刻 (ISO8601形式)。 |
interactiveQuery |
マネージド統合ランタイムの対話型クエリ プロパティ。 |
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 |
string |
最後の統合ランタイム ノード更新の結果。 |
machineName |
string |
統合ランタイム ノードのマシン名。 |
maxConcurrentJobs |
integer (int32) |
セルフホステッド統合ランタイム ノードの最大同時実行ジョブ。 |
nodeName |
string |
統合ランタイム ノードの名前。 |
registerTime |
string (date-time) |
統合ランタイム ノードがISO8601形式で登録された時刻。 |
status |
string |
統合ランタイム ノードの状態。 |
version |
string |
統合ランタイム ノードのバージョン。 |
versionStatus |
string |
統合ランタイム ノードのバージョンの状態。 |
SelfHostedIntegrationRuntimeStatus
セルフホステッド統合ランタイムの状態。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース識別子。 |
kind |
string:
Self |
統合ランタイムの種類。 |
name |
string |
リソース名。 |
properties |
セルフホステッド統合ランタイムの状態プロパティ。 |
SelfHostedIntegrationRuntimeStatusProperties
セルフホステッド統合ランタイムの状態プロパティ。
名前 | 型 | 説明 |
---|---|---|
state |
string |
セルフホステッド統合ランタイムの状態。 |
typeProperties |
セルフホステッド統合ランタイムの状態の種類のプロパティ。 |
SelfHostedIntegrationRuntimeStatusTypeProperties
セルフホステッド統合ランタイムの状態の種類のプロパティ。
名前 | 型 | 説明 |
---|---|---|
autoUpdate |
セルフホステッド統合ランタイムの自動更新が有効になっているかどうか。 |
|
autoUpdateETA |
string (date-time) |
セルフホステッド統合ランタイムが更新される推定時間。 |
capabilities |
object |
統合ランタイム機能に関する追加情報を含むオブジェクト。 |
createTime |
string (date-time) |
統合ランタイムが作成された時刻 (ISO8601形式)。 |
internalChannelEncryption |
string |
ノードノード通信チャネルの暗号化モードを設定するために使用されます (2 つ以上のセルフホステッド統合ランタイム ノードが存在する場合)。 |
latestVersion |
string |
ダウンロード センターの最新バージョン。 |
localTimeZoneOffset |
string |
ローカル タイム ゾーンオフセット (時間単位)。 |
nodes |
この統合ランタイムのノードの一覧。 |
|
pushedVersion |
string |
統合ランタイムが更新されるバージョン。 |
scheduledUpdateDate |
string (date-time) |
統合ランタイムの更新がスケジュールされる日付 (ISO8601形式)。 |
serviceUrls |
string[] |
統合ランタイム バックエンド サービスで使用されるサービスの URL。 |
taskQueueId |
string |
統合ランタイムのタスク キュー ID。 |
updateDelayOffset |
string |
統合ランタイムを更新するためにサービスによってスケジュールされた日付の時刻 (PT03H など) は 3 時間です。 |
version |
string |
統合ランタイムのバージョン。 |
versionStatus |
string |
統合ランタイム バージョンの状態。 |