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
Revision as of 15:20, 15 November 2010 by Aesch (talk | contribs) (Created page with '== Method: get_service_types == {| {{egi-table}} |- | '''Description''' || Returns a list of valid service types and associated description |- | '''Protection Level''' || Publi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Method: get_service_types

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

Entry point

https://goc.gridops.org/gocdbpi/public/?method=get_service_types

parameters

no parameter

XML schema

https://goc.gridops.org/gocdbpi/public/?method=get_service_types&output=xmlschema

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