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

Possible values are : STRING, INTEGER, HOST, IP, ENUM, PASSWORD, BOOLEAN, UNKNOWN,
string
dataType2
Required

The data type of the attribute

Possible values are : 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

Possible values are : linear, common, cusum, noise, sparse, multinomial, abnormalitydegree,
string
instanceType
Optional

The instance type of the attribute

Possible values are : 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

The roll up type of the attribute

Possible values are : 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