CPS-887 Decreasing performance of cmHandle registration
[cps.git] / cps-ncmp-rest / src / test / resources / dmi-registration.json
1 {
2   "dmiPlugin": "onap-dmi-plugin",
3   "createdCmHandles": [
4     {
5       "cmHandle": "example-name",
6       "cmHandleProperties": {
7         "subSystemId" : "system-001"
8       },
9       "publicCmHandleProperties": {
10           "area" : "south"
11         }
12     }
13   ]
14 }