...
Action Name (JSON) | Parameter Name (JSON) | Parameter Description | Example |
---|---|---|---|
| date | Returns all the eduGAIN Connectivity Check service results for a specific date. | date=2020-02-20 |
| reg_auth | Returns all the eduGAIN Connectivity Check service results for a specific Registration Authority. | reg_auth=https://reg.auth.example.org |
| idp | Return the eduGAIN Connectivity Check service result Returns the service results for a specific IdP by its entityID. | idp=https://idp.example.org/idp/shibboleth |
| status | Returns all the eduGAIN Connectivity Check service results for a specific Status:
| status=ERROR |
| format | Formats the service results in a simple way | format=simple |
Example URL:
- https://technical-test.edugain.org/eccs2/api/eccsresults?reg_auth=http://www.idem.garr.it/&status=ERROR&format=simple
- https://technical-test.edugain.org/eccs2/api/eccsresults?reg_auth=http://www.idem.garr.it/&status=ERROR
- https://technical-test.edugain.org/eccs2/api/fedstats?reg_auth=http://www.idem.garr.it/
...