diff options
author | Niamh Core <niamh.core@est.tech> | 2021-08-05 13:06:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-05 13:06:57 +0000 |
commit | 0e210d77ec39915046a95615f5f9d2a2dc65162b (patch) | |
tree | 8bda19fd0f944e05b68b34a40595814501826bd0 /cps-ncmp-rest/src/test/resources/dmi-registration.json | |
parent | 0fca83f368f3af6b0d909be0982fee29344e0402 (diff) | |
parent | 4f4178c7af4ca5571a0813a5c79f35b11c825d35 (diff) |
Merge "Implement DMI Registration (NCMP-Side)"
Diffstat (limited to 'cps-ncmp-rest/src/test/resources/dmi-registration.json')
-rw-r--r-- | cps-ncmp-rest/src/test/resources/dmi-registration.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cps-ncmp-rest/src/test/resources/dmi-registration.json b/cps-ncmp-rest/src/test/resources/dmi-registration.json new file mode 100644 index 0000000000..24bc9f963c --- /dev/null +++ b/cps-ncmp-rest/src/test/resources/dmi-registration.json @@ -0,0 +1,11 @@ +{ + "dmiPlugin": "onap-dmi-plugin", + "createdCmHandles": [ + { + "cmHandle": "example-name", + "cmHandleProperties": { + "subSystemId" : "system-001" + } + } + ] +}
\ No newline at end of file |