plcm-diagnostics.xsd Documentation

Diagnostic data for a Poly server.

Imported Namespaces

Target Namespace

Elements

plcm-diagnostic-source  PlcmDiagnosticSource

Defines an ip-address with its purpose, IP version and several other properties.

plcm-diagnostic-measurement  PlcmDiagnosticMeasurement
plcm-diagnostic  PlcmDiagnostic

Complex Types

PlcmDiagnostic Fields

NameTypeDescriptionAttributes
atomLinkList List of linkSee Definition of link
measurementsList of PlcmDiagnosticMeasurement
sourcePlcmDiagnosticSourceMandatory
uuidUuid The identifier for the diagnostic.
namexs:string Descriptive name of the diagnostic. Mandatory
uomPlcmDiagnosticUnitOfMeasure Unit of measure for the diagnostic. Mandatory
entity-tagEntityTag The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance.
earliest-measurement-datexs:dateTimeMandatory
latest-measurement-datexs:dateTimeMandatory

PlcmDiagnosticMeasurement Fields

NameTypeDescriptionAttributes
valuexs:long The value of the measurement Mandatory
time-takenxs:dateTimeMandatory

PlcmDiagnosticSource Fields

NameTypeDescriptionAttributes
namexs:string The name of the source for the diagnostic data, e.g. proximo. Mandatory
categoryxs:string The category of the source for the diagnostic data, e.g. G1 Old Gen MemoryPool, Metaspace Manager, G1 Old Generation GarbageCollector Mandatory
source-typePlcmDiagnosticSourceType The type of source for the diagnostic data, jvm, kernel or hardware Mandatory
idxs:string The identifier for the source. For HARDWARE this describes a disk drive, memory slot or network interface card, otherwise this is typically a process id


Simple Types


NameTypeRestrictions
PlcmDiagnosticSourceTypexs:string
Value must be one of:
  • JVM
  • KERNEL
  • HARDWARE
PlcmDiagnosticUnitOfMeasurexs:string
Value must be one of:
  • NANOSECONDS
  • MILLISECONDS
  • MICROSECONDS
  • SECONDS
  • MINUTES
  • HOURS
  • DAYS
  • BYTES
  • KILOBYTES
  • MEGABYTES
  • GIGABYTES