NSX-T Data Center REST API
AdfFilterResult (type)
{
"additionalProperties": false,
"id": "AdfFilterResult",
"properties": {
"data": {
"description": "Array of time-series data points",
"items": {
"$ref": "AdfFilterDataPoint
},
"title": "Data Points",
"type": "array"
},
"node_id": {
"description": "Identifier of the node",
"title": "Node ID",
"type": "string"
},
"node_name": {
"description": "Name of the node",
"title": "Node Name",
"type": "string"
},
"node_path": {
"description": "Path to the node resource",
"title": "Node Path",
"type": "string"
},
"object_id": {
"description": "Identifier of the object (e.g., core id, port name)",
"title": "Object ID",
"type": "string"
}
},
"title": "Metrics result for a specific object",
"type": "object"
}