Versions Compared

Key

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

...

The monitoring tool provides also a JSON feed on the monitoring results in http://monitor.edugain.org/coco/json.php

Currently If called without parameters feed shows only "green" and "yellow" entities (entities with id_status=2 ) are in the feed.or id_status=3).

All entities can be fetched using parameter all_sps=true in query string. Example: http://monitor.edugain.org/coco/json.php?all_sps=true

Specific entity can be fetched using query string parameter entityid=<URLENCODED_ENTITYID>. Example: http://monitor.edugain.org/coco/json.php?entityid=https%3A%2F%2Fwiki.edugain.org%2Fshibboleth

The table below describes the JSON feed. You can request particular attributes by enumerating their names in the query string. Example: http://monitor.edugain.org/coco/json.php?attributes=DisplayName;entityID

...