Software Update Configuration Machine Runs - List
Retourlijst met uitvoeringen van software-updateconfiguratiecomputers
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns?api-version=2023-11-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns?api-version=2023-11-01&$filter={$filter}&$skip={$skip}&$top={$top}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
automation
|
path | True |
string |
De naam van het Automation-account. |
resource
|
path | True |
string |
Naam van een Azure-resourcegroep. Regex-patroon: |
subscription
|
path | True |
string |
Hiermee haalt u abonnementsreferenties op waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke service-aanroep. |
api-version
|
query | True |
string |
Client-API-versie. |
$filter
|
query |
string |
Het filter dat moet worden toegepast op de bewerking. U kunt de volgende filters gebruiken: 'properties/osType', 'properties/status', 'properties/startTime' en 'properties/softwareUpdateConfiguration/name' |
|
$skip
|
query |
string |
aantal vermeldingen dat u overslaat voordat resultaten worden geretourneerd |
|
$top
|
query |
string |
Maximum aantal geretourneerde vermeldingen in de resultatenverzameling |
Aanvraagkoptekst
Name | Vereist | Type | Description |
---|---|---|---|
clientRequestId |
string |
Identificeert deze specifieke clientaanvraag. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Retourlijst met uitvoeringen van software-updateconfiguratiecomputers. |
|
Other Status Codes |
Automatiseringsfoutreactie 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
List software update configuration machine runs |
List software update configuration machine runs for a specific software update configuration run |
List software update configuration machine runs
Voorbeeldaanvraag
GET https://management.azure.com/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns?api-version=2023-11-01
Voorbeeldrespons
{
"value": [
{
"id": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns/ca440719-34a4-4234-a1a9-3f84faf7788f",
"name": "ca440719-34a4-4234-a1a9-3f84faf7788f",
"properties": {
"targetComputer": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Compute/virtualMachines/myvm",
"targetComputerType": "AzureVirtualMachines",
"softwareUpdateConfiguration": {
"name": "mypatch"
},
"status": "Succeeded",
"osType": "Windows",
"correlationId": "0b943e57-44d3-4f05-898c-6e92aa617e59",
"sourceComputerId": "3d3f24bf-7037-424e-bfba-aae3b9752f8e",
"startTime": "2017-10-23T02:33:30.7484961+00:00",
"endTime": "2017-10-23T02:33:36.4166667+00:00",
"configuredDuration": "PT2H",
"job": {},
"error": {},
"creationTime": "2017-10-23T02:33:30.7484961+00:00",
"lastModifiedBy": "",
"lastModifiedTime": "2017-10-23T02:34:32.4366667+00:00"
}
},
{
"id": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns/ca440719-34a4-4234-a1a9-3f84faf7789f",
"name": "ca440719-34a4-4234-a1a9-3f84faf7789f",
"properties": {
"targetComputer": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Compute/virtualMachines/myvm2",
"targetComputerType": "AzureVirtualMachines",
"softwareUpdateConfiguration": {
"name": "mypatch"
},
"status": "Succeeded",
"osType": "Windows",
"correlationId": "0b943e57-44d3-4f05-898c-6e92aa617e59",
"sourceComputerId": "3d3f24bf-7037-424e-bfba-aae3b9752f8e",
"startTime": "2017-10-23T02:33:30.7484961+00:00",
"endTime": "2017-10-23T02:33:36.4166667+00:00",
"configuredDuration": "PT2H",
"job": {},
"error": {},
"creationTime": "2017-10-23T02:33:30.7484961+00:00",
"lastModifiedBy": "",
"lastModifiedTime": "2017-10-23T02:34:32.4366667+00:00"
}
}
],
"nextLink": "https://management.azure.com:443/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationRuns?api-version=2019-06-01&_=1508725900015&$skip=100"
}
List software update configuration machine runs for a specific software update configuration run
Voorbeeldaanvraag
GET https://management.azure.com/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns?api-version=2023-11-01&$filter=$filter=properties/correlationId%20eq%200b943e57-44d3-4f05-898c-6e92aa617e59
Voorbeeldrespons
{
"value": [
{
"id": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns/ca440719-34a4-4234-a1a9-3f84faf7788f",
"name": "ca440719-34a4-4234-a1a9-3f84faf7788f",
"properties": {
"targetComputer": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Compute/virtualMachines/myvm",
"targetComputerType": "AzureVirtualMachines",
"softwareUpdateConfiguration": {
"name": "mypatch"
},
"status": "Succeeded",
"osType": "Windows",
"correlationId": "0b943e57-44d3-4f05-898c-6e92aa617e59",
"sourceComputerId": "3d3f24bf-7037-424e-bfba-aae3b9752f8e",
"startTime": "2017-10-23T02:33:30.7484961+00:00",
"endTime": "2017-10-23T02:33:36.4166667+00:00",
"configuredDuration": "PT2H",
"job": {},
"error": {},
"creationTime": "2017-10-23T02:33:30.7484961+00:00",
"lastModifiedBy": "",
"lastModifiedTime": "2017-10-23T02:34:32.4366667+00:00"
}
},
{
"id": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns/ca440719-34a4-4234-a1a9-3f84faf7789f",
"name": "ca440719-34a4-4234-a1a9-3f84faf7789f",
"properties": {
"targetComputer": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Compute/virtualMachines/myvm2",
"targetComputerType": "AzureVirtualMachines",
"softwareUpdateConfiguration": {
"name": "mypatch"
},
"status": "Succeeded",
"osType": "Windows",
"correlationId": "0b943e57-44d3-4f05-898c-6e92aa617e59",
"sourceComputerId": "3d3f24bf-7037-424e-bfba-aae3b9752f8e",
"startTime": "2017-10-23T02:33:30.7484961+00:00",
"endTime": "2017-10-23T02:33:36.4166667+00:00",
"configuredDuration": "PT2H",
"job": {},
"error": {},
"creationTime": "2017-10-23T02:33:30.7484961+00:00",
"lastModifiedBy": "",
"lastModifiedTime": "2017-10-23T02:34:32.4366667+00:00"
}
}
],
"nextLink": "https://management.azure.com:443/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationRuns?api-version=2019-06-01&_=1508725900015&$skip=100"
}
Definities
Name | Description |
---|---|
Error |
Foutreactie van een bewerkingsfout |
job |
Software-updateconfiguratiecomputer voert taaknavigatie-eigenschappen uit. |
software |
Model voor het uitvoeren van software-updateconfiguratiecomputer. |
software |
resultaat van het weergeven van alle uitvoeringen van de software-updateconfiguratiecomputer |
update |
Configuratie van software-update Voer navigatiemodel uit. |
ErrorResponse
Foutreactie van een bewerkingsfout
Name | Type | Description |
---|---|---|
code |
string |
Foutcode |
message |
string |
Foutbericht waarin wordt aangegeven waarom de bewerking is mislukt. |
jobNavigation
Software-updateconfiguratiecomputer voert taaknavigatie-eigenschappen uit.
Name | Type | Description |
---|---|---|
id |
string |
Id van de taak die is gekoppeld aan de configuratie-uitvoering van de software-update |
softwareUpdateConfigurationMachineRun
Model voor het uitvoeren van software-updateconfiguratiecomputer.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id van de uitvoering van de configuratiecomputer voor software-updates |
name |
string |
Naam van de uitvoering van de configuratiecomputer voor software-updates |
properties.configuredDuration |
string |
geconfigureerde duur voor de configuratie-uitvoering van de software-update. |
properties.correlationId |
string |
correlatie-id van de uitvoering van de software-updateconfiguratiemachine |
properties.createdBy |
string |
de eigenschap createdBy, die alleen wordt weergegeven in het antwoord. |
properties.creationTime |
string |
Aanmaaktijd van de resource, die alleen wordt weergegeven in het antwoord. |
properties.endTime |
string |
Eindtijd van de uitvoering van de configuratiecomputer voor software-updates. |
properties.error |
Details van inrichtingsfout |
|
properties.job |
Taak die is gekoppeld aan het uitvoeren van de software-updateconfiguratiemachine |
|
properties.lastModifiedBy |
string |
de eigenschap lastModifiedBy, die alleen wordt weergegeven in het antwoord. |
properties.lastModifiedTime |
string |
De laatste keer dat de resource is gewijzigd, wordt deze alleen weergegeven in het antwoord. |
properties.osType |
string |
Het doel van het besturingssysteem van de software-updateconfiguratie heeft deze uitvoering geactiveerd |
properties.softwareUpdateConfiguration |
software-updateconfiguratie heeft deze uitvoering geactiveerd |
|
properties.sourceComputerId |
string |
broncomputer-id van de uitvoering van de software-updateconfiguratiecomputer |
properties.startTime |
string |
Begintijd van de uitvoering van de configuratiecomputer voor software-updates. |
properties.status |
string |
Status van de uitvoering van de configuratiecomputer voor software-updates. |
properties.targetComputer |
string |
naam van de bijgewerkte computer |
properties.targetComputerType |
string |
het type van de bijgewerkte computer. |
softwareUpdateConfigurationMachineRunListResult
resultaat van het weergeven van alle uitvoeringen van de software-updateconfiguratiecomputer
Name | Type | Description |
---|---|---|
nextLink |
string |
koppeling naar de volgende pagina met resultaten. |
value |
outer object returned when listing all software update configuration machine runs |
updateConfigurationNavigation
Configuratie van software-update Voer navigatiemodel uit.
Name | Type | Description |
---|---|---|
name |
string |
Naam van de software-updateconfiguratie die de uitvoering van de software-updateconfiguratie heeft geactiveerd |