We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following model exemplifies a configuration intended to be created by Vertical Slicer and posted to an endpoint from MDA:
{ "businessID": "business", "topic": "topic_test", "networkID": 4665483, "tenantID": "tenant", "referenceID": "reference", "resourceID": "resource", "timestampStart": "2021-04-06T17:36:00", "timestampEnd": "2021-05-28T16:27:00", "metrics": [ { "metricName": "cpu_utilization", "metricType": "float", "aggregationMethod": null, "step": "30s", "next_run_at": null }, { "metricName": "disk_usage", "metricType": "float", "aggregationMethod": null, "step": "2m", "next_run_at": null } ] }