Difference between revisions of "GOCDB/PI/get subgrid list method"
(→Output Example) |
|||
(5 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. | + | 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. | + | https://goc.egi.eu/gocdbpi/public/?method=get_subgrid_list&output=xmlschema |
+ | --> | ||
=== Output Example === | === Output Example === | ||
− | + | <Source Lang="XML"> | |
<?xml version="1.0"?> | <?xml version="1.0"?> | ||
<results> | <results> | ||
Line 31: | Line 38: | ||
<SUBGRID PRIMARY_KEY="1640G0" SUBGRID_NAME="LondonT2" PARENT_ROC="UKI"/> | <SUBGRID PRIMARY_KEY="1640G0" SUBGRID_NAME="LondonT2" PARENT_ROC="UKI"/> | ||
</results> | </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>