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 types method

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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_types

Description Returns a list of valid service types and associated description
Protection Level Public (level 1)

Entry point

https://goc.egi.eu/gocdbpi/public/?method=get_service_types

parameters

no parameter


Output Example

 <?xml version="1.0"?>
 <results>
  <SERVICE_TYPE TYPE_ID="1" PRIMARY_KEY="5358G0">
   <SERVICE_TYPE_NAME>MyProxy</SERVICE_TYPE_NAME>
   <SERVICE_TYPE_DESC>
    [Central service] The My Proxy service is part of the authentication and
    authorization system. Often installed by sites installing the WMS service.
   </SERVICE_TYPE_DESC>
  </SERVICE_TYPE>
  <SERVICE_TYPE TYPE_ID="2" PRIMARY_KEY="5359G0">
   <SERVICE_TYPE_NAME>CE</SERVICE_TYPE_NAME>
   <SERVICE_TYPE_DESC>
    [Site service] The LCG Compute Element. Currently the standard CE within
    the gLite middleware stack. Soon to be replaced by the CREAM CE.
   </SERVICE_TYPE_DESC>
  </SERVICE_TYPE>
  <SERVICE_TYPE TYPE_ID="3" PRIMARY_KEY="5360G0">
   <SERVICE_TYPE_NAME>Site-BDII</SERVICE_TYPE_NAME>
   <SERVICE_TYPE_DESC>
    [Site service] This service collects and publishes site's data for the
    Information System. All sites MUST install one Site-BDII.
   </SERVICE_TYPE_DESC>
  </SERVICE_TYPE>
 </ROOT>

Back to GOCDB technical Documentation main page