Changes between Version 21 and Version 22 of Hardware/bDomains/cSandboxes/bSB2
- Timestamp:
- Dec 21, 2018, 9:36:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/cSandboxes/bSB2
v21 v22 25 25 Use the instrumentation service to check the current configuration as well as make changes to it. 26 26 27 To get the current configuration:27 [[CollapsibleStart(To get the current configuration:)]] 28 28 29 Usage: 29 30 30 31 [[CollapsibleStart(To get the current configuration:)]] 32 33 Usage: 34 35 {{{ 31 {{{ 36 32 <service name="statusSB2"> 37 33 <info>This service outputs status information about SB2.</info> … … 39 35 }}} 40 36 41 37 Example: 42 38 43 39 {{{curl "internal2dmz.orbit-lab.org:5054/instr/statusSB2"}}} 44 40 45 41 Response: 46 42 47 43 {{{ 48 44 <response detail="undefined local variable or method `matrixstatus' for InstrService:Class" status="ERROR" switch="OK"> 49 45 <action name="statusSB2" service="instr"> … … 61 57 62 58 63 59 [[CollapsibleStart(To switch the configuration:)]] 64 60 65 61 Usage: 66 62 67 63 {{{ 68 64 <service name="selDeviceSB2"> 69 65 <info> … … 80 76 }}} 81 77 82 Example (switch to normal X310 <=> X310 connection):78 Example (switch to normal X310 <=> X310 connection): 83 79 84 80 {{{curl "internal2dmz.orbit-lab.org:5054/instr/selDeviceSB2?device=1"}}} 85 81 86 Response:82 Response: 87 83 88 84 {{{