resource-kind-attribute

resource-kind-attribute
resource-kind-attribute

Represents meta-data for Resource Kind Attributes

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

The key

string
attributeKey
Optional

The attribute key

string
name
Optional

The localized name of the attribute

localizations
Optional

Localized names of the attribute for all localizations

string
description
Optional

The description of the attribute

boolean
defaultMonitored
Optional

Set True if the attribute is monitored by default

string
rollupType
Optional

Represents the type of Rollup required for the stats data

Possible values are : SUM, AVG, MIN, MAX, NONE, LATEST, COUNT,
string
instanceType
Optional

The instance type of the attribute

Possible values are : INSTANCED, AGGREGATED,
string
unit
Optional

The unit of the attribute

unitLocalizations
Optional

Localized names of the unit for all localizations

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
monitoring
Optional

Deprecated, will be removed after couple of releases.

The monitoring flag for the attribute

string
dtSubType
Optional

The dynamic threshold sub type

Possible values are : linear, common, cusum, noise, sparse, multinomial, abnormalitydegree,
boolean
property
Required

Set True if the attribute is a property