Virtual Machine Scale Sets - Get Instance View
取得 VM 擴展集實例的狀態。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView?api-version=2024-03-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
資源群組的名稱。 |
subscription
|
path | True |
string |
可唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。 |
vm
|
path | True |
string |
VM 擴展集的名稱。 |
api-version
|
query | True |
string |
用戶端 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Virtual |
Virtual |
VirtualMachineScaleSet_GetInstanceView_MaximumSet_Gen
範例要求
範例回覆
{
"virtualMachine": {
"statusesSummary": [
{
"code": "aa",
"count": 21
}
]
},
"extensions": [
{
"name": "aaaaaaaaaaa",
"statusesSummary": [
{
"code": "aa",
"count": 21
}
]
}
],
"statuses": [
{
"code": "ProvisioningState/succeeded",
"level": "Info",
"displayStatus": "Provisioning succeeded",
"message": "aaaaaaaaaaaaaaaaaaaaaaa",
"time": "2021-11-30T12:58:26.526Z"
}
],
"orchestrationServices": [
{
"serviceName": "AutomaticRepairs",
"serviceState": "NotRunning"
}
]
}
VirtualMachineScaleSet_GetInstanceView_MinimumSet_Gen
範例要求
範例回覆
{}
定義
名稱 | Description |
---|---|
Api |
API 錯誤。 |
Api |
API 錯誤基底。 |
Cloud |
來自計算服務的錯誤回應。 |
Inner |
內部錯誤詳細數據。 |
Instance |
實例檢視狀態。 |
Orchestration |
服務的名稱。 |
Orchestration |
服務的目前狀態。 |
Orchestration |
虛擬機擴展集之協調流程服務的摘要。 |
Status |
層級程序代碼。 |
Virtual |
虛擬機擴展集的實例檢視。 |
Virtual |
虛擬機擴展集虛擬機的實例檢視狀態摘要。 |
Virtual |
虛擬機擴展集虛擬機的延伸模組摘要。 |
Virtual |
虛擬機擴展集實例檢視狀態摘要的狀態代碼和計數。 |
ApiError
API 錯誤。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼。 |
details |
API 錯誤詳細數據 |
|
innererror |
Api 內部錯誤 |
|
message |
string |
錯誤訊息。 |
target |
string |
特定錯誤的目標。 |
ApiErrorBase
API 錯誤基底。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼。 |
message |
string |
錯誤訊息。 |
target |
string |
特定錯誤的目標。 |
CloudError
來自計算服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
API 錯誤。 |
InnerError
內部錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
errordetail |
string |
內部錯誤訊息或例外狀況傾印。 |
exceptiontype |
string |
例外狀況型別。 |
InstanceViewStatus
實例檢視狀態。
名稱 | 類型 | Description |
---|---|---|
code |
string |
狀態碼。 |
displayStatus |
string |
狀態的簡短可當地語系化標籤。 |
level |
層級程序代碼。 |
|
message |
string |
詳細的狀態消息,包括警示和錯誤訊息。 |
time |
string |
狀態的時間。 |
OrchestrationServiceNames
服務的名稱。
名稱 | 類型 | Description |
---|---|---|
AutomaticRepairs |
string |
OrchestrationServiceState
服務的目前狀態。
名稱 | 類型 | Description |
---|---|---|
NotRunning |
string |
|
Running |
string |
|
Suspended |
string |
OrchestrationServiceSummary
虛擬機擴展集之協調流程服務的摘要。
名稱 | 類型 | Description |
---|---|---|
serviceName |
服務的名稱。 |
|
serviceState |
服務的目前狀態。 |
StatusLevelTypes
層級程序代碼。
名稱 | 類型 | Description |
---|---|---|
Error |
string |
|
Info |
string |
|
Warning |
string |
VirtualMachineScaleSetInstanceView
虛擬機擴展集的實例檢視。
名稱 | 類型 | Description |
---|---|---|
extensions |
延伸模組資訊。 |
|
orchestrationServices |
協調流程服務資訊。 |
|
statuses |
資源狀態資訊。 |
|
virtualMachine |
虛擬機擴展集的實例檢視狀態摘要。 |
VirtualMachineScaleSetInstanceViewStatusesSummary
虛擬機擴展集虛擬機的實例檢視狀態摘要。
名稱 | 類型 | Description |
---|---|---|
statusesSummary |
延伸模組資訊。 |
VirtualMachineScaleSetVMExtensionsSummary
虛擬機擴展集虛擬機的延伸模組摘要。
名稱 | 類型 | Description |
---|---|---|
name |
string |
延伸模組名稱。 |
statusesSummary |
延伸模組資訊。 |
VirtualMachineStatusCodeCount
虛擬機擴展集實例檢視狀態摘要的狀態代碼和計數。
名稱 | 類型 | Description |
---|---|---|
code |
string |
實例檢視狀態代碼。 |
count |
integer |
具有特定狀態代碼的實例數目。 |