Request Body : {
"dmiPlugin" : "onap.dmi.plugin",
"createdCmHandles" : [ { "cmHandle" : "rf4er5454",
"cmHandleProperties" : {
"samplePropertyName1" : "samplePropertyValue1" }
"publicCmHandleProperties" : { "hostedBy" : "cmhandle-5678" "samplePropertyName2" : "samplePropertyValue2
} }, {..} ],
"updatedCmHandles" : [ {
"cmHandle" : "ds4errr77",
"cmHandleProperties" : { # To remove a property, set the value to null
"samplePropertyName1" : "updatedSamplePropertyValue1", "samplePropertyName2" : "NULL" null # This property will be removed }
"publicCmHandleProperties" : { # To remove a property, set the value to null "hostedBy" : "cmhandle-11213", "samplePublicPropertyName1" : "updatedSamplePublicPropertyValue2"
}
}, {..}
],
"removedCmHandles" : [ "node-1", "node-2" , ... ]
}
|