Skip to content

DeviceUsage

Incoming Messages

ReportNetworkDataUsage

Report network usage data to the Engine.

JSON Structure

{
    "header": {
        "version": "4.0",
        "messageType": "Publish",
        "id": {{String}},
        "messageDescription": {
            "topic": "DeviceUsage",
            "action": "ReportNetworkDataUsage"
        }
    },
    "payload": {
        "usage": {{String}}        
    }
}

Payload

Property Type Required Description Example
usage String Yes A JSON String representation of the network usage data of the application. See the Core module documentation for complete details of the schema.