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
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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_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.egi.eu/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


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