NSX-T Data Center REST API

ServiceInstanceNSGroups (type)

{
  "description": "ServiceInstanceNSGroups contains list of NS Groups referenced in North-South Service Insertion Rules for a particular Service Instance.",
  "id": "ServiceInstanceNSGroups",
  "module_id": "ServiceInsertionCommonTypes",
  "properties": {
    "nsroups": {
      "description": "List of NSGroups Used in ServiceInsertion Rules.",
      "items": {
        "$ref": "NSGroupInfo"
      },
      "readonly": true,
      "required": false,
      "title": "NSGroup List",
      "type": "array"
    }
  },
  "title": "NSGroups referenced in North-South Service Instance",
  "type": "object"
}