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(Redirected from GOCDB PI get subgrid list method)
Jump to navigation Jump to search
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_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.egi.eu/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


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