ResourceKindAttribute
Represents meta-data for Resource Kind Attributes
Properties
The key
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
The data type of the attribute
Possible values are: STRING , INTEGER , HOST , IP , ENUM , PASSWORD , BOOLEAN , FLOAT , UNKNOWN
Set True if the attribute is a property
The attribute key
The dynamic threshold sub type
Possible values are: linear , common , cusum , noise , sparse , multinomial , abnormalitydegree
The instance type of the attribute
Possible values are: INSTANCED , AGGREGATED
The description of the attribute
Deprecated, will be removed after couple of releases.
The monitoring flag for the attribute
The localized name of the attribute
Set True if the attribute is monitored by default
The roll up type of the attribute
Possible values are: SUM , AVG , MIN , MAX , NONE , LATEST , COUNT
The unit of the attribute
JSON Example
{
"dataType": "STRING",
"dataType2": "STRING",
"key": "string",
"property": false
}
Property Of
ResourceKindAttributes