NSX-T Data Center REST API

ClusterStatusErrorDetails (type)

{
  "id": "ClusterStatusErrorDetails",
  "module_id": "PolicyEdgeClusterStatistics",
  "properties": {
    "code": {
      "description": "Error code encountered while collecting or reporting edge cluster status.",
      "readonly": true,
      "title": "Error Code of the cluster status",
      "type": "string"
    },
    "details": {
      "description": "Error details encountered while collecting or reporting edge cluster status.",
      "readonly": true,
      "title": "Error Details of the cluster status",
      "type": "string"
    }
  },
  "type": "object"
}