Manage SABR

Manage SABR allows the devops engineers to create,deploy, updated and destroy SABRs in the system.

Activities Diagram

Actors

Detail Scenarios

Scenario Build SAB

Build the sentient agent bundle including the security vault, streams, transforms, etc..

Scenario BuildSAB

Steps

  1. bundle create –name mySABR1 –file ./templates/bundle1.js
  2. diml sabm sabundle build –name mySABR1

Actors

Scenario Create SABR

Create SABR in the system.

Scenario CreateSABR

Steps

  1. bundle create –name mySABR1 –file ./templates/bundle1.js
  2. bundle create –name mySABR2 –file ./templates/bundle2.js
  3. bundle create –name mySABR3 –file ./templates/bundle3.js
  4. bundle create –name mySABR4 –file ./templates/bundle4.js

Actors

Scenario Deploy SABR

Deploy SABR in the system.

Scenario DeploySABR

Steps

  1. bundle create –name mySABR1 –file ./templates/bundle1.js
  2. streampolicy create –name historical –file ./templates/policy1.js
  3. streampolicy create –name summary –file ./templates/policy2.js
  4. streampolicy create –name realtime –file ./templates/policy3.js
  5. diml sabm/bundle deploy –sabr mySABR1 –policies realtime

Actors

Scenario Deploy SABR two

Deploy SABR with policies.

Scenario DeploySABRtwo

Steps

  1. bundle create –name mySABR2 –file ./templates/bundle2.js
  2. streampolicy create –name historical –file ./templates/policy1.js
  3. streampolicy create –name summary –file ./templates/policy2.js
  4. streampolicy create –name realtime –file ./templates/policy3.js
  5. diml sabm/bundle deploy –sabr mySABR2 –policies realtime

Actors

Scenario Deploy SABR three

Deploy SABR with multiple policies and complex SABR.

Scenario DeploySABRthree

Steps

  1. bundle create –name mySABR3 –file ./templates/bundle3.js
  2. streampolicy create –name historical –file ./templates/policy1.js
  3. streampolicy create –name summary –file ./templates/policy2.js
  4. streampolicy create –name realtime –file ./templates/policy3.js
  5. diml sabm/bundle deploy –sabr mySABR3 –policies realtime

Actors

Scenario Deploy SABR four

Deploy SABR with three policies and complex transformations.

Scenario DeploySABRfour

Steps

  1. bundle create –name mySABR3 –file ./templates/bundle3.js
  2. streampolicy create –name historical –file ./templates/policy1.js
  3. streampolicy create –name summary –file ./templates/policy2.js
  4. streampolicy create –name realtime –file ./templates/policy3.js
  5. diml sabm/bundle deploy –sabr mySABR3 –policies realtime

Actors