API Documentation

Last Update: 28 December 2022

GET api/VMwareProcessor



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of 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",
    "ID": 1,
    "ReportDate": "2024-11-21T06:21:01.9580742+00:00",
    "VMwareLocalID": 3,
    "VMID": "sample string 4",
    "CpuIndex": 5,
    "RecordStatus": 6
  },
  {
    "$ref": "1"
  }
]