Node - NPR

/oms1350/events/npr/Node

Description

NPR Node createion/modification/deletion Events.

Type

NPR - NODE


Example - Node Creation
	
{  
   "data":{  
      "targetObj":{  
         "myclass":"Node",
         "id":"44"
      },
      "attributes":{  
         "className":"Node",
         "id":44
      },
      "type":"Create"
   },
   "channel":"/oms1350/events/npr/Ne",
   "id":"31302"
}

Example - AVC
	
{  
   "data":{  
      "targetObj":{  
         "myclass":"Node",
         "id":"44"
      },
      "attributes":{  
         "className":"Node",
         "id":44
      },
      "type":"Modify"
   },
   "channel":"/oms1350/events/npr/Node",
   "id":"31305"
}

Example - Node Deletion
	
{  
   "data":{  
      "targetObj":{  
         "className":"Node",
         "id":"44"
      },
      "attributes":{  
         "className":"Node",
         "id":44
      },
      "type":"Delete"
   },
   "channel":"/oms1350/events/npr/Node",
   "id":"31345"
}

Copyright © 2018 Nokia. All rights reserved.