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 list method"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
m
(No difference)

Revision as of 15:34, 22 December 2010

Method: get_site_list

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

Entry point

https://goc.gridops.org/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", "PPS" all  ?method=get_site_list&production_status=PPS

XML schema

https://goc.gridops.org/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