Virtual Machine Scale Sets - Get Instance View
Gets the status of a VM scale set instance.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView?api-version=2018-04-01
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. |
subscription
|
path | True |
string |
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
vm
|
path | True |
string |
The name of the VM scale set. |
api-version
|
query | True |
string |
Client Api Version. |
Name | Type | Description |
---|---|---|
200 OK |
OK |
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Name | Description |
---|---|
Instance |
Instance view status. |
Status |
The level code. |
Virtual |
The instance view of a virtual machine scale set. |
Virtual |
Instance view statuses summary for virtual machines of a virtual machine scale set. |
Virtual |
Extensions summary for virtual machines of a virtual machine scale set. |
Virtual |
The status code and count of the virtual machine scale set instance view status summary. |
Instance view status.
Name | Type | Description |
---|---|---|
code |
string |
The status code. |
displayStatus |
string |
The short localizable label for the status. |
level |
The level code. |
|
message |
string |
The detailed status message, including for alerts and error messages. |
time |
string |
The time of the status. |
The level code.
Value | Description |
---|---|
Error | |
Info | |
Warning |
The instance view of a virtual machine scale set.
Name | Type | Description |
---|---|---|
extensions |
The extensions information. |
|
statuses |
The resource status information. |
|
virtualMachine |
The instance view status summary for the virtual machine scale set. |
Instance view statuses summary for virtual machines of a virtual machine scale set.
Name | Type | Description |
---|---|---|
statusesSummary |
The extensions information. |
Extensions summary for virtual machines of a virtual machine scale set.
Name | Type | Description |
---|---|---|
name |
string |
The extension name. |
statusesSummary |
The extensions information. |
The status code and count of the virtual machine scale set instance view status summary.
Name | Type | Description |
---|---|---|
code |
string |
The instance view status code. |
count |
integer |
The number of instances having a particular status code. |