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
(change goc.gridops.org to goc.egi.eu)
Line 13: Line 13:
=== Entry point ===
=== Entry point ===


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


=== parameters ===
=== parameters ===
Line 25: Line 25:
=== XML schema ===
=== XML schema ===


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


=== Output Example ===
=== Output Example ===

Revision as of 11:16, 9 June 2011

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

XML schema

https://goc.egi.eu/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