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

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

Revision as of 12:29, 15 November 2010

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_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