NSX-T Data Center REST API
AdfFilterDataPoint (type)
{
"additionalProperties": false,
"id": "AdfFilterDataPoint",
"properties": {
"time": {
"description": "Unix epoch timestamp in seconds",
"title": "Timestamp",
"type": "integer"
},
"value": {
"description": "The metric value at this timestamp. Can be null if the data was not available in the log entry (e.g., empty rx_pps/tx_pps dictionaries, missing phy_port_stats).",
"title": "Value",
"type": "number"
}
},
"title": "A single data point with timestamp and value",
"type": "object"
}