| name | data type | constraints | description |
|---|---|---|---|
| limitExceeded | boolean | required | |
| metricValue | array of EdcMetricValue |
Example
{
"limitExceeded" : true,
"metricValue" : [ {
"timestamp" : 12345,
"value" : "...",
"UUID" : "...",
"uuid" : "..."
}, {
"timestamp" : 12345,
"value" : "...",
"UUID" : "...",
"uuid" : "..."
} ]
}