NSX-T Data Center REST API

FirewallSectionsSummaryList (type)

{
  "id": "FirewallSectionsSummaryList",
  "module_id": "FirewallSummary",
  "properties": {
    "last_compute_time": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "required": false,
      "title": "Timestamp of the last computation, in epoch milliseconds."
    },
    "sections_summary": {
      "description": "List of firewall sections summary.",
      "items": {
        "$ref": "FirewallSectionsSummary"
      },
      "readonly": true,
      "required": false,
      "title": "List of the firewall sections summary",
      "type": "array"
    }
  },
  "type": "object"
}