API Documentation

Last Update: 28 December 2022

POST api/HostHotfixLog



Request Information


URI Parameters

None.


Body Parameters
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.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:44.4663339+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
}

Response Information


Resource Description
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,
  "ReportDate": "2024-11-21T06:23:44.4663339+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
}