Azure Virtual Machines · Schema
VirtualMachineInstallPatchesResult
The result summary of an installation operation.
Cloud ComputingComputeInfrastructure-as-a-ServiceInfrastructureVirtual Machines
Properties
| Name | Type | Description |
|---|---|---|
| status | string | The overall success or failure status of the operation. |
| installationActivityId | string | The activity ID of the operation. |
| rebootStatus | string | The reboot state of the VM following completion of the operation. |
| maintenanceWindowExceeded | boolean | Whether the operation ran out of time before it completed all its intended actions. |
| notSelectedPatchCount | integer | The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. |
| installedPatchCount | integer | The number of patches that were installed. |
| failedPatchCount | integer | The number of patches that could not be installed. |
| startDateTime | string | The UTC timestamp when the operation began. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VirtualMachineInstallPatchesResult",
"title": "VirtualMachineInstallPatchesResult",
"type": "object",
"description": "The result summary of an installation operation.",
"properties": {
"status": {
"type": "string",
"readOnly": true,
"description": "The overall success or failure status of the operation.",
"enum": [
"Unknown",
"InProgress",
"Failed",
"Succeeded",
"CompletedWithWarnings"
]
},
"installationActivityId": {
"type": "string",
"readOnly": true,
"description": "The activity ID of the operation."
},
"rebootStatus": {
"type": "string",
"readOnly": true,
"description": "The reboot state of the VM following completion of the operation.",
"enum": [
"Unknown",
"NotNeeded",
"Required",
"Started",
"Failed",
"Completed"
]
},
"maintenanceWindowExceeded": {
"type": "boolean",
"readOnly": true,
"description": "Whether the operation ran out of time before it completed all its intended actions."
},
"notSelectedPatchCount": {
"type": "integer",
"format": "int32",
"readOnly": true,
"description": "The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry."
},
"installedPatchCount": {
"type": "integer",
"format": "int32",
"readOnly": true,
"description": "The number of patches that were installed."
},
"failedPatchCount": {
"type": "integer",
"format": "int32",
"readOnly": true,
"description": "The number of patches that could not be installed."
},
"startDateTime": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "The UTC timestamp when the operation began."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-virtual-machines-virtualmachineinstallpatchesresult"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.