NSX-T Data Center REST API

ClusterMemberDetails (type)

{
  "additionalProperties": false,
  "description": "Details of the member belonging to a Group",
  "id": "ClusterMemberDetails",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "cluster_id": {
      "readonly": true,
      "required": true,
      "title": "The Antrea cluster id of the pod",
      "type": "string"
    },
    "cluster_name": {
      "readonly": true,
      "required": true,
      "title": "The Antrea cluster name of the pod",
      "type": "string"
    },
    "namespaces": {
      "items": {
        "$ref": "NamespaceMemberDetails"
      },
      "required": true,
      "type": "array"
    }
  },
  "title": "Group member details",
  "type": "object"
}