ASAP 2.8 Client Manual
Entity Definition Language (EDL)
HP NonStop ASAP Client Manual—425263-004
6-16
KeyForNode - EDL Entity Property
Examples
HISTORY “CPU ^, TAB, SAMPLES 12”
HISTORY “DISK ^, AVG, TAB, SAMPLES 12”
KeyForNode - EDL Entity Property
KeyForNode string
The KeyForNode entity property is a string that defines a list of one or more data
attribute names representing the column attribute names that define the node primary
key for each object instance of this entity.
For the CPU entity, the Node Key is the NodeName data attribute. That data attribute
contains a string that represents the name of the node for each CPU entity instance.
Applies to: Client
Default: KeyForNode "" –- null
Example
KeyForNode "NodeName" -- NodeName contains Node key
KeyForObject - EDL Entity Property
KeyForObject string
The KeyForObject entity property is a string that defines a list of one or more data
attribute names representing the columns that uniquely define the object primary key
for each object instance of this entity.
For example for the CPU entity, the Object Key is the CPU data attribute. This attribute
contains a value that uniquely represents each object instance of this entity.
Applies to: Client
Default: KeyForObject "" -- null
Example
KeyForObject "Cpu" –- Cpu is attribute name of object key
KeyForRow - EDL Entity Property
KeyForRow string
The KeyForRow entity property is a string that defines a list of one or more data
attribute names that represent the columns that uniquely define the row primary key
for each object instance of this entity.