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

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
m (Created page with '== Method: get_subgrid_list == {| {{egi-table}} |- | '''Description''' || Returns a list of Subgrids (i.e. registered sub-parts of a NGI) with minimal associated information |…')
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Op menubar}}
{{Template:GOCDB_menubar}}
{{TOC_right}}
[[Category:GOCDB]]
== Method: get_subgrid_list ==
== Method: get_subgrid_list ==


Line 10: Line 15:
=== Entry point ===
=== Entry point ===


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


=== parameters ===
=== parameters ===
Line 20: Line 25:
|}
|}


<!--- Removed from V5
=== XML schema ===
=== XML schema ===
https://goc.egi.eu/gocdbpi/public/?method=get_subgrid_list&output=xmlschema
-->
=== Output Example ===
<Source Lang="XML">
<?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>
</Source>
[[GOCDB/PI/Technical_Documentation|Back to GOCDB technical Documentation main page]]

Latest revision as of 11:34, 12 March 2014

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