resource-kind-attribute

resource-kind-attribute
resource-kind-attribute

Represents meta-data for Resource Kind Attributes

JSON Example
{
    "attributeKey": "string",
    "dataType": "string",
    "dataType2": "string",
    "defaultMonitored": false,
    "description": "string",
    "dtSubType": "string",
    "instanceType": "string",
    "key": "string",
    "localizations": [
        {
            "language": "string",
            "longDescription": [
                "string"
            ],
            "shortDescription": [
                "string"
            ]
        }
    ],
    "monitoring": false,
    "name": "string",
    "property": false,
    "rollupType": "string",
    "unit": "string",
    "unitLocalizations": [
        {
            "language": "string",
            "longDescription": [
                "string"
            ],
            "shortDescription": [
                "string"
            ]
        }
    ]
}
string
attributeKey
Optional

The attribute key

string
dataType
Required  

Deprecated, will be removed after couple of releases. Please use dataType2 instead

The data type of the attribute

Enumeration: STRING, INTEGER, HOST, IP, ENUM, PASSWORD, BOOLEAN, UNKNOWN
string
dataType2
Required  

The data type of the attribute

Enumeration: STRING, INTEGER, HOST, IP, ENUM, PASSWORD, BOOLEAN, FLOAT, UNKNOWN
boolean
defaultMonitored
Optional

Set True if the attribute is monitored by default

string
description
Optional

The description of the attribute

string
dtSubType
Optional

The dynamic threshold sub type

Enumeration: linear, common, cusum, noise, sparse, multinomial, abnormalitydegree
string
instanceType
Optional

The instance type of the attribute

Enumeration: INSTANCED, AGGREGATED
string
key
Required  

The key

localizations
Optional

Localized names of the attribute for all localizations

boolean
monitoring
Optional

Deprecated, will be removed after couple of releases.

The monitoring flag for the attribute

string
name
Optional

The localized name of the attribute

boolean
property
Required  

Set True if the attribute is a property

string
rollupType
Optional

Represents the type of Rollup required for the stats data

Enumeration: SUM, AVG, MIN, MAX, NONE, LATEST, COUNT
string
unit
Optional

The unit of the attribute

unitLocalizations
Optional

Localized names of the unit for all localizations