Method: get_site_count_per_country
Description |
Returns a list of countries with site count
|
Protection Level |
Public (level 1)
|
Entry point
https://goc.egi.eu/gocdbpi/public/?method=get_site_count_per_country
parameters
parameter |
effect |
format/value(s) |
default |
example
|
certification_status |
Limit site count to sites with given certification status |
one of "Candidate", "Uncertified", "Certified", "Closed", Suspended" |
Certified |
?method=get_site_list&certification_status=Certified
|
production_status |
Limit site count to a given production infrastructure |
one of "Production" or "Test" "PPS" "SC"(deprecated) |
Production |
?method=get_site_list&production_status=Production
|
scope
|
Count only sites with the requested scope-tags (Local and EGI are currently the only available scopes)
|
A comma separated list of scope-tag values or an empty value to return all scopes, i.e. '&scope='
|
EGI
|
?method=get_site_count_per_country&scope=Local
|
scope_match
|
Match 'all' or 'any' of the specified scope-tags
|
'all' or 'any'
|
all
|
?method=get_site_count_per_country&scope=Local,EGI&scope_match=any
|
Output Example
<?xml version="1.0"?>
<results>
<SITE><COUNTRY>Afghanistan</COUNTRY><COUNT>0</COUNT></SITE>
<SITE><COUNTRY>Albania</COUNTRY><COUNT>0</COUNT></SITE>
<SITE><COUNTRY>Algeria</COUNTRY><COUNT>1</COUNT></SITE>
</results>
Back to GOCDB technical Documentation main page