Changes between Version 11 and Version 12 of Internal/Infrastructure/OMF/GridServicesApi


Ignore:
Timestamp:
Mar 24, 2006, 4:47:11 PM (18 years ago)
Author:
sswami
Comment:

Legend:

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

    v11 v12  
    44{{{
    55http://<serviceGroup name>:5012/<serviceGroup name>/<service name>?<1st arg>=<arg_1_value>&<2nd_arg>=<arg_2_value>
    6 }}}
     6
    77
    88For 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 {{{
     9
    1010wget -O - "http://cmc:5012/cmc/nodeSetOn?nodes=[1,1]"
    1111}}}