Equipment
/event/notif/common
Description |
Equipment related events - Object Creation, Deletion, AVC, and Alarms. |
Type
Object Creation, Deletion, AVC, and Alarms.
Example - Object Creation
{
"data":{
"grpId":"6601",
"neId":"13",
"eqName":"",
"notifType":"NT_OBJECT_CREATION",
"equipment":"OT_EQUIPMENT"
}
} |
[
{
"data":{
"grpId":"6601",
"neId":"5",
"eqName":"260SCX2-3-6",
"notifType":"NT_OBJECT_CREATION",
"equipment":"OT_EQUIPMENT",
"attributes":{
"LED State":"Unknown",
"expectedEquipmentType":"260SCX2",
"Card Temperature Tolerance":"3",
"LED Color":"Unknown",
"Height":"Full",
"Primary State":"oos-auma",
"Width":"Double"
}
},
"channel":"/event/notif/common",
"id":"114"
},
{
"channel":"/meta/connect",
"id":"34",
"successful":true
}
] |
Example - Object Deletion
{
"data":{
"grpId":"6601",
"neId":"13",
"eqName":"11STAR1-1-17",
"notifType":"NT_OBJECT_DELETION"
}
} |
{
"data":{
"grpId":"601",
"neId":"1",
"eqName":"260SCX2-1-6-C1",
"notifType":"NT_OBJECT_DELETION",
"equipment":"OT_EQUIPMENT"
}
} |
Example - AVC
{
"data":{
"grpId":"6601",
"neId":"13",
"eqName":"",
"notifType":"NT_ATTRIBUTE_VALUE_CHANGE",
"equipment":"OT_EQUIPMENT"
}
} |
[
{
"data":{
"grpId":"6601",
"neId":"13",
"eqName":"1XANY100G-1-1-1",
"notifType":"NT_ATTRIBUTE_VALUE_CHANGE",
"equipment":"OT_EQUIPMENT",
"attributes":{
"Secondary State":"MT",
"Alarm Profile":"LBL-ASAPEQPT-NotPrimary",
"Primary State":"OOS-MA",
"userid":"EML001",
"tid":"13"
}
},
"channel":"/event/notif/common",
"id":"110"
},
{
"channel":"/meta/connect",
"id":"13",
"successful":true
}
] |
Example - Alarms
{
"data":{
"grpId":"6601",
"neId":"13",
"eqName":"",
"notifType":"NT_ALARM",
"equipment":"OT_EQUIPMENT"
}
} |
Copyright © 2018 Nokia. All rights reserved.