NSX-T Data Center REST API

NamespaceMemberDetails (type)

{
  "additionalProperties": false,
  "description": "Details of the member belonging to a Group",
  "id": "NamespaceMemberDetails",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "display_name": {
      "readonly": true,
      "required": true,
      "title": "The display name of the member on the enforcement point",
      "type": "string"
    },
    "id": {
      "readonly": true,
      "required": true,
      "title": "The ID of the member on the enforcement point",
      "type": "string"
    },
    "pods": {
      "items": {
        "$ref": "PolicyGroupMemberDetails"
      },
      "required": true,
      "type": "array"
    }
  },
  "title": "Group member details",
  "type": "object"
}