NSX-T Data Center REST API

NSGroupExpressionList (type)

{
  "additionalProperties": false,
  "id": "NSGroupExpressionList",
  "module_id": "NSGroup",
  "properties": {
    "members": {
      "items": {
        "$ref": "NSGroupExpression"
      },
      "maxItems": 500,
      "required": true,
      "title": "List of NSGroupExpressions to be passed to add and remove APIs\n",
      "type": "array"
    }
  },
  "title": "List of NSGroupExpressions",
  "type": "object"
}