NSX-T Data Center REST API

InstanceRuntimeStatistic (type)

{
  "description": "Statistics for data NICs on an instance runtime",
  "id": "InstanceRuntimeStatistic",
  "module_id": "PolicyServiceInsertion",
  "properties": {
    "interface_statistics": {
      "description": "List of statistics for all data NICs on a runtime.",
      "items": {
        "$ref": "RuntimeInterfaceStatistics"
      },
      "readonly": true,
      "title": "List of statistics for all NICs",
      "type": "array"
    },
    "primary_runtime_stats": {
      "description": "Specifies whether statistics are for primary runtime.",
      "readonly": true,
      "title": "Specifies whether statistics are for primary",
      "type": "boolean"
    },
    "runtime_id": {
      "description": "Id of the instance runtime",
      "readonly": true,
      "title": "Id of the instance runtime",
      "type": "string"
    },
    "runtime_name": {
      "description": "Name of the instance runtime",
      "readonly": true,
      "title": "Name of the instance runtime",
      "type": "string"
    }
  },
  "title": "Instance runtime statistic",
  "type": "object"
}