API Documentation

Last Update: 28 December 2022

POST api/HostStartupCommand



Request Information


URI Parameters

None.


Body Parameters
HostStartupCommand
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

Name

string

None.

Command

string

None.

Username

string

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:20:58.5021969+00:00",
  "HostID": 3,
  "Name": "sample string 4",
  "Command": "sample string 5",
  "Username": "sample string 6",
  "RecordStatus": 7
}

Response Information


Resource Description
HostStartupCommand
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

Name

string

None.

Command

string

None.

Username

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:20:58.5047161+00:00",
  "HostID": 3,
  "Name": "sample string 4",
  "Command": "sample string 5",
  "Username": "sample string 6",
  "RecordStatus": 7
}