A sample JSON within the ZIP is shown below:
{
"classifications": [
{
"id": "AVDtest-Asset-Enterprise-Type",
"name": "AVDtest Enterprise Type",
"description": "Enterprise Type Descirption",
"ccomClass": "ENTERPRISE_TYPE",
"properties": [
{
"id": "AVDtest Enterprise Asset Type Property",
"value": [
"AVDtest Enterprise Asset Type property value"
],
"type": "string"
}
],
"parent": null
},
{
"id": "AVDtest-Asset-Site-Type",
"name": "AVDtest Asset Site Type",
"description": "Site Type Description",
"ccomClass": "SITE_TYPE",
"properties": [
{
"id": "AVDtest Site Asset Type property",
"value": [
"AVDtest Site Asset Type property value"
],
"type": "string"
}
],
"parent": null
},
{
"id": "AVDtest-Asset-Segment-Type",
"name": "AVDtest-Asset-Segment-Type",
"description": "Segment Type Description",
"ccomClass": "SEGMENT_TYPE",
"parent": null
},
{
"id": "AVDtest-Asset-Type",
"name": "AVDtest Asset Type_updated",
"description": "Asset Type Description",
"ccomClass": "ASSET_TYPE",
"parent": null
}
],
"instances": [
{
"id": "AVDtest-Asset-Enterprise",
"name": "AVDtest Enterprise",
"description": "AVDtest Asset entierprise description",
"properties": [
{
"id": "Location",
"value": [
"Bay Area"
],
"type": "string"
}
],
"classification": "AVDtest-Asset-Enterprise-Type",
"ccomClass": "ENTERPRISE"
},
{
"id": "AVDtest-CA-Site",
"name": "AVDtest Site",
"description": "AVDtest Site description",
"properties": [
{
"id": "AVDtest_CA_address",
"value": [
"Bay Area"
],
"type": "string"
}
],
"classification": "AVDtest-Asset-Site-Type",
"ccomClass": "SITE"
},
{
"id": "AVDtest-CA-Segment-ID",
"name": "Samp Segment",
"description": "AVDtest Segment description",
"properties": [
{
"id": "AVDtest_model_number",
"value": [
"AVDtest Segment description"
],
"type": "string"
},
{
"id": "ts_attr",
"type": "Timestamp",
"value": [
"07-15-2016 04.45.30"
]
}
],
"classification": "AVDtest-Asset-Segment-Type",
"ccomClass": "SEGMENT"
},
{
"id": "avdtest-CA-Asset-ID",
"name": "AVDtest Asset",
"description": "AVDtest Description",
"classification": "AVDtest-Asset-Type",
"ccomClass": "ASSET"
}
],
"connections": [
{
"from": {
"id": "AVDtest-CA-Site",
"ccomClass": "SITE"
},
"to": [
{
"type": "parent",
"id": "AVDtest-Asset-Enterprise",
"ccomClass": "ENTERPRISE"
}
]
},
{
"from": {
"id": "AVDtest-CA-Segment-ID",
"ccomClass": "SEGMENT"
},
"to": [
{
"type": "parent",
"id": "AVDtest-CA-Site",
"ccomClass": "SITE"
}
]
},
{
"from": {
"id": "avdtest-CA-Asset-ID",
"ccomClass": "ASSET"
},
"to": [
{
"type": "parent",
"id": "AVDtest-CA-Segment-ID",
"ccomClass": "SEGMENT"
}
]
}
],
"tagClassifications": [
{
"id": "AVDtest_Tag_Type_Classification_ID",
"name": "AVDtest_Tag_Pressure_Classification_name",
"description": "This is tag Pressure Classification description",
"unitGroup": "pressure",
"properties": [
{
"id": "compressor",
"value": [
190
],
"type": "int"
}
]
}
],
"tagAssociations": [
{
"monitoredEntity": {
"id": "AVDtest-Asset-Enterprise",
"ccomClass": "ENTERPRISE"
},
"tags": [
{
"name": "AVDtest Enterprise Tag updated",
"id": "AVDtest-Asset-Enterprise.AVDtest_Tag_Pressure",
"description": "Enterprise Tag Descrpition",
"classification": "AVDtest_Tag_Type_Classification_ID",
"aliases": [
"AVDtest Enterprise Tag Alias"
]
}
]
},
{
"monitoredEntity": {
"id": "AVDtest-CA-Site",
"ccomClass": "SITE"
},
"tags": [
{
"name": "AVDtest Site Tag Pressure",
"id": "AVDtest-CA-Site.AVDtest_Tag_Pressure",
"description": "Site Tag Pressure Descrpition",
"classification": "AVDtest_Tag_Type_Classification_ID",
"aliases": [
"AVDtest Site Tag Pressure Alias_updated"
]
}
]
},
{
"monitoredEntity": {
"id": "AVDtest-CA-Segment-ID",
"ccomClass": "SEGMENT"
},
"tags": [
{
"name": "AVDtest Segment Tag name",
"id": "AVDtest-CA-Segment-ID.AVDtest_Tag_Segment_ID",
"description": "Segment Tag Pressure Descrpition",
"classification": "AVDtest_Tag_Type_Classification_ID",
"aliases": [
"AVDtest Tag Segment Alias 1"
]
}
]
},
{
"monitoredEntity": {
"id": "avdtest-CA-Asset-ID",
"ccomClass": "ASSET"
},
"tags": [
{
"name": "AVDtest Asset Tag Pressure name",
"id": "AVDtest-CA-Asset-ID.AVDtest_Tag_Pressure_ID",
"description": "Asset Tag Pressure Descrpition",
"classification": "AVDtest_Tag_Type_Classification_ID",
"properties": [
{
"id": "ch_attr_min",
"type": "Character",
"value": [
"A"
]
},
{
"id": "ch_attr_array",
"type": "Character",
"value": [
"Z",
"a",
"v",
"N",
"q",
"i"
]
},
{
"id": "sh_attr_min",
"type": "Short",
"value": [
-32768
]
},
{
"id": "sh_attr_max",
"type": "Short",
"value": [
32767
]
},
{
"id": "sh_attr_array",
"type": "Short",
"value": [
32767,
300,
600,
90,
158,
-32768
]
},
{
"id": "int_attr_min",
"type": "Integer",
"value": [
-2147483648
]
},
{
"id": "int_attr_max",
"type": "Integer",
"value": [
2147483647
]
},
{
"id": "int_attr_array",
"type": "Integer",
"value": [
2147483647,
200,
-500,
600,
99999,
-1452895
]
},
{
"id": "fl_attr_min",
"type": "Float",
"value": [
-3.4e+38
]
},
{
"id": "fl_attr_max",
"type": "Float",
"value": [
3.4e+38
]
},
{
"id": "fl_attr_array",
"type": "Float",
"value": [
3.4e+38,
3.2e+38,
3.1e+38
]
},
{
"id": "dbl_attr_min",
"type": "Double",
"value": [
-1.7e+308
]
},
{
"id": "dbl_attr_max",
"type": "Double",
"value": [
1.7e+308
]
},
{
"id": "dbl_attr_array",
"type": "Double",
"value": [
1.7e+308,
1.6e+302,
1.4e+302,
1.1e+38
]
},
{
"id": "bool_attr_true",
"type": "Boolean",
"value": [
true
]
},
{
"id": "bool_attr_fal",
"type": "Boolean",
"value": [
false
]
},
{
"id": "ts_attr",
"type": "Timestamp",
"value": [
"07-15-2016 04.45.30"
]
},
{
"id": "ts_attr_array:07/15/2016 04:45:30",
"type": "Timestamp",
"value": [
"07-15-2016 04.45.30",
"07-15-2016 04.45.30",
"07-15-2016 04.45.30"
]
},
{
"id": "str_attr_min",
"type": "String",
"value": [
"Test String"
]
},
{
"id": "str_attr_array",
"type": "String",
"value": [
"First",
"Second",
"Third",
"Fourt"
]
}
],
"reservedProperties": {
"status": "01",
"uom": "MetersPerSecond",
"dataType": "Double",
"resolution": "7"
},
"aliases": [
"AVDtest Tag Pressure Alias"
]
},
{
"name": "AVDtest Asset Tag Pressure name2",
"id": "AVDtest-CA-Asset-ID.AVDtest_Tag_Pressure_ID2",
"description": "Asset Tag Pressure Descrpition2",
"classification": "AVDtest_Tag_Type_Classification_ID",
"properties": [
{
"id": "ch_attr_min",
"type": "Character",
"value": [
"A"
]
},
{
"id": "ch_attr_array",
"type": "Character",
"value": [
"Z",
"a",
"v",
"N",
"q",
"i"
]
},
{
"id": "sh_attr_min",
"type": "Short",
"value": [
-32768
]
},
{
"id": "sh_attr_max",
"type": "Short",
"value": [
32767
]
},
{
"id": "sh_attr_array",
"type": "Short",
"value": [
32767,
300,
600,
90,
158,
-32768
]
},
{
"id": "int_attr_min",
"type": "Integer",
"value": [
-2147483648
]
},
{
"id": "int_attr_max",
"type": "Integer",
"value": [
2147483647
]
},
{
"id": "int_attr_array",
"type": "Integer",
"value": [
2147483647,
200,
-500,
600,
99999,
-1452895
]
},
{
"id": "fl_attr_min",
"type": "Float",
"value": [
-3.4e+38
]
},
{
"id": "fl_attr_max",
"type": "Float",
"value": [
3.4e+38
]
},
{
"id": "fl_attr_array",
"type": "Float",
"value": [
3.4e+38,
3.2e+38,
3.1e+38
]
},
{
"id": "dbl_attr_min",
"type": "Double",
"value": [
-1.7e+308
]
},
{
"id": "dbl_attr_max",
"type": "Double",
"value": [
1.7e+308
]
},
{
"id": "dbl_attr_array",
"type": "Double",
"value": [
1.7e+308,
1.6e+302,
1.4e+302,
1.1e+38
]
},
{
"id": "bool_attr_true",
"type": "Boolean",
"value": [
true
]
},
{
"id": "bool_attr_fal",
"type": "Boolean",
"value": [
false
]
},
{
"id": "ts_attr",
"type": "Timestamp",
"value": [
"07-15-2016 04.45.30"
]
},
{
"id": "ts_attr_array",
"type": "Timestamp",
"value": [
"07-15-2016 04.45.30",
"07-15-2016 04.45.30",
"07-15-2016 04.45.30"
]
},
{
"id": "str_attr_min",
"type": "String",
"value": [
"Test String"
]
},
{
"id": "str_attr_array",
"type": "String",
"value": [
"First",
"Second",
"Third",
"Fourt"
]
}
],
"reservedProperties": {
"status": "01",
"uom": "MetersPerSecond",
"dataType": "Double",
"resolution": "7"
},
"aliases": [
"AVDtest Tag Pressure Alias2"
]
}
]
}
],
"groups": [
{
"id": "AVDtest_Tag_Group",
"name": "AVDtest Tag Group",
"description": "AVDtest Tag Group Description",
"ccomClass": "GROUP",
"associatedEntityCcomClass": "TAG",
"properties": [
{
"id": "AVDtest_Tag_Group_attribute",
"value": [
"AVDtest Tag Group Attribute Description"],
"type": "string"
}
],
"associatedEntityIds": [
"AVDtest-CA-Segment-ID.AVDtest_Tag_Segment_ID",
"AVDtest-CA-Site.AVDtest_Tag_Pressure"
],
"mappedInstances": [
{
"ccomClass": "ASSET",
"id": "AVDtest-CA-Asset-ID"
}
]
}
]
}