Changes between Version 1 and Version 2 of programmersguide/architecture/services/collector/Intersection
- Timestamp:
- 06/13/16 17:15:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/architecture/services/collector/Intersection
v1 v2 1 1 = Intersection = 2 3 4 == JSon == 5 6 Estrutura base do formato de transferencia da configuração da interseção. 7 8 {{{ 9 { 10 "collector_id" = INT, 11 "attribute_map" = { 12 "DataSeriesId" = ["Attribute1", "Attribute2", ...], 13 "DataSeriesId" = ["Attribute1", "Attribute2", ...], 14 ... 15 } 16 } 17 }}}
