API Documentation

Last Update: 28 December 2022

GET api/HostProcessor/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

Response Information


Resource Description
HostProcessor
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

Name

string

None.

DeviceID

string

None.

CpuIndex

integer

None.

Family

string

None.

Description

string

None.

NumberOfCores

integer

None.

NumberOfLogicalProcessors

integer

None.

MaxClockSpeed

integer

None.

L2CacheSize

integer

None.

L3CacheSize

integer

None.

SocketDesignation

string

None.

Manufacturer

string

None.

LogicalCoreStart

integer

None.

LogicalCoreEnd

integer

None.

Status

string

None.

HealthState

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:32.2001128+00:00",
  "HostID": 3,
  "Name": "sample string 4",
  "DeviceID": "sample string 5",
  "CpuIndex": 6,
  "Family": "sample string 7",
  "Description": "sample string 8",
  "NumberOfCores": 9,
  "NumberOfLogicalProcessors": 10,
  "MaxClockSpeed": 11,
  "L2CacheSize": 12,
  "L3CacheSize": 13,
  "SocketDesignation": "sample string 14",
  "Manufacturer": "sample string 15",
  "LogicalCoreStart": 16,
  "LogicalCoreEnd": 17,
  "Status": "sample string 18",
  "HealthState": "sample string 19",
  "RecordStatus": 20
}