Defines an ip-address with its purpose, IP version and several other properties.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
measurements | List of PlcmDiagnosticMeasurement | ||
source | PlcmDiagnosticSource | Mandatory | |
uuid | Uuid | The identifier for the diagnostic. | |
name | xs:string | Descriptive name of the diagnostic. | Mandatory |
uom | PlcmDiagnosticUnitOfMeasure | Unit of measure for the diagnostic. | Mandatory |
entity-tag | EntityTag | 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-date | xs:dateTime | Mandatory | |
latest-measurement-date | xs:dateTime | Mandatory |
Name | Type | Description | Attributes |
---|---|---|---|
value | xs:long | The value of the measurement | Mandatory |
time-taken | xs:dateTime | Mandatory |
Name | Type | Description | Attributes |
---|---|---|---|
name | xs:string | The name of the source for the diagnostic data, e.g. proximo. | Mandatory |
category | xs:string | The category of the source for the diagnostic data, e.g. G1 Old Gen MemoryPool, Metaspace Manager, G1 Old Generation GarbageCollector | Mandatory |
source-type | PlcmDiagnosticSourceType | The type of source for the diagnostic data, jvm, kernel or hardware | Mandatory |
id | xs: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 |
Name | Type | Restrictions |
---|---|---|
PlcmDiagnosticSourceType | xs:string | Value must be one of:
|
PlcmDiagnosticUnitOfMeasure | xs:string | Value must be one of:
|