Azure Virtual Machines · Schema
VirtualMachineAssessPatchesResult
Describes the properties of an AssessPatches result.
Cloud ComputingComputeInfrastructure-as-a-ServiceInfrastructureVirtual Machines
Properties
| Name | Type | Description |
|---|---|---|
| status | string | The overall success or failure status of the operation. |
| assessmentActivityId | string | The activity ID of the operation. |
| rebootPending | boolean | The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. |
| criticalAndSecurityPatchCount | integer | The number of critical or security patches detected. |
| otherPatchCount | integer | The number of all available patches excluding critical and security. |
| startDateTime | string | The UTC timestamp when the operation began. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VirtualMachineAssessPatchesResult",
"title": "VirtualMachineAssessPatchesResult",
"type": "object",
"description": "Describes the properties of an AssessPatches result.",
"properties": {
"status": {
"type": "string",
"readOnly": true,
"description": "The overall success or failure status of the operation.",
"enum": [
"Unknown",
"InProgress",
"Failed",
"Succeeded",
"CompletedWithWarnings"
]
},
"assessmentActivityId": {
"type": "string",
"readOnly": true,
"description": "The activity ID of the operation."
},
"rebootPending": {
"type": "boolean",
"readOnly": true,
"description": "The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred."
},
"criticalAndSecurityPatchCount": {
"type": "integer",
"format": "int32",
"readOnly": true,
"description": "The number of critical or security patches detected."
},
"otherPatchCount": {
"type": "integer",
"format": "int32",
"readOnly": true,
"description": "The number of all available patches excluding critical and security."
},
"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-virtualmachineassesspatchesresult"
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.