Skip to main content

PerformanceResourceType

No description

type PerformanceResourceType {
id: ID!
name: String
unit: String
mst: Int
itbf: Int
numberUnit: String
monitoredSystemType: MonitoredSystemType!
}

Fields

PerformanceResourceType.id ● ID! non-null scalar

PerformanceResourceType.name ● String scalar

PerformanceResourceType.unit ● String scalar

PerformanceResourceType.mst ● Int scalar

PerformanceResourceType.itbf ● Int scalar

PerformanceResourceType.numberUnit ● String scalar

Use if unit is 'Number' to specify the subunit of values

PerformanceResourceType.monitoredSystemType ● MonitoredSystemType! non-null enum

A performance resource type always has a monitored system type.

Returned By

performanceResourceTypes query

Member Of

ChartSeries object ● GlobalPerformanceResource object ● PerformanceResource object ● PerformanceResourceTypePage object