API Documentation

Last Update: 28 December 2022

GET api/VMProcessor



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of VMProcessor
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMLocalID

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:02.1568419+00:00",
    "VMLocalID": 3,
    "VMID": "sample string 4",
    "CpuIndex": 5,
    "RecordStatus": 6
  },
  {
    "$ref": "1"
  }
]