NSX-T Data Center REST API

NatStatisticsPerLogicalRouter (type) (Deprecated)

{
  "deprecated": true,
  "id": "NatStatisticsPerLogicalRouter",
  "module_id": "AggSvcLogicalRouter",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Timestamp when the data was last updated; unset if data source has never updated the data."
    },
    "logical_router_id": {
      "readonly": true,
      "required": true,
      "title": "Id for the logical router",
      "type": "string"
    },
    "per_transport_node_statistics": {
      "items": {
        "$ref": "NatStatisticsPerTransportNode"
      },
      "readonly": true,
      "required": false,
      "title": "Detailed per node statistics",
      "type": "array"
    },
    "statistics_across_all_nodes": {
      "$ref": "NatCounters",
      "readonly": true,
      "required": true,
      "title": "Rolled-up statistics for all rules on the logical router across all the nodes"
    }
  },
  "type": "object"
}