Virtual Machine Scale Set VMs - Retrieve Boot Diagnostics Data
De bewerking voor het ophalen van SAS-URI's van diagnostische opstartlogboeken voor een virtuele machine in een VM-schaalset.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData?api-version=2024-07-01
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData?sasUriExpirationTimeInMinutes={sasUriExpirationTimeInMinutes}&api-version=2024-07-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
instance
|
path | True |
string |
De exemplaar-id van de virtuele machine. |
resource
|
path | True |
string |
De naam van de resourcegroep. |
subscription
|
path | True |
string |
Abonnementsreferenties die het Microsoft Azure-abonnement uniek identificeren. De abonnements-id maakt deel uit van de URI voor elke serviceoproep. |
vm
|
path | True |
string |
De naam van de VM-schaalset. |
api-version
|
query | True |
string |
Client-API-versie. |
sas
|
query |
integer int32 |
Verloopduur in minuten voor de SAS-URI's met een waarde tussen 1 en 1440 minuten. Opmerking: Indien niet opgegeven, worden SAS-URI's gegenereerd met een standaardverlooptijd van 120 minuten. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
RetrieveBootDiagnosticsData of a virtual machine.
Voorbeeldaanvraag
Voorbeeldrespons
{
"consoleScreenshotBlobUri": "https://storageuri/myvmScaleSetinstance.screenshot.bmp?{saskey}",
"serialConsoleLogBlobUri": "https://storageuri/myvmScaleSetinstance.serialconsole.log?{saskey}"
}
Definities
Name | Description |
---|---|
Api |
Api-fout. |
Api |
Api-foutbasis. |
Cloud |
Een foutreactie van de Compute-service. |
Inner |
Interne foutdetails. |
Retrieve |
De SAS-URI's van de consoleschermafbeelding en seriële logboek-blobs. |
ApiError
Api-fout.
Name | Type | Description |
---|---|---|
code |
string |
De foutcode. |
details |
Details van de API-fout |
|
innererror |
De interne API-fout |
|
message |
string |
Het foutbericht. |
target |
string |
Het doel van de specifieke fout. |
ApiErrorBase
Api-foutbasis.
Name | Type | Description |
---|---|---|
code |
string |
De foutcode. |
message |
string |
Het foutbericht. |
target |
string |
Het doel van de specifieke fout. |
CloudError
Een foutreactie van de Compute-service.
Name | Type | Description |
---|---|---|
error |
Api-fout. |
InnerError
Interne foutdetails.
Name | Type | Description |
---|---|---|
errordetail |
string |
Het interne foutbericht of de uitzonderingsdump. |
exceptiontype |
string |
Het uitzonderingstype. |
RetrieveBootDiagnosticsDataResult
De SAS-URI's van de consoleschermafbeelding en seriële logboek-blobs.
Name | Type | Description |
---|---|---|
consoleScreenshotBlobUri |
string |
De schermafbeelding van de blob-URI van de console |
serialConsoleLogBlobUri |
string |
De blob-URI van het seriële consolelogboek. |