The [[OnmsServer]] being connected to by this DAO.
Finds the values for the given propertyId, if it exists.
The propertyId to find the values for
Optionaloptions: anySome additional options. May be implementer dependent, such as limit, or value restrictions
A promise containing the values.
Get an node, given the node's ID.
The node's ID.
Optionally fetch all sub-model objects. (ipInterface, etc.)
ProtectedgetRetrieve the API version from the currently configured server.
ProtectedgetA convenience method to make it easy for implementers to extract the count (or totalCount) values from response data.
Optionalstatus: numberReturns the Promise for a [[IFilterProcessor]].
ProtectedgetCreate an [[OnmsHTTPOptions]] object for DAO calls given an optional filter.
Optionalfilter: Filterthe filter to use
Returns or creates a cache of properties for this dao.
the cache for this dao. It is created if it does not exist.
Given a node, get the IP interfaces for that node.
ProtectedonProtectedparseFetches the data from the result and verfifes that the dataFieldName exists in the data property.
If it does not exist, an exception is thrown.
The result to fetch the data from
The property name (basically result.data[dataFieldName].
The path where the result was fetched from. This is for error handling
Callback function to convert each entry from result.data[dataFieldName].
Get the list properties that can be used in queries.
Gets the property identified by the id if it exists.
The id to search the property by.
ProtectedsearchThe path to the node search properties endpoint.
Given a node, get the IP interfaces for that node.
Optionalfilter: FilterGiven a node, get the SNMP interfaces for that node.
ProtectedtoProtectedtoProtecteduseWhether or not to use JSON when making ReST requests.
Protectedvisit"visits" a filter clause, applying it to the filter visitor
the clause to visit
the visitor impl to invoke
ProtectedvisitIterate over a Filter object and its children.
the filter to visit
the class to invoke while visiting the filter
Data access for [[OnmsNode]] objects.