API Documentation

Last Update: 28 December 2022

GET api/VMwareProcessor/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

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:28:46.3802338+00:00",
  "VMwareLocalID": 3,
  "VMID": "sample string 4",
  "CpuIndex": 5,
  "RecordStatus": 6
}