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 12:24, 15 November 2010 by Aesch (talk | contribs) (Created page with '== Method: get_ngi_list (formerly known as get_roc_list) == {| {{egi-table}} |- | '''Description''' || Returns a list of NGIs (formerly known as ROCs) with minimal associated i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Method: get_ngi_list (formerly known as get_roc_list)

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

Entry point

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_v4/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