HP (Hewlett-Packard) HP OpenView Vantagepoint – Operation Manual for UNIX Printer User Manual


 
Integration Facilities of the HP OpenView NNM Core Platform
The OpenView Windows API
Chapter 6 239
Locate
A locate operation may be done on the Locate field. This field will
appear in the Locate: By Attribute dialog box. To search for, or
locate all nodes with a particular status, you might use enumerated
types to classify the status of nodes on a network and setting the
locate flag:
Field “IP Status” {
Type Enumeration;
Flags locate;
Enumeration “Unset”,
“Unknown”,
“Normal”,
“Marginal”,
“Critical”,
“Unmanaged”,
“Warning”,
“Major”,
“Restricted”,
“Disabled”;
}
General
This field will appear in the general attributes section of the Add and
Describe boxes on an object.
Capability
This field is a capability and is used to classify an object. Only
booleans and enumerated types are supported as capability fields. To
determine whether an object has computer capabilities the following
field could be used:
Field “isComputer” {
Type boolean;
Flags capability;
}
Field Registration Files and the HP OpenView programmer’s interface
are described in more detail in the OVW Developer’s Guide.