NSX-T Data Center REST API

AdfFilterNodeResult (type)

{
  "additionalProperties": false, 
  "id": "AdfFilterNodeResult", 
  "properties": {
    "key_results": {
      "description": "Array of metric key results", 
      "items": {
        "$ref": "AdfFilterKeyResult
      }, 
      "title": "Key Results", 
      "type": "array"
    }, 
    "path": {
      "description": "Path to the node resource", 
      "title": "Node Path", 
      "type": "string"
    }
  }, 
  "title": "Results for a node", 
  "type": "object"
}