objectMeta

Namespace: (default namespace)
XML Schema: api.xsd

Describes a single attribute of an object. Fpr example, the following describes the Interfaces.TraffIn attribute:

JSON Example

   {      "category": "Interfaces",      "name": "TraffIn",      "type": "Double",      "isKey": false,      "hidden": false,      "displayName": "Traffic In",      "additionalFilter": null    },

JSON

property type description
category category (string) Object type (e.g. Interface, Node, LSP, etc.)
name name (string) Internal name
displayName displayName (string) External, display name
type type (string) Type (e.g. Long, Double, String, etc.)
isKey isKey (boolean) True if a key attribute
hidden hidden (boolean) True if a hidden attribute
additionalFilter additionalFilter (string) Used by inventory for additional meta info