Changes between Version 1 and Version 2 of programmersguide/architecture/services/collector/Intersection


Ignore:
Timestamp:
06/13/16 17:15:05 (10 years ago)
Author:
paulo.morais
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/architecture/services/collector/Intersection

    v1 v2  
    11= Intersection = 
     2 
     3 
     4== JSon == 
     5 
     6Estrutura 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}}}