Changes between Version 4 and Version 5 of Resources/Services/Array Mgmt


Ignore:
Timestamp:
Feb 17, 2022, 5:42:16 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Resources/Services/Array Mgmt

    v4 v5  
    139139'''Please note that, if you see a long delay in ''curl'' command execution, chances are you forgot to turn the array on'''
    140140
    141 In the returned status messages,  "duration" attribute is the operation/step duration time in seconds.
     141In the returned status messages, "duration" attribute is the operation/step duration time in seconds.
    142142
    143143===== Single command/static array operation
     
    145145{{{
    146146omf tell -a on -t rfdev4-in1.sb1.cosmos-lab.org
    147 curl "http://am1.orbit-lab.org:5054/array_mgmt/configure\?dev_name=rfdev4-in1.sb1.cosmos-lab.org\&theta=16"
     147curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in1.sb1.cosmos-lab.org\&theta=16"
    148148}}}
    149149
     
    153153
    154154{{{
    155 curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup\?dev_name=rfdev4-in2.sb1.cosmos-lab.org"
     155curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev4-in2.sb1.cosmos-lab.org"
    156156omf tell -a offh -t rfdev4-in2.sb1.cosmos-lab.org
    157157}}}