IdfwTransportNodeStatus (type)

{
  "description": "ID and status of the Identity Firewall enabled Compute collection's transport node.", 
  "id": "IdfwTransportNodeStatus", 
  "module_id": "IdentityFirewall", 
  "properties": {
    "transport_node_id": {
      "description": "TransportNode ID of the Identity Firewall enabled Compute collection's transport node.", 
      "required": true, 
      "title": "IDFW TransportNode ID.", 
      "type": "string"
    }, 
    "transport_node_status": {
      "description": "Status of the IDFW transport node.", 
      "items": {
        "$ref": "IdfwTransportNodeCondition
      }, 
      "required": true, 
      "title": "IDFW TransportNode status.", 
      "type": "array"
    }
  }, 
  "title": "IDFW transport node ID and status.", 
  "type": "object"
}