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

From EGIWiki
< GOCDB‎ | PI
Revision as of 12:42, 15 November 2010 by Aesch (talk | contribs)
Jump to navigation Jump to search

Method: get_subgrid_list

Description Returns a list of Subgrids (i.e. registered sub-parts of a NGI) with minimal associated information
Protection Level Public (level 1)

Entry point

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

parameters

parameter effect format/value(s) default example
subgrid Limit results to the given subgrid any subgrid name all ?method=get_subgrid_list&subgrid=!NGS

XML schema

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

Output Example

<?xml version="1.0"?>
<results>
 <SUBGRID PRIMARY_KEY="1702G0" SUBGRID_NAME="GridIreland" PARENT_ROC="UKI"/>
 <SUBGRID PRIMARY_KEY="1640G0" SUBGRID_NAME="LondonT2" PARENT_ROC="UKI"/>
</results>

Back to GOCDB technical Documentation main page