Patches available to install
Fields
| Field | Type | Description |
|---|---|---|
| bulletin_id | VARCHAR (200) | Bulletin code |
| bulletin_title* | VARCHAR (451) | Patch Name |
| bulletin_url | VARCHAR (1024) | Patch URL |
| class_type* | INT | Patch Class |
| cve_ids | VARCHAR (MAX) | Patch vulnerabilities |
| deployable* | INT | The patch is installable |
| download_date | DATETIME | Download Date |
| download_id* | INT | Download code |
| download_status* | INT | Download status identifier |
| guid | VARCHAR (100) | Patch Guid |
| is_installed* | INT | Is the patch there? installed |
| language_id* | INT | Language ID |
| name | VARCHAR (100) | Executable Name |
| patch_id* | INT | Patch code |
| patch_type | INT | Patch type identifier |
| posted_date | DATETIME2 | Patch Release Date |
| scheduled_date | DATETIME | Programming Date |
| severity_patch | INT | Patch severity |
| size* | BIGINT | Patch size |
| sqnumber | VARCHAR (200) | Patch revision number |
| summary | VARCHAR (MAX) | Patch summary |
| url* | VARCHAR (1024) | Patch download url |