aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest/src/test/resources/dmi-registration.json
blob: 4f27e11843085272774a4522cb00efc9b823c2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dmiPlugin": "onap-dmi-plugin",
  "createdCmHandles": [
    {
      "cmHandle": "example-name",
      "cmHandleProperties": {
        "subSystemId" : "system-001"
      },
      "publicCmHandleProperties": {
          "area" : "south"
        }
    }
  ]
}