Posting Event

For performance, efficiency, and scalability, events must be posted in batches. A reasonable batch size is 100 events. Events are posted as an array of JSON objects as follows:



    "docs": [{
        "event": "ServerStatus",
        "msgId": "CCNS029I",
        "msgText": "CCNS029I Monitor rate back in compliance.",
        "nodeId": "cron/cron123",
        "occurred": "2015-02-06T14:34:16.661+0000",
        "sequence": 0,
        "type": "event"
    }, {
        "event": "ServerStatus",
        "msgId": "CCNS029I",
        "msgText": "CCNS029I Monitor rate back in compliance.",
        "nodeId": "cron/cron123",
        "occurred": "2015-02-06T14:35:16.661+0000",
        "sequence": 0,
        "type": "event"
    }]
}