Changes between Version 8 and Version 9 of Internal/Infrastructure/OMF/GridServicesApi


Ignore:
Timestamp:
Mar 21, 2006, 11:22:18 PM (18 years ago)
Author:
faiyaz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/GridServicesApi

    v8 v9  
    33ORBIT support services have web based XML interfaces.  They all use the same framework and, therefore, have like syntax.  The services are accessed using the following scheme:
    44{{{
    5 http://<serviceGroup name>:5012/<serviceGroup name>?<service name>&<1st arg>=<arg_1_value>&<2nd_arg>=arg_2_value>
    6 }}}
    7 
    8 For instance, the CMC can be accessed by accessing
    9 {{{
    10 http://cmc:5012/cmc
     5http://<serviceGroup name>:5012/<serviceGroup name>?<service name>&<1st arg>=<arg_1_value>&<2nd_arg>=<arg_2_value>
     6}}}
     7
     8For instance, to turn on node1-1 using the CMC (from the console of one of the sandboxes or the grid), you would issue the following:
     9{{{
     10wget -O - "http://cmc:5012/cmc/nodeSetOn&nodes=[1,1]"
    1111}}}
    1212