NSX-T Data Center REST API

SIExcludeListRequestParams (type)

{
  "description": "Parameter used to remove member from Exclude List.",
  "id": "SIExcludeListRequestParams",
  "module_id": "ServiceInsertionExcludeList",
  "properties": {
    "object_id": {
      "maxLength": 64,
      "required": true,
      "title": "Identifier of the object",
      "type": "string"
    }
  },
  "title": "Parameter for the exclude list",
  "type": "object"
}