Trail

/oms1350/events/npr/Trail

Description

ASON – SNC create/modify/delete.

Type

ASON – SNC create/modify/delete events.


Example - Object Creation
	
{  
   "data":{  
      "targetObj":{  
         "myclass":"Trail",
         "id":"16321"
      },
      "attributes":{  
         "className":"Trail",
         "id":16321
      },
      "type":"Create"
   },
   "channel":"/oms1350/events/npr/Trail",
   "id":"15221"
}

Example - AVC
	
{  
   "data":{  
      "targetObj":{  
         "myclass":"Request",
         "id":"2915527896619263"
      },
      "attributes":{  
         "replyMessages":{  
            "list":[  
               {  
                  "progress":"0",
                  "messageTag":"Sending command to network: ModifySncAttributesCommandSetRestorationMode-9 [Head NE: L1CP-SITE1#OCS , UserLabel : Test_SNCMain 01  ]",
                  "id":null,
                  "messageParams":[  

                  ],
                  "type":"Info",
                  "progressTag":""
               }
            ]
         }
      },
      "type":"Modify"
   },
   "channel":"/oms1350/events/154c7be92fd89/Request",
   "id":"15368"
}

Example - Object Deletion
	
{  
   "data":{  
      "targetObj":{  
         "myclass":"Trail",
         "id":"16321"
      },
      "attributes":{  
         "className":"Trail",
         "id":16321
      },
      "type":"Delete"
   },
   "channel":"/oms1350/events/npr/Trail",
   "id":"15432"
}

Copyright © 2018 Nokia. All rights reserved.