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

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
no parameter
no parameter


<!--- Removed from V5
=== XML schema ===
=== XML schema ===


https://goc.egi.eu/gocdbpi/public/?method=get_service_types&output=xmlschema
https://goc.egi.eu/gocdbpi/public/?method=get_service_types&output=xmlschema
-->


=== Output Example ===
=== Output Example ===
 
<Source Lang="XML">
  <?xml version="1.0"?>
  <?xml version="1.0"?>
  <results>
  <results>
Line 50: Line 52:
   </SERVICE_TYPE>
   </SERVICE_TYPE>
  </ROOT>
  </ROOT>
 
</Source>
[[GOCDB/PI/Technical_Documentation|Back to GOCDB technical Documentation main page]]
[[GOCDB/PI/Technical_Documentation|Back to GOCDB technical Documentation main page]]

Latest revision as of 11:36, 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_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