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 service group

From EGIWiki
< GOCDB‎ | PI
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_service_group

Description Returns a list of service groups and the service endpoints under those groups.
Protection Level Protected (level 2)

Entry point

parameters

parameter effect format/value(s) default example
service_group_name Only return info for the service group with specified site name any service group name
all  ?method=get_service_group&service_group_name=OPSTOOLS
scope Show only sites with the requested scope-tags - a list of currently supported scope tags can be found here A comma separated list of scope-tag values or an empty value to return all scopes, i.e. '&scope=' EGI  ?method=get_service_group&scope=Local
scope_match Match 'all' or 'any' of the specified scope-tags 'all' or 'any' all  ?method=get_service_group&scope=Local,EGI&scope_match=any
extensions Limit results by one or many key value pairs See Extensions Mechanism none  ?method=get_service_group&extensions=(KeyName=KeyValue)
Docs for cursor params coming soon. Limit results and use cursor paging to iterate over all results See here for info


Output Example

<?xml version="1.0" encoding="UTF-8"?>
<results>
  <SERVICE_GROUP PRIMARY_KEY="722G0">
    <NAME>OPSTOOLS</NAME>
    <DESCRIPTION>All EGI Operational Tools</DESCRIPTION>
    <MONITORED>Y</MONITORED>
    <CONTACT_EMAIL>gocdb-admins@mailtalk.ac.uk</CONTACT_EMAIL>
    <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service_Group&amp;id=722</GOCDB_PORTAL_URL>
    <SERVICE_ENDPOINT PRIMARY_KEY="4112G0">
      <HOSTNAME>apel-broker.esc.rl.ac.uk</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4112</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.APELRepository</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN/>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS/>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS/>
    </SERVICE_ENDPOINT>
    <SERVICE_ENDPOINT PRIMARY_KEY="4113G0">
      <HOSTNAME>metrics.egi.eu</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4113</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.MetricsPortal</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN/>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS/>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS/>
    </SERVICE_ENDPOINT>
    <SERVICE_ENDPOINT PRIMARY_KEY="4178G0">
      <HOSTNAME>accounting.egi.eu</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4178</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.AccountingPortal</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN/>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS/>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS/>
    </SERVICE_ENDPOINT>
    <SERVICE_ENDPOINT PRIMARY_KEY="4179G0">
      <HOSTNAME>ggus.eu</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4179</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.GGUS</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN/>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS/>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS/>
    </SERVICE_ENDPOINT>
    <SERVICE_ENDPOINT PRIMARY_KEY="4180G0">
      <HOSTNAME>goc.egi.eu</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4180</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.GOCDB</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN>/C=UK/O=eScience/OU=CLRC/L=RAL/CN=goc.egi.eu</HOSTDN>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS>
        <ENDPOINT>
          <ID>6313</ID>
          <NAME>ProductionPortalInstance</NAME>
          <EXTENSIONS/>
          <URL>https://goc.egi.eu/portal</URL>
          <INTERFACENAME>egi.GOCDB.Portal</INTERFACENAME>
        </ENDPOINT>
        <ENDPOINT>
          <ID>6314</ID>
          <NAME>Production PI base url</NAME>
          <EXTENSIONS/>
          <URL>https://goc.egi.eu/gocdbpi</URL>
          <INTERFACENAME>egi.GOCDB.PI</INTERFACENAME>
        </ENDPOINT>
        <ENDPOINT>
          <ID>6355</ID>
          <NAME>Failover PI</NAME>
          <EXTENSIONS/>
          <URL>https://goc.dl.ac.uk/gocdbpi</URL>
          <INTERFACENAME>egi.GOCDB.PI</INTERFACENAME>
        </ENDPOINT>
        <ENDPOINT>
          <ID>6356</ID>
          <NAME>Failover portal</NAME>
          <EXTENSIONS/>
          <URL>https://goc.dl.ac.uk/portal</URL>
          <INTERFACENAME>egi.GOCDB.Portal</INTERFACENAME>
        </ENDPOINT>
      </ENDPOINTS>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS>
        <EXTENSION>
          <LOCAL_ID>1</LOCAL_ID>
          <KEY>TEST_CHARGE</KEY>
          <VALUE>10</VALUE>
        </EXTENSION>
      </EXTENSIONS>
    </SERVICE_ENDPOINT>
    <SERVICE_ENDPOINT PRIMARY_KEY="4185G0">
      <HOSTNAME>gridview.cern.ch</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4185</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.GRIDVIEW</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN/>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS/>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS/>
    </SERVICE_ENDPOINT>
    <SERVICE_ENDPOINT PRIMARY_KEY="4186G0">
      <HOSTNAME>gstat.egi.eu</HOSTNAME>
      <GOCDB_PORTAL_URL>https://goc.egi.eu/portal/index.php?Page_Type=Service&amp;id=4186</GOCDB_PORTAL_URL>
      <SERVICE_TYPE>egi.GSTAT</SERVICE_TYPE>
      <HOST_IP/>
      <HOST_IPV6/>
      <HOSTDN/>
      <IN_PRODUCTION>Y</IN_PRODUCTION>
      <NODE_MONITORED>Y</NODE_MONITORED>
      <ENDPOINTS/>
      <SCOPES>
        <SCOPE>EGI</SCOPE>
      </SCOPES>
      <EXTENSIONS/>
    </SERVICE_ENDPOINT>
    <SCOPES>
      <SCOPE>EGI</SCOPE>
    </SCOPES>
    <EXTENSIONS/>
  </SERVICE_GROUP>
</results>


Back to GOCDB technical Documentation main page