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 ngi"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
Line 23: Line 23:
  <span class="pi"><xml version="1.0" encoding="UTF-8"?>
  <span class="pi"><xml version="1.0" encoding="UTF-8"?>
  <results>
  <results>
<NGI PRIMARY_KEY="952G0" NAME="AsiaPacific">
  <NGI PRIMARY_KEY="952G0" NAME="AsiaPacific">
<PRIMARY_KEY>952G0</PRIMARY_KEY>
      <PRIMARY_KEY>952G0</PRIMARY_KEY>
<NAME>AsiaPacific</NAME>
      <NAME>AsiaPacific</NAME>
<OBJECT_ID>952</OBJECT_ID>
      <OBJECT_ID>952</OBJECT_ID>
<DESCRIPTION>test</DESCRIPTION>
      <DESCRIPTION>test</DESCRIPTION>
<EMAIL>roc@lists.grid.sinica.edu.tw</EMAIL>
      <EMAIL>roc@lists.grid.sinica.edu.tw</EMAIL>
<GGUS_SU/>
      <GGUS_SU/>
<ROD_EMAIL/>
      <ROD_EMAIL/>
<HELPDESK_EMAIL>test@hithere.com</HELPDESK_EMAIL>
      <HELPDESK_EMAIL>test@hithere.com</HELPDESK_EMAIL>
<SECURITY_EMAIL/>
      <SECURITY_EMAIL/>
<SITE_COUNT>65</SITE_COUNT></NGI></span>
      <SITE_COUNT>65</SITE_COUNT>
  </NGI></span>


[[GOCDB/PI/Technical Documentation|Back to GOCDB technical Documentation main page]]
[[GOCDB/PI/Technical Documentation|Back to GOCDB technical Documentation main page]]

Revision as of 09:37, 5 September 2012

Method: get_ngi - GOCDB4

Description Returns a list of NGIs with contact information
Protection Level Protected (level 2)

Entry point

parameters

None


Output Example

<xml version="1.0" encoding="UTF-8"?>
<results>
  <NGI PRIMARY_KEY="952G0" NAME="AsiaPacific">
      <PRIMARY_KEY>952G0</PRIMARY_KEY>
      <NAME>AsiaPacific</NAME>
      <OBJECT_ID>952</OBJECT_ID>
      <DESCRIPTION>test</DESCRIPTION>
      <EMAIL>roc@lists.grid.sinica.edu.tw</EMAIL>
      <GGUS_SU/>
      <ROD_EMAIL/>
      <HELPDESK_EMAIL>test@hithere.com</HELPDESK_EMAIL>
      <SECURITY_EMAIL/>
      <SITE_COUNT>65</SITE_COUNT>
  </NGI>

Back to GOCDB technical Documentation main page