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

From EGIWiki
< GOCDB‎ | PI
Revision as of 11:17, 18 March 2011 by Aesch (talk | contribs)
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_roc_list

Description Returns a list of NGIs (formerly known as ROCs) with minimal associated information
Protection Level Public (level 1)

Entry point

https://goc.gridops.org/gocdbpi/public/?method=get_roc_list

parameters

parameter effect format/value(s) default example
roc (ngi) Limit results to given NGI any NGI name all ?method=get_ngi_list&roc=NGI_DE

XML schema

https://goc.gridops.org/gocdbpi/public/?method=get_roc_list&output=xmlschema

Output Example

<?xml version="1.0"?> <results>

 <ROC PRIMARY_KEY="952G0" ROC_NAME="AsiaPacific"/>
 <ROC PRIMARY_KEY="24264G0" ROC_NAME="NGI_AEGIS"/>
 <ROC PRIMARY_KEY="23835G0" ROC_NAME="NGI_BY"/>

</results>

Back to GOCDB technical Documentation main page