API Documentation

Last Update: 28 December 2022

GET api/HostHotfixLog



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of HostHotfixLog
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

HotfixID

string

None.

Description

string

None.

InstalledOn

string

None.

InstalledBy

string

None.

HotfixLink

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ReportDate": "2024-11-21T06:23:52.6413967+00:00",
    "HostID": 3,
    "HotfixID": "sample string 4",
    "Description": "sample string 5",
    "InstalledOn": "sample string 6",
    "InstalledBy": "sample string 7",
    "HotfixLink": "sample string 8",
    "RecordStatus": 9
  },
  {
    "$ref": "1"
  }
]