summaryrefslogtreecommitdiffstats
path: root/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/src/integration-test/resources/testcase/configroa/setDebugModelTestSuccess.json
blob: 2ba2bc4aa029e15a7e0c82c531fc09f66fc485fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "request": {
        "uri": "/juju-vnfmadapter-service/rest/config",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {}
    },
    "response": {
        "status": 200,
        "json": {
        	"debugModel":false
        }
    }
}