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.

GOCDB/PI/get site list method

From EGIWiki
< GOCDB‎ | PI
Revision as of 14:07, 1 November 2012 by Davidm (talk | contribs) (→‎parameters)
Jump to navigation Jump to search
Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


Tools menu: Main page Instructions for developers AAI Proxy Accounting Portal Accounting Repository AppDB ARGO GGUS GOCDB
Message brokers Licenses OTAGs Operations Portal Perun EGI Collaboration tools LToS EGI Workload Manager


Method: get_site_list

Description Returns a list of sites with minimal associated information
Protection Level Public (level 1)

Entry point

https://goc.egi.eu/gocdbpi/public/?method=get_site_list

parameters

parameter effect format/value(s) default example
sitename Only return infos for site with specified site name any sitename all ?method=get_site_list&sitename=RAL-LCG2
roc (ngi) Limit results to sites belonging to given NGI any NGI name all ?method=get_site_list&roc=NGI_DE
country Limit results to sites belonging to given country any country all ?method=get_site_list&country=Poland
certification_status Limit results to sites with given certification status one of "Candidate", "Uncertified", "Certified", "Closed", Suspended" all ?method=get_site_list&certification_status=Certified
exclude_certification_status Exclude from results sites with given certification status one of "Candidate", "Uncertified", "Certified", "Closed", Suspended" none ?method=get_site&exclude_certification_status=Closed
production_status Limit results to sites within given production infrastructure one of "Production" or "Test" "PPS" "SC"(deprecated) all  ?method=get_site_list&production_status=Production
scope Show only sites in the passed scope (Local or EGI are the only scopes currently available) "Local" or "EGI" EGI ?method=get_site_list&scope=Local

XML schema

https://goc.egi.eu/gocdbpi_v4/public/?method=get_site_list&output=xmlschema

Output Example

<?xml version="1.0"?>
<results>
 <SITE ID="414" PRIMARY_KEY="320G0" NAME="Australia-ATLAS" COUNTRY="Australia" COUNTRY_CODE="AU" ROC="AsiaPacific" SUBGRID=" " GIIS_URL="ldap://agh6.atlas.unimelb.edu.au:2170/mds-vo-name=Australia-ATLAS,o=grid"/>
 <SITE ID=" " PRIMARY_KEY="445G0" NAME="giDCUie" COUNTRY="Ireland" COUNTRY_CODE="IE" ROC="UKI" SUBGRID="GridIreland" GIIS_URL="ldap://gridgate.dcu.ie:2170/Mds-Vo-name=giDCUie,o=Grid"/>
</results>

Back to GOCDB technical Documentation main page