Method: get_site_count_per_country
Description |
Returns a list of countries with site count
|
Protection Level |
Public (level 1)
|
Entry point
Count all sites regardless of scope/status:
https://goc.egi.eu/gocdbpi/public/?method=get_site_count_per_country
Count only EGI scoped, production and certified sites:
https://goc.egi.eu/gocdbpi/public/?method=get_site_count_per_country&scope=EGI&certification_status=Certified&production_status=Production
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" |
all |
?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) |
all |
?method=get_site_list&production_status=Production
|
scope
|
Count only sites with the requested scope-tag (only a single scope value is supported rather than a comma-separated list, and scope_match is not supported). A list of currently supported scope tags can be found here.
|
A single scope parameter is supported by this query
|
all
|
?method=get_site_count_per_country&scope=EGI
|
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