@@ -122,64 +122,7 @@ On startup, the `SloSleTemplateBootstrapService` performs the following steps:
**Bootstrap Sequence Diagram:**
```puml
@startuml Bootstrap_Phase
actor "TFS Controller" as TFS
participant "RestconfConsumerService" as RCS
participant "RestconfClient" as RC
participant "TerflowSDN\n(RESTCONF Server)" as TFSDN
participant "SloSleTemplateBootstrapService" as BOOTSTRAP
participant "CatalogClient" as CATALOG
participant "OpenSlice TMF API" as TMF
TFS ->> BOOTSTRAP: ApplicationReady Event
activate BOOTSTRAP
BOOTSTRAP ->> RCS: Retrieve templates from provider
activate RCS
RCS ->> RC: GET /api/ns/v0/slice-service-templates
activate RC
RC ->> TFSDN: RESTCONF GET request
activate TFSDN
TFSDN -->> RC: Return SloSleTemplate[]
deactivate TFSDN
RC -->> RCS: SliceService[] with SloSleTemplate[]
deactivate RC
RCS -->> BOOTSTRAP: List<SloSleTemplate>
deactivate RCS
BOOTSTRAP ->> BOOTSTRAP: For each SloSleTemplate:\n1. Create LogicalResourceSpecification\n2. Generate example jsonRequest\n3. Add jsonRequest characteristic
participant "TerflowSDN\n(RESTCONF Server)" as TFSDN
participant "SloSleTemplateBootstrapService" as BOOTSTRAP
participant "CatalogClient" as CATALOG
participant "OpenSlice TMF API" as TMF
TFS ->> BOOTSTRAP: ApplicationReady Event
activate BOOTSTRAP
BOOTSTRAP ->> RCS: Retrieve templates from provider
activate RCS
RCS ->> RC: GET /api/ns/v0/slice-service-templates
activate RC
RC ->> TFSDN: RESTCONF GET request
activate TFSDN
TFSDN -->> RC: Return SloSleTemplate[]
deactivate TFSDN
RC -->> RCS: SliceService[] with SloSleTemplate[]
deactivate RC
RCS -->> BOOTSTRAP: List<SloSleTemplate>
deactivate RCS
BOOTSTRAP ->> BOOTSTRAP: For each SloSleTemplate:\n1. Create LogicalResourceSpecification\n2. Generate example jsonRequest\n3. Add jsonRequest characteristic