- [6.6. IETF Network Slice Service [draft-ietf-teas-ietf-network-slice-nbi-yang]](#66-ietf-network-slice-service-draft-ietf-teas-ietf-network-slice-nbi-yang)
-[6.6. IETF Network Slice Service [draft-ietf-teas-ietf-network-slice-nbi-yang]](#66-ietf-network-slice-service-draft-ietf-teas-ietf-network-slice-nbi-yang)
## **6.1. TFS APIe**
## **6.1. TFS APIe**
...
@@ -14,39 +14,48 @@ This NBI connector exposes the basic gRPC methods of TeraFlowSDN that enable to
...
@@ -14,39 +14,48 @@ This NBI connector exposes the basic gRPC methods of TeraFlowSDN that enable to
<h3><u>Exposed endpoints:</h3></u>
<h3><u>Exposed endpoints:</h3></u>
**Endpoint `/tfs-api/context_ids`**
**Endpoint `/tfs-api/context_ids`**
- Method: `GET`
- Method: `GET`
- Used to list the context identifiers
- Used to list the context identifiers
**Endpoint `/tfs-api/contexts`**
**Endpoint `/tfs-api/contexts`**
- Method: `GET`
- Method: `GET`
- Used to list the details of all contexts
- Used to list the details of all contexts
**Endpoint `/tfs-api/dummy_contexts`**
**Endpoint `/tfs-api/dummy_contexts`**
- Method: `GET`
- Method: `GET`
- Used to dump contexts (including related topologies, devices, links, services, slices, and connections) in a snapshot format that can be imported directly in TeraFlowSDN WebUI.
- Used to dump contexts (including related topologies, devices, links, services, slices, and connections) in a snapshot format that can be imported directly in TeraFlowSDN WebUI.
- IMPORTANT: the resulting document is processed by WebUI in dummy mode, i.e., just to populate Context database, but not interacting with Device, Service, and Slice components.
- IMPORTANT: the resulting document is processed by WebUI in dummy mode, i.e., just to populate Context database, but not interacting with Device, Service, and Slice components.