Defect/Feature description
As a NRO, we are tring to see how we can make use of the existing admin API.
Our first goal is to get data from CAT about our institution, to identify misconfigured IdPs and next guide them to fix issues.
For this, we tested the DATADUMP-FED action:
POST /admin/API.php
Body:
{
"ACTION": "DATADUMP-FED",
"APIKEY": "*******",
"PARAMETERS": []
}
Unfortunately, we found out that:
1- useful data is missing, like the instid provided by eduroam database we expose as a NRO - that could alow us to join data from CAT API and data from our national registry
2- the eap certificates are sometimes present, sometimes not. We failed understanding why it's present for some institutions and missing for others. Of course, we checked that for the missing ones, they are present in CAT UI.
As a NRO, I would expect to have complete information about what's in CAT for the institutions we manage.
Nevertheless, maybe we used the API the wrong way. If so please tell us what we did wrong.
Best regards
Defect/Feature description
As a NRO, we are tring to see how we can make use of the existing admin API.
Our first goal is to get data from CAT about our institution, to identify misconfigured IdPs and next guide them to fix issues.
For this, we tested the DATADUMP-FED action:
POST /admin/API.php
Body:
Unfortunately, we found out that:
1- useful data is missing, like the instid provided by eduroam database we expose as a NRO - that could alow us to join data from CAT API and data from our national registry
2- the eap certificates are sometimes present, sometimes not. We failed understanding why it's present for some institutions and missing for others. Of course, we checked that for the missing ones, they are present in CAT UI.
As a NRO, I would expect to have complete information about what's in CAT for the institutions we manage.
Nevertheless, maybe we used the API the wrong way. If so please tell us what we did wrong.
Best regards