API Documentation

Last Update: 28 December 2022

POST api/VMwareProcessor



Request Information


URI Parameters

None.


Body Parameters
VMwareProcessor
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMwareLocalID

integer

None.

VMID

string

None.

CpuIndex

integer

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:16.0626119+00:00",
  "VMwareLocalID": 3,
  "VMID": "sample string 4",
  "CpuIndex": 5,
  "RecordStatus": 6
}

Response Information


Resource Description
VMwareProcessor
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMwareLocalID

integer

None.

VMID

string

None.

CpuIndex

integer

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:16.0636118+00:00",
  "VMwareLocalID": 3,
  "VMID": "sample string 4",
  "CpuIndex": 5,
  "RecordStatus": 6
}