AntreaTraceflowStatus (type)

{
  "description": "The status value of one Antrea traceflow.", 
  "id": "AntreaTraceflowStatus", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "phase": {
      "description": "The execution phase of one traceflow.", 
      "enum": [
        "SUCCEEDED", 
        "FAILED"
      ], 
      "title": "Phase", 
      "type": "string"
    }, 
    "reason": {
      "description": "The reason for the failure.", 
      "title": "Reason", 
      "type": "string"
    }
  }, 
  "title": "Status for Antrea traceflow", 
  "type": "object"
}