one of the vendor is mandating the TMF 642 payload in a specific format
Following is the link Alarm Management Open API (servicenow.com)
however I dont see the payload is complying with the api user guide to conform to the following format
{
"eventId":"00001",
"eventTime":"2015-11-16T16:42:25-04:00",
"eventType":"AlarmCreateEvent",
"event": {
"alarm" : {-- SEE Alarm RESOURCE SAMPLE --}
}
}
The vendors payload is missing the following attributes and the payload structure
{
"eventId":"00001",
"eventTime":"2015-11-16T16:42:25-04:00",
"eventType":"AlarmCreateEvent",
}
I need help to verify the payload the vendor organization asks and if it is TMF 642 compliant
------------------------------
sushil musale
BT Group plc
------------------------------