MetricResponseV2
                                MetricResponseV2                            
                            AllOf
                                        
                                    JSON Example
                                    {
    "metric": "string",
    "display_name": "string",
    "interval": 0,
    "unit": "string",
    "start": 0,
    "end": 0,
    "pointlist": [
        {
            "timestamps": [
                0
            ],
            "values": [
                "number"
            ]
        }
    ]
}