Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  serviceEnabled: true,
  endpoints: [
    {
       uri: "https://tiercollector1grouperdemo.internet2.edu/tierInstrumentationCollector/tierInstrumentationCollector/v1/collectorupload"
    },
    {
       uri: "https://tiercollector2grouperdemo2.internet2.edu/tierInstrumentationCollector2/tierInstrumentationCollector/v1/collectorupload"
    }

  ]
}

 

Collector

  • Simple REST endpoint that takes any name/value pairs in JSON in a simple structure of single valued strings
  • The collector can just store each resource it gets and doesnt care what the attributes are, so the components can change their data as they need
  • Of course the reporting and processing needs to take the attributes and values into account
  • e.g. submission: POST https://tiercollector1.internet2.edu/v1/collector/dailyReport

...