aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/ServiceInstanceTest/ApplyUpdatedConfig.json
blob: 25645ec9c8ea6e55d5b9c1d0e19f2512c1514e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
   "requestDetails": {
      "requestInfo": {
         "source": "VID",
         "requestorId": "xxxxxx",
         "instanceName": "testApplyUpdatedConfig"
      },
      "requestParameters": {
         "payload": "{\"request-parameters\":{\"host-ip-address\":\"10.10.10.10\"},\"configuration-parameters\":{\"name1\":\"value1\",\"name2\":\"value2\"}}"
      }
   }
}