MetricMessage

MetricMessage
MetricMessage

Metric information over databus for metrics messageGroup

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "type": "string",
    "specversion": "string",
    "source": "string",
    "message_group": "string",
    "message_type": "string",
    "status": "string",
    "data": {
        "metric": "string",
        "interval": 0,
        "timestamp": 0,
        "unit": "string",
        "entity_type": "VirtualMachine",
        "points": [
            {
                "entity_id": "string",
                "value": "number"
            }
        ]
    }
}