NSX-T Data Center REST API

EnforcedStatusPerTransportNode (type)

{
  "additionalProperties": false,
  "description": "Detailed Realized Status Per Transport Node.",
  "id": "EnforcedStatusPerTransportNode",
  "module_id": "PolicyRealizationStatus",
  "properties": {
    "display_name": {
      "description": "Display name of the transport node.",
      "readonly": true,
      "title": "Transport Node Display Name",
      "type": "string"
    },
    "enforced_status": {
      "$ref": "EnforcedStatusNsxT",
      "description": "Realized Status of an Intent object on this Transport Node.",
      "readonly": true,
      "title": "Enforced Realized Status"
    },
    "nsx_id": {
      "description": "UUID identifying uniquely the Transport Node.",
      "readonly": true,
      "title": "Transport Node Identifier",
      "type": "string"
    },
    "path": {
      "description": "Policy Path referencing the transport node.",
      "readonly": true,
      "title": "Transport Node Path",
      "type": "string"
    }
  },
  "title": "Enforced Realized Status Per Transport Node",
  "type": "object"
}