Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
curl -u ${user}:${pword} https://${host}/duraboss/servicereport/list

DuraBoss Executor API

...

Init Status

...

No Format

curl  -u ${user}:${pword} https://${host}/duraboss/init

...

Get Executor Status

...

No Format

curl -u ${user}:${pword} https://${host}/duraboss/exec

...

Get Executor's Supported Actions

...

No Format

curl -u ${user}:${pword} https://${host}/duraboss/exec/action

...

Start/Stop Streaming Service

...

No Format

curl -u ${user}:${pword} -X POST https://${host}/duraboss/exec/start-streaming 
curl -u ${user}:${pword} -X POST https://${host}/duraboss/exec/stop-streaming 

...

Start/Stop Streaming on a Particular Space

...

No Format

curl -u ${user}:${pword} -X POST https://${host}/duraboss/exec/start-streaming-space -d "${space}"
curl -u ${user}:${pword} -X POST https://${host}/duraboss/exec/stop-streaming-space -d "${space}"

...

Start Bit Service Integrity

...

No Format

curl -u ${user}:${pword} -X POST https://${host}/duraboss/exec/start-bit-integrity -d "${firstRunInEpochMilliseconds},${periodInMilliseconds}"

...

Cancel Bit Integrity Service

...

No Format

curl -u ${user}:${pword} -X POST https://${host}/duraboss/exec/cancel-bit-integrity