aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json
blob: 344496472cfa178ab310c76ceb554e7bb9c4e386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "service-function-chains": {
    "service-function-chain": [
      {
        "name": "sfc-chain-1",
        "symmetric": true,
        "sfc-service-function": [
          {
            "name": "firewall-abstract1",
            "type": "service-function-type:firewall"
          },
          {
            "name": "firewall-abstract2",
            "type": "service-function-type:firewall"
          }
        ]
      }
 
    ]
  }
}