Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GOCDB/PI/get site count per country"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 29: Line 29:
|-
|-
| scope  
| scope  
| Count only sites with the requested scope-tags (Local and EGI are currently the only available scopes)  
| 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 [https://goc.egi.eu/portal/index.php?Page_Type=Scope_Help here].
| A comma separated list of scope-tag values or an empty value to return all scopes, i.e. '&amp;scope='
| A single scope parameter is supported by this query
| include all scopes
| all
| &nbsp;?method=get_site_count_per_country&amp;scope=Local
| &nbsp;?method=get_site_count_per_country&amp;scope=EGI
|-
|-
|}
|}

Latest revision as of 10:29, 19 September 2016

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


GOC DB menu: Home Documentation Index


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