Downstream Message Interface Format

The format of the message sent by the central NMS to the MindXOM is defined as follows:

{
    "header": {
        "msg_id": "584a2d50-11d1-4d60-83ce-f0cc48a45348",
        "parent_msg_id": "",
        "timestamp": 1550107087319,
        "sync": false
    },
    "route": {
        "source": "controller",
        "group": "hardware",
        "operation": "update",
        "resource": "profile_effect"
    },
    "content": {
    }
}

For details about the field definition, see Upstream Message Interface Format.