...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
curl -X POST http://10.133.115.190:30227/events/unauthenticated.CPE_STAVROS_CAUTHENTICATION -H 'Content-Type: application/json' -d '{ "event": { "commonEventHeader": { "version": 7.1, "eventName": "StateChange_cpe_authentication", "domain": "stateChange", "eventId": "ab305d54-85b4-a31b-7db2fb6b9e546015", "eventType": "applicationNf", "sourceId": "", "sourceName": "pnf-11", "reportingEntityId": "", "reportingEntityName": "thirdparty-sdnc-idfromesrrequest", "priority": "Normal", "startEpochMicrosec": 1.413378172e+15, "lastEpochMicrosec": 1.413378172e+15, "sequence": 0, "internalHeaderFields": {}, "vesEventListenerVersion": "", "timeZoneOffset": "" }, "stateChangeFields": { "stateChangeFieldsVersion": 1, "oldState": "outOfService", "newState": "inService", "stateInterface": "", "additionalFields": { "macAddress": "01:02:03:04:05:06", "swVersion": "1.2.3" } } } }' |
...