Compute - List Nodes
コンピューティング内のすべてのコンピューティング ノードの詳細 (IP アドレス、ポートなど) を取得します。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes?api-version=2024-10-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
compute
|
path | True |
string |
Azure Machine Learning コンピューティングの名前。 |
resource
|
path | True |
string |
リソース グループの名前。 名前では大文字と小文字が区別されません。 |
subscription
|
path | True |
string |
ターゲット サブスクリプションの ID。 |
workspace
|
path | True |
string |
Azure Machine Learning ワークスペースの名前。 正規表現パターン: |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
操作が成功しました。 応答には、IP アドレスの一覧が含まれています。 |
|
Other Status Codes |
操作が失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
Get compute nodes information for a compute
要求のサンプル
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123/listNodes?api-version=2024-10-01
応答のサンプル
{
"nodes": [
{
"nodeId": "tvm-3601533753_1-20170719t162906z",
"privateIpAddress": "13.84.190.124",
"publicIpAddress": "13.84.190.134",
"port": 50000,
"nodeState": "running",
"runId": "2f378a44-38f2-443a-9f0d-9909d0b47890"
},
{
"nodeId": "tvm-3601533753_2-20170719t162906z",
"privateIpAddress": "13.84.190.124",
"publicIpAddress": "13.84.190.134",
"port": 50001,
"nodeState": "idle"
}
],
"nextLink": "nextLink"
}
定義
名前 | 説明 |
---|---|
Aml |
AmlCompute に関連するコンピューティング ノード情報。 |
Aml |
AmlCompute ノードの結果 |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
node |
コンピューティング ノードの状態。 値はアイドル状態、実行中、準備中、使用不能、離れ、割り込み済みです。 |
AmlComputeNodeInformation
AmlCompute に関連するコンピューティング ノード情報。
名前 | 型 | 説明 |
---|---|---|
nodeId |
string |
ノード ID。 |
nodeState |
コンピューティング ノードの状態。 値はアイドル状態、実行中、準備中、使用不能、離れ、割り込み済みです。 |
|
port |
number |
港。 |
privateIpAddress |
string |
プライベート IP アドレス。 |
publicIpAddress |
string |
パブリック IP アドレス。 |
runId |
string |
実行 ID。 |
AmlComputeNodesInformation
AmlCompute ノードの結果
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
継続トークン。 |
nodes |
返された AmlCompute ノードの詳細のコレクション。 |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーターゲット。 |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |
nodeState
コンピューティング ノードの状態。 値はアイドル状態、実行中、準備中、使用不能、離れ、割り込み済みです。
名前 | 型 | 説明 |
---|---|---|
idle |
string |
|
leaving |
string |
|
preempted |
string |
|
preparing |
string |
|
running |
string |
|
unusable |
string |